Skip to content

Commit

Permalink
Experimental method for createEffect(): forValue(), which takes a…
Browse files Browse the repository at this point in the history
… value and returns an observable that will execute the effect when subscribed.
  • Loading branch information
e-oz committed Sep 5, 2024
1 parent 7e49033 commit ed19fd9
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 376 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.2.1
Experimental method for `createEffect()`: `forValue()`, which takes a value and returns an observable that will execute the effect when subscribed.

### 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.
Expand Down
Loading

0 comments on commit ed19fd9

Please sign in to comment.