Releases: outr/reactify
Releases · outr/reactify
1.6.0
- Binding support
- Different type binding
1.5.0
- Stop Propagation feature
- Listener
- Prioritization support
- Support for chaining Observables to a single listener
1.4.0
- Complete reworking of internals to support more advanced usage
- Removal of Macros as they were creating serious limitations
- Simplified package naming
- Introduced ultra light-weight
Propas a simpler bare minimum alternative toVal - Better cleanup and re-introduction of
StateChannel,State, andChannelas better interface representations.
1.3.0
- Utilization of Macros instead of runtime Observable detection
1.2.0
- Syntactic sugar for dealing with collections in a
StateChannel. Observable.changesto conveniently see old and new values on change.- Convenience mutation
modmethod inStateChannel.
1.1.0
- Dep for dependency representation
1.0.0
- Channel, Val, and Var functionality
- Observable functionality
- Convenience implicits to convert from
ValandVarto the value - Support for value-defined Observable dependencies (Observable State classes used in the makeup of variables are monitored for changes)