Skip to content

Releases: michaelkrone/ngrx-normalizr

2.2.0

21 Nov 10:40
Compare
Choose a tag to compare
  • Support for adding and removing child data: Added AddChildData and RemoveChildData actions and addChildData and removeChildData action creators. Closes #20 #23 #24

2.1.0

08 Nov 14:17
7ab4fc6
Compare
Choose a tag to compare
  • entitiesProjector takes an optional array of id strings (@juanpmarin) Closes #18

2.0.0

19 Oct 20:01
Compare
Choose a tag to compare
  • Serialization support for actions - see CHANGELOG.md for details

1.0.4

19 Sep 21:36
Compare
Choose a tag to compare
  • exporting SchemaSelectors interface (@JSantha)
  • documentation updates

1.0.3

15 Sep 20:44
Compare
Choose a tag to compare
  • fixed typos (@hoisel)
  • exporting types for reuse in other libraries