0.9.0
Breaking Changes
- refactor
name
for string identifier reducers map, use@injectable({ name: 'foo' })class Foo {}
instead ofclass Foo { name = 'foo' }
. - Change the return result interface of
createApp
, usecontainer
instead ofmodules
.
Bug Fixes
- fix timer type