Skip to content

Releases: johnpapa/angular-ngrx-data

6.1.0-beta.3

21 Nov 11:28
b301ff6
Compare
Choose a tag to compare
6.1.0-beta.3 Pre-release
Pre-release

Minor changes, none breaking.

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

6.1.0-beta.2

21 Nov 11:28
Compare
Choose a tag to compare
6.1.0-beta.2 Pre-release
Pre-release

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

22 Oct 22:33
Compare
Choose a tag to compare
Pre-release

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

6.1.0-alpha.4 fix

02 Oct 03:37
Compare
Choose a tag to compare
6.1.0-alpha.4 fix Pre-release
Pre-release

fix: missing @optional() in EntityCacheDataService ctor param

6.1.0-alpha.3

01 Oct 09:15
cbb9122
Compare
Choose a tag to compare
6.1.0-alpha.3 Pre-release
Pre-release

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

19 Sep 19:35
df9d427
Compare
Choose a tag to compare

See changelog. No breaking changes.

6.1.0 Alpha - SaveEntities (alpha)

19 Sep 00:40
Compare
Choose a tag to compare
Pre-release

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

17 Jul 09:58
8d0d294
Compare
Choose a tag to compare
6.0.2-beta.10 Pre-release
Pre-release

Beta 10: Added ClearCollections and LoadCollections entity cache actions.

Other minor improvements for testability. See ChangeLog.

6.0.2-beta.9

03 Jul 03:47
72d133b
Compare
Choose a tag to compare
6.0.2-beta.9 Pre-release
Pre-release

Fixes critical HTTP updated bug. See changelog.md

6.0.2-beta.8

27 Jun 17:20
c83e3a8
Compare
Choose a tag to compare
6.0.2-beta.8 Pre-release
Pre-release

Minor refactor to EntityActionFactory. See ChangeLog