Skip to content

Releases: Lukas-Simonson/Keypr

v1.1.3

31 Oct 17:59
c55d5e3

Choose a tag to compare

Merge pull request #3 from Lukas-Simonson/Swift6.2

Bumps Swift Version

v1.1.2

15 Jul 02:15

Choose a tag to compare

Replace save() with autosave() and fix pathURL check

Updated setValue to call autosave() instead of save(), and changed the autosave() guard to explicitly check for nil pathURL. This improves clarity and ensures autosave logic is consistently used.

v1.1.1

19 Jun 15:32

Choose a tag to compare

Adds the ability to create an in-memory Keypr store. This store will not be persisted, making it very useful for testing!

v1.0.3

17 Jun 21:29

Choose a tag to compare

  • Makes Keypr.removeKeypr more reliable.
  • Adds debouncing to @Keyp values to allow for a more reliable view when dealing with rapid updates.

v1.0.2

17 Jun 20:50

Choose a tag to compare

  • Makes @Keyp property wrapper initializer public.

v1.0.1

10 Jun 16:40

Choose a tag to compare

v1.0.1

  • Adds Documentation to all public APIs
  • Reduces memory usage by removing duplicate cached values.
  • Reduces CPU overhead, by only encoding values when persisting the store.
  • Removes an unnecessary throws keyword on the Keypr.setValue function.

v1.0.0

10 Jun 06:27
bbbf50c

Choose a tag to compare

Update README.md