Skip to content

Releases: outr/reactify

1.5.0

11 Jul 23:01
Compare
Choose a tag to compare
  • Stop Propagation feature
  • Listener
  • Prioritization support
  • Support for chaining Observables to a single listener

1.4.0

11 Jul 23:01
Compare
Choose a tag to compare
  • 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 Prop as a simpler bare minimum alternative to Val
  • Better cleanup and re-introduction of StateChannel, State, and Channel as better interface representations.

1.3.0

11 Jul 23:00
Compare
Choose a tag to compare
  • Utilization of Macros instead of runtime Observable detection

1.2.0

11 Jul 23:00
Compare
Choose a tag to compare
  • Syntactic sugar for dealing with collections in a StateChannel.
  • Observable.changes to conveniently see old and new values on change.
  • Convenience mutation mod method in StateChannel.

1.1.0

11 Jul 22:59
Compare
Choose a tag to compare
  • Dep for dependency representation

1.0.0

11 Jul 22:58
Compare
Choose a tag to compare
  • Channel, Val, and Var functionality
  • Observable functionality
  • Convenience implicits to convert from Val and Var to the value
  • Support for value-defined Observable dependencies (Observable State classes used in the makeup of variables are monitored for changes)