You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Library now uses RxJS directly rather than installing it somehow
- Removes a lot of unnecessary null checks
- Updates to use pipeable operators
- Users using RxJS 5 will need to install rxjs-compat
- Updates tests to use RxJS v6
- Adds notes about possible future changes regarding RxJS
- Fixes a test relying on synchronous error throwing, that behavior was
removed in RxJS 6 due to bugs it could cause.
BREAKING CHANGE: RxJS 4 no longer supported
BREAKING CHANGE: Rx global no longer required
BREAKING CHANGE: RxJS 5 users will need to install rxjs-compat
Resolves#83
0 commit comments