ReactiveX / learnrx

A series of interactive exercises for learning Microsoft's Reactive Extensions Library for Javascript.
1.4k stars 292 forks source link

Changed RxJS version from latest to 5.5.10 #170

Closed edwinwright closed 6 years ago

edwinwright commented 6 years ago

The latest version of RxJS has been bumped to 6 on npm. The library on unpkg.com is now resolving to a file that doesn't exist so fixing the version to 5.5.10

Might be better to reference RxJS v6, but not sure if the tutorial would support the upgrade.

morenoh149 commented 6 years ago

Would have to skim https://github.com/ReactiveX/rxjs/blob/master/MIGRATION.md and revise the tutorial as a whole.

morenoh149 commented 6 years ago

merging as hotfix

edwinwright commented 6 years ago

Thanks. Am currently working through Jafar's course. Will try to have a look at v6 upgrade when I've finished.