All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.4.1 (2020-08-27)
- react-router: react-router is actually using history@4 (e1a6841)
2.4.0 (2020-07-28)
2.3.1 (2020-07-09)
- react: do not skip emit state after dependencies changed (8656051)
2.3.0 (2020-07-05)
- di: injectable now accept InjectableOptions (f1da08f)
2.2.0 (2020-06-28)
- core: dispatching action on non-effects module causes dead loop (1ad1100)
- react-router: api broken after bump history to 5.0 (224d283)
2.1.0 (2020-06-02)
- provide
noop()
,terminate()
,reset()
three default actions (e680fdf)
- deprecate
this.createNoopAction()
, usethis.noop()
instead (5202209) - effect module and core store (e680fdf)
- remove useless
SSR_LOADED_KEY
and related logic
- fix:
Reflect.deleteMetadata
is not implemented by@abraham/reflection
- rename internal state owner to
store
- (Breaking change) merge
@SSREffect
into@Effect
#67 - (Breaking change) rename
useEffectModule
=>useModule
- (Breaking change) rename
useEffectState
=>useModuleState
- (Breaking change) rename
useEffectModuleDispatchers
=>�useDispatchers
#83
- fix error when logging
noopAction
- rename
SigiTestingModule#getAyanamiTestingStub
=>SigiTestingModule#getTestingStub
core
@1.0.0devtool
@1.0.0react
@1.0.0react-router
@1.0.0ssr
@1.0.0testing
@1.0.0ts-plugin
@1.0.0