staltz / rxmarbles

Interactive diagrams of Rx Observables
http://www.rxmarbles.com
BSD 3-Clause "New" or "Revised" License
4.21k stars 536 forks source link

Merge RxJS 5 branch, bump version to 2.0.0 #46

Closed bitjson closed 7 years ago

bitjson commented 7 years ago

Merges @alanthai's fantastic upgrade of rxmarbles to RxJS 5.

Closes https://github.com/staltz/rxmarbles/issues/42.

@staltz, @alanthai's branch pushes just the dist folder to the gh-pages branch using git subtree. If that's alright with you, you can deploy immediately with:

git push origin --delete gh-pages
yarn gh-pages

Since the current gh-pages is basically master, I think it's probably reasonable to simply remove it and replace with the thinned down distribution (e.g. https://github.com/bitjson/rxmarbles/tree/gh-pages). Other than that, I tried to keep most of the current project scaffolding while merging.

It's live here: https://bitjson.github.io/rxmarbles/

staltz commented 7 years ago

There's a lot of stuff here, and it looks and works great, so I'll just merge! I quickly reviewed it, but I trust it's in good shape. Thanks!!