Ngrx Auto Entity Versions Save

NgRx Auto-Entity: Simplifying Reactive State

0.1.0

4 years ago

Features

  • util: Added pre-fabricated facades to buildState utilities
  • util: Added pre-fabricated reducer to buildState utilities

0.0.15

5 years ago

Bug Fixes

  • actions: Fixed incorrect action type for SelectByKey action

Breaking Changes !!

  • paging: Changed IEntityPageRef<TModel>'s .page property from number to IPageInfo
  • paging: Changed currentPage state from number to IPageInfo

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