Releases: johnpapa/angular-ngrx-data
6.1.0-beta.3
Minor changes, none breaking.
- better setting of the DataServiceError.message
- cosmetics
- See changelog.md
6.1.0-beta.2
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.1 for Angular v7
No functional changes. Simply extends the range of Angular peer dependencies to include Angular v7.x releases.
6.1.0-alpha.4 fix
fix: missing @optional() in EntityCacheDataService ctor param
6.1.0-alpha.3
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 - enhancements to saveEntities
See changelog. No breaking changes.
6.1.0 Alpha - SaveEntities (alpha)
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
Beta 10: Added ClearCollections
and LoadCollections
entity cache actions.
Other minor improvements for testability. See ChangeLog.
6.0.2-beta.9
Fixes critical HTTP updated bug. See changelog.md
6.0.2-beta.8
Minor refactor to EntityActionFactory. See ChangeLog