issues
search
Urigo
/
meteor-rxjs
Exposing Mongo Cursor as RxJS Observable
MIT License
120
stars
38
forks
source link
support rxjs 6
#221
Closed
ardatan
closed
6 years ago
ardatan
commented
6 years ago
Closes #211
Fix RxJS imports using
rxjs-tslint
as documented in;
https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#rxjs-v5x-to-v6-update-guide
Remove deprecated syntax for 'user-defined operators' as documented in;
https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#typescript-prototype-operators
Update dependencies, and add
rxjs-compat
. -- RxJS 5 support is still available w/
rxjs-compat
, but will be deprecated after RxJS 7 release due to some breaking changes in RxJS 7;
https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#rxjs-v5x-to-v6-update-guide
Closes #211
rxjs-tslint
as documented in; https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#rxjs-v5x-to-v6-update-guiderxjs-compat
. -- RxJS 5 support is still available w/rxjs-compat
, but will be deprecated after RxJS 7 release due to some breaking changes in RxJS 7; https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md#rxjs-v5x-to-v6-update-guide