All Versions
4
Latest Version
Avg Release Cycle
179 days
Latest Release
1817 days ago

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 deleting Default objects.

    Thanks @nitrag for putting this together!

  • v2.0.0 Changes

    November 20, 2017

    Summary

    ๐Ÿš€ 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() or write(withKey:)
    • 0๏ธโƒฃ Reading an object from UserDefaults is now accomplished with read() or read(forKey:)
    • 0๏ธโƒฃ defaultValue has been added to the protocol, the default implementation returns nil can be customized
      0๏ธโƒฃ to return a default value when nothing exists in defaults.

    ๐Ÿฑ @Cyberbeni Thanks so much for the pull request! Great work! ๐Ÿ’ฏ

  • v1.0.0 Changes

    October 19, 2017

    Summary

    ๐Ÿš€ This is the first release of this library! ๐Ÿ‘€ Please see the README to learn more!