Skip to content

v1.0.0-dev.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@devkabiir devkabiir released this 16 Jan 13:27
· 32 commits to main since this release
v1.0.0-dev.1
1730edb
  • First public release
  • Introduce Inheritable, Allows access to immutable value or selective
    aspects. Only notifies dependents if the selected aspect changes.
  • Introduce Inheritable.mutable, Allows access to immutable/mutable value or
    selective aspects. Allows updating the value provided by it. Compatible with
    Inheritable.of(context) usage.