This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
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,
Stream
and its associated extension functions)- In order to observe the state and side effects use
Container.stateFlow
andContainer.sideEffectFlow
. Do not convert the flows toLiveData
due to numerous observed issues.
- In order to observe the state and side effects use