Skip to content

Commit

Permalink
* New (experimental!) methods: readFrom and readManyFrom. Can be …
Browse files Browse the repository at this point in the history
…called as part of constructor options.

* `EffectFnMethods` renamed to `EffectObservables`, and lost methods `next`, `error` and `complete` - the same functionality with a less ambiguous API can be achieved with `EffectListeners`. This API is considered stable now.
  • Loading branch information
e-oz committed Sep 3, 2024
1 parent 052b1a9 commit 7e49033
Show file tree
Hide file tree
Showing 10 changed files with 694 additions and 603 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.2.0
* New (experimental!) methods: `readFrom` and `readManyFrom`. Can be called as part of constructor options.
* `EffectFnMethods` renamed to `EffectObservables`, and lost methods `next`, `error` and `complete` - the same functionality with a less ambiguous API can be achieved with `EffectListeners`. This API is considered stable now.

### 4.1.3
* Use `untracked()` every time when reactive context should not be affected;
* Use `take(1)` instead of `first()` to prevent `no elements in sequence` exception.
Expand Down
Loading

0 comments on commit 7e49033

Please sign in to comment.