Releases: outr/reactify
Releases · outr/reactify
4.1.3
What's Changed
- Update sbt to 1.10.5 by @darkfrog26 in #161
- Update sbt-scoverage to 2.2.2 by @darkfrog26 in #158
- Update sbt-sonatype to 3.12.2 by @darkfrog26 in #157
- Update sbt-pgp to 2.3.0 by @darkfrog26 in #156
- Update scala3-library, ... to 3.3.4 by @darkfrog26 in #154
- Update scala-library to 2.13.15 by @darkfrog26 in #153
- Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 by @darkfrog26 in #152
- Update scala-library to 2.12.20 by @darkfrog26 in #149
Full Changelog: 4.1.2...4.1.3
4.1.1
What's Changed
- Update sbt to 1.9.8 by @darkfrog26 in #123
- Update sbt-sonatype to 3.10.0 by @darkfrog26 in #122
- Update nscplugin, sbt-scala-native, ... to 0.4.16 by @darkfrog26 in #120
- Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @darkfrog26 in #119
- Update scala-library to 2.13.12 by @darkfrog26 in #117
- Update sbt-scoverage to 2.0.9 by @darkfrog26 in #116
- Update scalatest to 3.2.17 by @darkfrog26 in #115
- Update scala3-library, ... to 3.3.1 by @darkfrog26 in #113
- Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 by @darkfrog26 in #124
- Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @darkfrog26 in #133
- Update scala3-library, ... to 3.3.3 by @darkfrog26 in #132
- Update scala-library to 2.13.13 by @darkfrog26 in #131
- Update scala-library to 2.12.19 by @darkfrog26 in #130
- Update sbt-scoverage to 2.0.11 by @darkfrog26 in #129
- Update sbt to 1.9.9 by @darkfrog26 in #128
- Update scalatest to 3.2.18 by @darkfrog26 in #126
- Update nscplugin, sbt-scala-native, ... to 0.4.17 by @darkfrog26 in #125
- Update nscplugin, sbt-scala-native to 0.5.1 by @darkfrog26 in #134
Full Changelog: 4.1.0...4.1.1
4.0.7
Release 4.0.7
4.0.1
Support for Dotty
4.0
Complete re-write to simplify and improve logic for usage and internal state management.
3.0.0
2.3.0
- Cross-compile for Scala Native
2.2.0
- Refactoring of Listener to Observer for better naming convention (breaking changes)
- Code cleanup
2.1.0
- Features for mapping from one Observable to another
- map
- collect
- Cross-build with Scala 2.13.0
2.0.0
- 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