Releases: Lukas-Simonson/Keypr
Releases · Lukas-Simonson/Keypr
v1.1.3
v1.1.2
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
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
- Makes
Keypr.removeKeyprmore reliable. - Adds debouncing to
@Keypvalues to allow for a more reliable view when dealing with rapid updates.
v1.0.2
- Makes
@Keypproperty wrapper initializer public.
v1.0.1
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.setValuefunction.
v1.0.0
Update README.md