oref 0.5.0
oref: ^0.5.0 copied to clipboard
Oref is a lightweight, high-performance reactive programming library.
0.5.0 #
- feat: added a
inferReturnTypeutility.
0.4.1 #
- Correct pub metadata information
0.4.0 #
2024-10-21
What's New #
- feat: Support
untrackedapi - feat: Support
batchapi - feat: Support
customRefapi - feat: Support
reactiveMapapi - feat: Support
reactiveSetapi - feat: Support
reactiveListapi - feat: Support
reactiveIterableapi - feat: Support
isReactiveapi - feat: Support
toRawapi - feat: [PRIVATE] - Base ref class support
rawprop, sub impl cleanup internal to raw.
0.1.0 #
To install Oref v0.1.0, run this command:
dart pub add oref:^0.1.0
Otherwise, to upgrade your pubspec.yaml file:
dependencies:
oref: ^0.1.0
What's Changed #
- feat: Adds
stop/pause/resumemethods toEffectinterface. - BREAKING CHANGE: The
effectfunction now returns aEffectRunner. - BREAKING CHANGE: Remove the
writableDerived, now you can usederived.writable. - BREAKING CHANGE: Remove the
derivedWith, now you can usederived.valuable.