Skip to content

Commit

Permalink
New fields:
Browse files Browse the repository at this point in the history
* `$lastReadError`
* `$lastReadOneError`
* `$lastReadManyError`
* `$lastRefreshError`

In params structures, fields `readRequest` and `refreshRequest` are deprecated (will be removed in v5).
Use `read` and `refresh` instead.
  • Loading branch information
e-oz committed Oct 20, 2024
1 parent c13f855 commit 6d14044
Show file tree
Hide file tree
Showing 8 changed files with 6,991 additions and 9,197 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 4.2.4
New fields:
* `$lastReadError`
* `$lastReadOneError`
* `$lastReadManyError`
* `$lastRefreshError`

In params structures, fields `readRequest` and `refreshRequest` are deprecated (will be removed in v5).
Use `read` and `refresh` instead.


### 4.2.3
New method: `fetchItem()`!

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ Here you can see how little code you need to gently manipulate your collection o
* 100% immutability;
* Duplicates prevention;
* Errors and exceptions will be handled correctly;
* Strictly typed — advanced type-checking and code completion.
* Strictly typed — advanced type-checking and code completion;
* Race conditions handling.

# Installation

Requires Angular 16.
Requires Angular 17+.
Should work fine with Angular 16 (Angular 17 is required for tests in this repository).

[Yarn](https://yarnpkg.com/package/ngx-collection):
```
Expand Down
Loading

0 comments on commit 6d14044

Please sign in to comment.