Skip to content

Releases: tgeisse/UserDefaultsObservation

v0.5.3

07 Oct 16:18
b6ac1b6
Compare
Choose a tag to compare

Fixed a spelling error for ObservableUserDefaultsIgnored

v0.5.2

22 Apr 23:43
Compare
Choose a tag to compare

CloudProperty now defaults all events to ignore
Updates to ReadMe

v0.5.1

27 Mar 20:30
15604c3
Compare
Choose a tag to compare
  • Removed a warning that would be presented if using a RawRepresentable with a CloudProperty
  • Added extra type conformance for RawRepresentables

v0.5.0

27 Mar 16:53
6185d4e
Compare
Choose a tag to compare
  • New feature: Cloud storage via NSUbiquitousKeyValueStore is now support. Readme has been updated with details
  • Internal code updates and changes to support future enhancements
  • Added new, shorter attributes for property wrappers. Old ones will still work and are not deprecated in this release.

v0.4.4

05 Mar 05:36
Compare
Choose a tag to compare
  • Updated the Package platform versions to align with Swift Macros platform versions
  • Added @available attribute to the protocol used to align with the Observation framework's platform availability
  • Added visionOS

v0.4.3

07 Jan 22:23
Compare
Choose a tag to compare
  • Removed commented code that is no longer needed to keep around
  • Updated Readme

v0.4.2

10 Oct 16:03
Compare
Choose a tag to compare

v0.4.1

22 Aug 04:20
Compare
Choose a tag to compare

Additional syntax updates

v0.4.0

22 Aug 04:00
Compare
Choose a tag to compare
  • Updated to match latest macro declaration syntax
  • Removed the need to import Observation
  • Updates to README

v0.3.3

10 Jul 18:51
Compare
Choose a tag to compare

README UserDefaults Store Example Updates