All Versions
4
Latest Version
Avg Release Cycle
179 days
Latest Release
1445 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!