Releases: maniramezan/UserDefaultMacro
Releases · maniramezan/UserDefaultMacro
1.0.0
0.1.0
Initial release including following attributes:
@UserDefaultDataStore
: Intended to be used on a type. This adds a local variable and initializer to pass inUserDefaults
instance@UserDefaultRecord
: Intended to be used on mutable properties on a type attributed by@UserDefaultDataStore
to override key or default value for the property@UserDefaultProperty
Intended to be used standalone in caseUserDefaultDataStore
can't be used