Skip to content

Latest commit

 

History

History
114 lines (59 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

114 lines (59 loc) · 3.16 KB

Changelog

All notable changes to this project will be documented in this file.

2.3.4 - 2023-07-07

  • Upgrade to Kotlin 1.9.0

2.3.3 - 2023-06-30

  • Remove deprecated Kotlin/Native targets. See kotl.in/native-targets-tiers.
  • Fix build configuration error that prevented Linux targets from published. Versions 2.3.0 through 2.3.2 did not have Linux artifacts published.
  • Upgrade to Kotlin 1.8.22

2.3.2 - 2023-04-18

  • Upgrade to Kotlin 1.8.20

2.3.1 - 2023-02-10

  • Upgrade to Kotlin 1.8.10

2.3.0 - 2022-12-29

  • Upgrade to Kotlin 1.8.0. The Kotlin JS artifact now only supports IR.

2.2.3 - 2022-12-10

  • Upgrade to Kotlin 1.7.22

2.2.2 - 2022-10-11

  • Upgrade to Kotlin 1.7.20

2.2.1 - 2022-08-11

  • Upgrade to Kotlin 1.7.10

2.2.0 - 2022-06-09

  • Upgrade to Kotlin 1.7.0

2.1.0 - 2022-01-17

  • Add Android native targets

2.0.0 - 2022-01-11

2.0.0-alpha03 - 2022-01-08

Changed

  • Expand list of targets to include all tvOS, watchOS and iOS variants as well as their simulators.

2.0.0-alpha02 - 2022-01-08

Changed

  • Fix an API visibility error that resulted in match methods being unavailable from public API

2.0.0-alpha01 - 2022-01-08

Changed

  • The library is now KMP compatible, available for JVM, JS, iOS, Linux, macOS, and Windows.
  • The package name has been changed to com.github.androidpasswordstore.sublimefuzzy

1.0.0 - 2021-04-07

Added

  • Document public methods

1.0.0-alpha01 - 2021-04-07

Initial release