This file was generated using @jscutlery/semver.
5.0.0 (2025-01-27)
5.0.0-alpha.0 (2024-12-11)
- mini-rx-store-ng: require Angular 17 and mini-rx-store 6
4.0.0 (2023-04-17)
4.0.0-rc.0 (2023-04-13)
4.0.0-alpha.3 (2023-02-03)
- mini-rx-store-ng: Use the normal
ReduxDevtoolsExtension
from mini-rx-store withStoreModule.forRoot
- mini-rx-store-ng: remove StoreDevtoolsModule (2635ef6)
4.0.0-alpha.2 (2023-02-03)
- mini-rx-store-ng: in StoreModule: prevent exception if extensions prop is not defined (429cda6)
4.0.0-alpha.1 (2023-02-01)
- mini-rx-store-ng: use ReduxDevtoolsExtension with the normal StoreModule.forRoot config (1e7dd80)
4.0.0-alpha.0 (2023-01-23)
- mini-rx-store-ng: requires mini-rx-store@5
- mini-rx-store-ng: component store module (61193d5)
3.0.0 (2022-10-12)
3.0.0-rc.0 (2022-09-19)
3.0.0-beta.1 (2022-09-04)
- mini-rx-store-ng:
createEffect
must be used for creating effects which are registered via the EffectsModule. The change was necessary to prevent registering other Observables which are not an Effect and which do not emit an Action.
3.0.0-beta.0 (2022-07-15)
3.0.0-beta.0 (2022-07-15)
3.0.0-alpha.4 (2022-07-13)
- mini-rx-store-ng: use FeatureConfig instead of FeatureStoreConfig
- mini-rx-store-ng: rename FeatureStoreConfig -> FeatureConfig (6fc052d)
3.0.0-alpha.3 (2022-05-03)
3.0.0-alpha.2 (2022-05-03)
3.0.0-alpha.1 (2022-05-02)
Update peer deps (Remove angular/common, lower angular/core to v12)
- Refactor to NX workspace
- Requires Angular@12
Update peer deps
Update peer deps
Downgrade ng-packagr
This release contains the same set the of changes as 2.0.0-beta.1.
Typings: Store.forRoot initialState type has to match the provided reducers map keys.
- Store config initial state must match the reducer keys
- StoreModule.forFeature: support multiple forFeature registrations per angular module