Skip to content

v7.1.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 12 Dec 17:26
· 27 commits to main since this release
  • Defaults will now show a runtime warning inside Xcode if you use a unsupported key name.
  • If you don't want to import this package in every file you use it, add the below to a file in your app. You can then use Defaults and @Default from anywhere without an import.
    import Defaults
    
    typealias Defaults = _Defaults
    typealias Default = _Default

v7.0.0...v7.1.0