Skip to content

Releases: outr/reactify

4.1.1

18 Apr 16:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

4.0.7

21 Jan 16:14
Compare
Choose a tag to compare
Release 4.0.7

4.0.1

20 Aug 20:43
Compare
Choose a tag to compare

Support for Dotty

4.0

20 Aug 20:42
Compare
Choose a tag to compare
4.0

Complete re-write to simplify and improve logic for usage and internal state management.

3.0.0

11 Jul 23:26
Compare
Choose a tag to compare
  • Complete rewrite of library to simplify and clarify objectives
  • Convenience support for assigning futures to channels (#18)
  • Full Transaction support
  • Full testability in JVM, JS, and Native

2.3.0

11 Jul 23:04
Compare
Choose a tag to compare
  • Cross-compile for Scala Native

2.2.0

11 Jul 23:04
Compare
Choose a tag to compare
  • Refactoring of Listener to Observer for better naming convention (breaking changes)
  • Code cleanup

2.1.0

11 Jul 23:04
Compare
Choose a tag to compare
  • Features for mapping from one Observable to another
    • map
    • collect
  • Cross-build with Scala 2.13.0

2.0.0

11 Jul 23:03
Compare
Choose a tag to compare
  • Complete re-write of internal and recursive state system for better modularity and stability
  • Observable builder
  • Observable from Future
  • RecursionMode to better clarify how hierarchical recursion should work
    • Static mode for function-less properties
    • None mode for functional but non-recursive
    • RetainPreviousValue for single-level recursion (new default for performance)
    • Full for complete multi-level recursion
  • Transaction system
  • Val.dirty and Var.dirty for on-update re-validation of functional reactive properties for performance intensive functionality
  • Better recursive integration
  • Better cyclical detection

1.6.0

11 Jul 23:02
Compare
Choose a tag to compare
  • Binding support
    • Different type binding