0.12.0
What's Changed
Breaking changes:
- Removed
dsl
artifact (and gradle module).FlowReduxStateMachine
and all DSL stuff now lives insideflowredux
artifact. Change your maven coordintaes fromcom.freeletics.flowredux:dsl:0.11.0
tocom.freeletics.flowredux:flowredux:0.12.0
. Package names renamed the same so no breaking change at code level. This is just a breaking change at artifact and packaging level. - Removes Logger as we don't need it by @sockeqwe in #273
Fix:
- Add usage of atomic variables by @BenjaminLifeTime in #263
- remove obsolete experimental annotations by @gabrielittner in #277
New Contributors
- @BenjaminLifeTime made their first contribution in #263
Full Changelog: 0.11.0...0.12.0