Skip to content

Releases: briebug/ngrx-auto-entity

0.1.0 Beta (2019-05-23)

23 May 18:02
4dfdc33
Compare
Choose a tag to compare
Pre-release

Features

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

0.0.15 Alpha (2019-02-20)

21 Feb 00:51
98b8232
Compare
Choose a tag to compare
Pre-release

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