Skip to content

Releases: kylehughes/PersistentKeyValueKit

1.2.3

05 May 17:43

Choose a tag to compare

Fixed

  • Fixed UI observation deregistration on deinitialization.

1.2.2

04 May 18:42

Choose a tag to compare

Changed

  • Made PersistentKeyValues conditionally Sendable when its element is Sendable.

1.2.1

03 May 04:31

Choose a tag to compare

Changed

  • Used checked Sendable for async observation.

1.2.0

03 May 02:07

Choose a tag to compare

Added

  • Added PersistentKeyValuePublisher.
  • Added publisher(...) and changesPublisher(...).

Changed

  • Updated observation documentation.

1.1.0

03 May 00:07

Choose a tag to compare

Added

  • Added PersistentKeyValues.
  • Added values(...) and changes(...).

Changed

  • Updated to Swift tools 6.2.

Fixed

  • Fixed launch argument coercion.

1.0.0

19 Dec 21:59

Choose a tag to compare

Added

  • Implemented package.