Angular Ngrx Data Versions Save

Angular with ngRx and experimental ngrx-data helper

6.1.0-beta.2

5 years ago

No functional changes. Extend peerDependencies to include Angular v7 versions.

  • corrects mistaken change to @ngrx peer dependencies in briefly-lived beta.1

6.1.0-beta.3

5 years ago

Minor changes, none breaking.

  • better setting of the DataServiceError.message
  • cosmetics
  • See changelog.md

6.1.0-beta.1

5 years ago

No functional changes. Simply extends the range of Angular peer dependencies to include Angular v7.x releases.

6.1.0-alpha.4

5 years ago

fix: missing @Optional() in EntityCacheDataService ctor param

6.1.0-alpha.3

5 years ago

Non-breaking enhancement to save entities. Allows the server to respond 204-No Content and send nothing back. See ChangeLog.md

6.1.0-alpha.2

5 years ago

See changelog. No breaking changes.

6.1.0-alpha.1

5 years ago

Read the ChangeLog about this exciting feature which enables saving (add/update/delete) of multiple entities of different types in a single "transaction".

You can do transactional saves this way (if your server supports it). From the client perspective, it is transactional in that either the entire cache updates or none of the updates happen. Most importantly, the entire entity cache updates before any selectors emit.

6.0.2-beta.10

5 years ago

Beta 10: Added ClearCollections and LoadCollections entity cache actions.

Other minor improvements for testability. See ChangeLog.

6.0.2-beta.9

5 years ago

Fixes critical HTTP updated bug. See changelog.md

6.0.2-beta.8

5 years ago

Minor refactor to EntityActionFactory. See ChangeLog