Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Introducing the Simple DSL

Compare
Choose a tag to compare
@Rosomack Rosomack released this 05 Oct 12:31
· 36 commits to main since this release
04de44d

Lots of improvements in this release!

  • Introducing a new, simplified syntax for Orbit
  • Replaced single thread dispatcher with Dispatchers.Default
  • Documentation improvements
  • Package restructuring
  • Test improvements

📣 BREAKING CHANGES 📣

  • Moved some classes to other packages, reimporting needed
  • Removed deprecated APIs (in particular, Stream and its associated extension functions)
    • In order to observe the state and side effects use Container.stateFlow and Container.sideEffectFlow. Do not convert the flows to LiveData due to numerous observed issues.