Defaults Versions Save

💾 Swifty and modern UserDefaults

v9.0.0-beta.1

3 weeks ago

v8.1.2

2 months ago

v8.1.1

3 months ago

v8.1.0

3 months ago

v8.0.0

3 months ago

Breaking

  • This package now requires macOS 11, iOS 13, tvOS 14, watchOS 7, visionOS 1 or later
  • Removed Defaults.migrate()

Fixes

  • Fix for freeze in MenuBarExtra and NavigationStack

Note

  • If you're upgrading from version 4, you need to update to version 5 first and go through the migration process

https://github.com/sindresorhus/Defaults/compare/v7.3.1...v8.0.0

v7.3.1

7 months ago
  • Fix support for non-string keys in dictionaries

https://github.com/sindresorhus/Defaults/compare/v7.3.0...v7.3.1

v7.2.0

1 year ago
  • Switch from deprecated NSSecureCoding API
    • If you have a custom bridge that accepts a NSSecureCoding object, you will have to make it NSSecureCoding → NSSecureCoding & NSObject

https://github.com/sindresorhus/Defaults/compare/v7.1.0...v7.2.0