Skip to content

Releases: fatbobman/ObservableDefaults

0.6.1

02 Nov 02:15
Compare
Choose a tag to compare

0.5.1

10 Oct 10:32
Compare
Choose a tag to compare

0.5.0

10 Oct 10:25
Compare
Choose a tag to compare

0.4.0

10 Oct 00:54
Compare
Choose a tag to compare

Add Observed First Mode

You can enable this mode by setting the observeFirst parameter in the @ObservableDefaults macro:

@ObservableDefaults(observeFirst: true)

When this mode is enabled, only properties explicitly marked with @DefaultsBacked will be persisted to UserDefaults. All other properties will automatically have the @ObservableOnly macro applied, making them observable but not persisted. Think of this as the inverse of the standard mode, focusing on observability while adding persistence capabilities to individual properties as needed.

0.3.2

09 Oct 09:49
Compare
Choose a tag to compare

0.3.0

09 Oct 08:20
Compare
Choose a tag to compare