New
Introducing the Simple DSL
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,
Streamand its associated extension functions)- In order to observe the state and side effects use
Container.stateFlowandContainer.sideEffectFlow. Do not convert the flows toLiveDatadue to numerous observed issues.
- In order to observe the state and side effects use