Skip to content

v1.0.0-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 21:39
v1.0.0-rc6
b979417

Improve property wrapper API and make default value lazy

Persisted now supports using the property’s assigned value as the default value (e.g. @Persisted(...) var foo = "bar" will default foo to "bar".

Default values not provided via the property's assigned value are now lazily evaluated.