Releases: gabrielguerrero/ngrx-traits
Releases · gabrielguerrero/ngrx-traits
v2.3.0
2.3.0 (2022-03-29)
Features
- local-traits: enable local traits to use mixed or combined entity traits (2af3771)
v2.2.0
2.2.0 (2022-03-29)
Features
- local-traits: allow effects to be declared directly in the service of the local traits (592108a)
v2.1.0
2.1.0 (2022-03-03)
Bug Fixes
- actions, selectors: Fixed typings that made actions and selectors unexistent not throw an compile error (36f7549)
- addLoadEntitiesTrait: renamed selectEntitiesIds to selectEntitiesIdsList for consistency (c9e91cd)
- addPropertyTraits: Change AddPropertyTraits to return FeatureFactory, and made entityNames optional for the interface (69a7175)
- combineTraits, mixTraits, addPropertyTraits: Fixed state type for combineTraits mixTraits and addPropertyTraits (9840262)
- createFeatureSelector: Added props rename to createFeatureSelector, added missing test (0ae321a)
- examples: fix broken examples (04569a9)
- examples, mutators: fixed circular dependency issues and bug in examples (1584448)
Features
- all traits: implemented rename of entities (1ffe9b2)
- combineTraits, mixTraits, addPropertyTraits: Implemented combineTraits mixTraits and addPropertiesTraits (d54bf72)
- new combine entityFeatures: Types implemented for addPropertiesTraits and combineTraits (1a937ee)
- setEntityTrait: New trait setEntity, some small fixes to examples (ccbbb9a)
v2.0.0
2.0.0 (2021-08-19)
Bug Fixes
- addmultiselection trait: fix for selector isAllSelected to return none when has no elements (c247cc6)
Code Refactoring
- addsort: refactor to make defaultSort in addSort trait required (d8be381)
BREAKING CHANGES
- addsort: defaltSort is now required in addSort
v1.1.1
1.1.1 (2021-07-27)
Bug Fixes
- builder: switch to @nrwl/angular:package builder for publish (c232235)
v1.1.0
1.1.0 (2021-07-27)
Features
- test-utils: added provideMockLocalTraits testing utility (83cbf4d)
v1.0.7
1.0.7 (2021-07-24)
Bug Fixes
- loadentities: removed deprecated resetOn from loadEntities, that logic ispart of reset trait (745e4e6)
v1.0.6
1.0.6 (2021-07-23)
Bug Fixes
- remove dependency on angular/cdk (5625801)
v1.0.5
1.0.5 (2021-07-23)
Bug Fixes
- fixing some of the docs, and worng dependencies and license in published package (2cb2b63)
v1.0.4
1.0.4 (2021-07-23)
Bug Fixes
- fix for semantic reelase npm config (54544c0)
- fixed .realeaserc (67e36a3)