Skip to content

v7.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 19 Nov 16:16
· 30 commits to main since this release

Breaking

  • Target macOS 10.15, iOS 13, tvOS 13, watchOS 6 ea11b7a
  • Require Xcode 14.1

Improvements

  • Add .updates() method to observe updates to values 7a22d37
    • I recommend moving to this method from .observe() and .publisher(). While these methods will remain for a while, they will eventually be deprecated in favor of .updates().
  • Support dynamic default value fbc67fd
  • Support serializing and deserializing nested custom types be7e30b

v6.3.0...v7.0.0