All Versions
4
Latest Version
Avg Release Cycle
179 days
Latest Release
2042 days ago
Changelog History
Changelog History
-
v3.0.0 Changes
April 08, 2019๐ This release is simply project modernization for Swift 5.
-
v2.1.0 Changes
January 07, 2018๐ This release introduces adds a new
clear()
method that adds a method for deletingDefault
objects.Thanks @nitrag for putting this together!
-
v2.0.0 Changes
November 20, 2017Summary
๐ The release's focus is about shortening the read / write method names and adding support for having a default
0๏ธโฃ value for when the value being read is currently not stored in the users defaults.๐ Changes
- 0๏ธโฃ Writing an object to
UserDefaults
with Default is now accomplished with:write()
orwrite(withKey:)
- 0๏ธโฃ Reading an object from
UserDefaults
is now accomplished withread()
orread(forKey:)
- 0๏ธโฃ
defaultValue
has been added to the protocol, the default implementation returnsnil
can be customized
0๏ธโฃ to return a default value when nothing exists in defaults.
๐ฑ @Cyberbeni Thanks so much for the pull request! Great work! ๐ฏ
- 0๏ธโฃ Writing an object to
-
v1.0.0 Changes
October 19, 2017Summary
๐ This is the first release of this library! ๐ Please see the README to learn more!