All Versions
12
Latest Version
Avg Release Cycle
69 days
Latest Release
1669 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0 Changes
August 21, 2020Introducing v2.0
- โ Removed the
Identifiable
protocol in favor of Swift'sIdentifiable
. - ๐ Increased deployment targets to iOS
13.0
,tvOS 13.0
,macOS 10.15
, andwatchOS 6.0
. - Objects defined as non-final classes can now be used as well.
- โ Added new
generateSnapshot()
andrestoreSnapshot(_:)
methods to generate and restore aSnapshot
object that can be saved (e.g. to iCloud) and restored later. - ๐ Fixed a bug where
objectsCount
might run out of sync with the actual count of objects in store.
- โ Removed the
-
v1.5.0 Changes
February 22, 2020- โ Add
init?(uniqueIdentifier:, encoder:, decoder:)
to bothUserDefaultsStore
andSingleUserDefaultsStore
to create a store with custom encoder and/or decoder - Replace TravisCI with Github Actions
- โ Add
-
v1.4.3 Changes
November 17, 2019- ๐ Fix a bug where saving an array of objects with an invalid object will cause the store to have an invalid count
- ๐ Fix a bug where project was not accessible using SPM
-
v1.4.2
June 27, 2019 -
v1.4.1
June 05, 2019 -
v1.4 Changes
April 04, 2019๐ v1.4 brings Swift 5.0 and Xcode 10.2 support!
-
v1.3
October 04, 2018 -
v1.2.2
September 30, 2018 -
v1.2.1
September 19, 2018 -
v1.2
September 18, 2018