Releases: briebug/ngrx-auto-entity
Releases · briebug/ngrx-auto-entity
0.1.0 Beta (2019-05-23)
Features
- util: Added pre-fabricated facades to buildState utilities
- util: Added pre-fabricated reducer to buildState utilities
0.0.15 Alpha (2019-02-20)
Bug Fixes
- actions: Fixed incorrect action type for SelectByKey action
Breaking Changes !!
- paging: Changed
IEntityPageRef<TModel>
's.page
property fromnumber
toIPageInfo
- paging: Changed currentPage state from
number
toIPageInfo
Features
- actions: Added LoadMany action to retrieve many, but not all, entities
- actions: Added CreateMany action to bulk create many entities at once
- actions: Added DeleteMany action to bulk delete many entities at once
- actions: Added ReplaceMany action to bulk replace (PUT) many entities at once
- selectors: Added currentEntityKey selector to retrieve just the key of current entity
- util: Added utility functions to retrieve entity key from decorated models