Releases: arlac77/statetransition-mixin
Releases · arlac77/statetransition-mixin
v6.0.4
6.0.4 (2019-11-29)
Bug Fixes
v6.0.3
6.0.3 (2019-11-29)
Bug Fixes
- make use of Object.entries() (f0d4de5)
v6.0.2
6.0.2 (2019-11-29)
Bug Fixes
- use Promise.finally to conter some edge cases in transition timeout handling (78c087d)
v6.0.1
6.0.1 (2019-10-28)
Bug Fixes
- generat a async dunny private function if none is there (bf8ed54)
v6.0.0
6.0.0 (2019-10-28)
Features
- cod cleanup only support ES2015 classes (6a73bba)
BREAKING CHANGES
- support for plain prototype mixins is gone
v5.0.0
5.0.0 (2019-01-04)
Features
BREAKING CHANGES
v4.0.4
4.0.4 (2018-11-22)
Bug Fixes
- declare state transition methods as async (4a29032)
v4.0.3
4.0.3 (2018-09-12)
Bug Fixes
v4.0.2
4.0.2 (2018-01-02)
Bug Fixes
- give the generated class a name (f299afc)
v4.0.1
4.0.1 (2018-01-02)
Bug Fixes
- make some use of async/await (e9e66e8)