Skip to content

Releases: johnpapa/angular-ngrx-data

6.0.2-Beta.7

27 Jun 06:03
f29e5ef
Compare
Choose a tag to compare
6.0.2-Beta.7 Pre-release
Pre-release

Primary purpose was to add ChangeTracking.
Added many other features and refactored heavily.

Many breaking changes! See ChangeLog for 6.0.2-beta.7.

Key Features:

  • ChangeTracking

    • It makes optimistic saves a viable first choice
    • It lets you accumulate unsaved-changes in cache and then save them together transactionally if your server supports that.
  • The EntityService query and save commands return an Observable result.

  • Multiple queries and saves can be in progress concurrently.

  • You can cancel long-running server requests with EntityService.cancel(correlationId).

  • The MergeQuerySet enables bulk cache updates with multiple collection query results.

6.0.0-Beta 6

25 May 08:26
05cdc04
Compare
Choose a tag to compare
6.0.0-Beta 6 Pre-release
Pre-release

Removes the EntityActions class and replaces it with two EntityAction operators, ofEntityOp and ofEntityType, because RxJS deprecates sub-classing of Observable.

This is a breaking change for anyone who relied on EntityActions. See the ChangeLog for details.

6.0.0-beta.5

24 May 06:33
Compare
Choose a tag to compare
6.0.0-beta.5 Pre-release
Pre-release

Fix issue #156 by updating ng-packager to v.3.0.0-rc.5.

v6 Beta 4

22 May 17:18
7691996
Compare
Choose a tag to compare
v6 Beta 4 Pre-release
Pre-release

Fix: pessimistic delete should remove item from collection
Closes #154.
Also adds feature: set loaded flag in collection's ADD_ALL reducer (v6-beta.4)
See changelog.

v6 Beta 3

18 May 21:25
bbe1cfa
Compare
Choose a tag to compare
v6 Beta 3 Pre-release
Pre-release

Loading flag turned on and off by all persistence entity actions (not just queries)
See ChangeLog

v6 Beta 2

09 May 04:08
4388766
Compare
Choose a tag to compare
v6 Beta 2 Pre-release
Pre-release

Adds EntityServices. Renames all EntityService... to EntityCollectionService... (breaking change).
See ChangeLog.md

6.0.0-beta.1

08 May 07:15
9299491
Compare
Choose a tag to compare
6.0.0-beta.1 Pre-release
Pre-release

First Angular/RxJS/ngrx v6 release.

Many breaking changes because of v6.
This is a clean break with v5.

See CHANGELOG.md

1.0.0-beta.13

04 May 16:36
31690de
Compare
Choose a tag to compare
1.0.0-beta.13 Pre-release
Pre-release

Most successful attempt yet to solve mysterious problems with application AOT builds.
See ChangeLog for both Beta 12 and Beta 13.

Beta 12

04 May 07:46
0abab7d
Compare
Choose a tag to compare
Beta 12 Pre-release
Pre-release

Fix problem with AOT build when app replaces the Pluralizer (#135)
See CHANGELOG for this and other changes.

Beta 11

29 Apr 20:15
a492b6d
Compare
Choose a tag to compare
Beta 11 Pre-release
Pre-release

Beta 11 - makes creating related-entity selectors a little easier.
Expands API. Does have tiny breaking change. See ChangeLog