oref 0.5.0 oref: ^0.5.0 copied to clipboard
Oref is a lightweight, high-performance reactive programming library.
v0.5.0 #
- feat: added a
inferReturnType
utility.
v0.4.1 #
- Correct pub metadata information
v0.4.0 #
2024-10-21
What's New #
- feat: Support
untracked
api - feat: Support
batch
api - feat: Support
customRef
api - feat: Support
reactiveMap
api - feat: Support
reactiveSet
api - feat: Support
reactiveList
api - feat: Support
reactiveIterable
api - feat: Support
isReactive
api - feat: Support
toRaw
api - feat: [PRIVATE] - Base ref class support
raw
prop, sub impl cleanup internal to raw.
v0.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
/resume
methods toEffect
interface. - BREAKING CHANGE: The
effect
function now returns aEffectRunner
. - BREAKING CHANGE: Remove the
writableDerived
, now you can usederived.writable
. - BREAKING CHANGE: Remove the
derivedWith
, now you can usederived.valuable
.