Skip to content

Releases: JosephDuffy/Persist

v1.3.0-beta.3

18 Apr 07:17
v1.3.0-beta.3
c49eda1
Compare
Choose a tag to compare
v1.3.0-beta.3 Pre-release
Pre-release

Add PrivacyInfo.xcprivacy

v1.2.4

17 Apr 18:35
v1.2.4
063637a
Compare
Choose a tag to compare

Add PrivacyInfo.xcprivacy

v1.3.0-beta.2

16 Feb 21:18
v1.3.0-beta.2
53bd90a
Compare
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release

Fix crash when multiple updates create publishers simultaneously

v1.3.0-beta.1

26 Jan 22:35
v1.3.0-beta.1
613bc95
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

Initial support for caching values in-memory

v1.2.3

12 Sep 14:00
v1.2.3
bf87af6
Compare
Choose a tag to compare

Fix deadlock when adding a new subscriber inside the closure of an update listener

v1.2.2

26 Apr 03:06
v1.2.2
9ec6701
Compare
Choose a tag to compare

Support animations when using Binding provided via PersistStorage.projectedValue

v1.2.1

23 Feb 11:14
v1.2.1
b0be7ec
Compare
Choose a tag to compare

Increase deployment targets to fix archive builds using Xcode 13

v1.2.0

08 Dec 17:02
v1.2.0
cef0fd1
Compare
Choose a tag to compare

Thread-safety has been improved, including:

  • Adding and removing update listeners
  • Creating default values
  • Setting values on InMemoryStorage

v1.1.0

30 Aug 21:25
v1.1.0
2c7ec03
Compare
Choose a tag to compare

Support for Dates in UserDefaultsStorage

v1.0.1

30 Aug 21:24
v1.0.1
f869ddc
Compare
Choose a tag to compare

Add Persister/Persisted extensions on watchOS