Skip to content

Commit

Permalink
document and test rxjs 7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Macil committed Mar 27, 2024
1 parent 4cece31 commit 6b3c02a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ by libraries which use Kefir internally, but want to be able to accept streams
from other libraries or other versions of Kefir as arguments given by the
application.

- Supports converting RxJS (v2-v6) Observables into Kefir streams.
- Supports converting RxJS (v2-v7) Observables into Kefir streams.
- Supports converting Bacon.js (v0.7-v3) streams into Kefir streams.
- Supports converting a Kefir stream created by one instance of the Kefir
library into a stream usable by a different instance of a Kefir library.
Expand Down
55 changes: 44 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"lodash": "^4.15.0",
"prettier": "^1.18.2",
"rx": "^4.0.8",
"rxjs": "^6.5.2",
"rxjs": "^7.8.1",
"typescript": "^5.4.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 6b3c02a

Please sign in to comment.