Releases: staltz/rxmarbles
Releases · staltz/rxmarbles
v1.3.1
Embeddable RxMarbles
Download dist/js/element.js
and the polyfill dist/js/vendor/CustomElements.min.js
, import them into your HTML, and use the element as such <rx-marbles key="debounce">
v1.2.1
- Completely rewritten in Cycle.js and ES6 (ES2015) through 6to5 transpiler
- Fixes bug #6
- Fixes bug #5
v1.1.0
Try this version
- Added more operators: sum, any, delayWithSelector
- Added interactive completion marker to diagrams of Observables
- Fixed output marbles timing mismatch with input marbles
- Refactor with new Model-View-Intent architecture
v1.0.1
Added more operator examples:
- sequenceEqual
- findIndex
- reduce
- takeLast
- skipLast
- sum
- any
- delayWithSelector
v1.0.0
Styling for dragging a marble
Add reference to RxJS and its version in the footer
Categories subheaders in the operators menu
Marble content not selectable
Optimizing app.js size, and using uglify for production
Added favicon
Added Google Analytics tracking
v0.2.0
- RxMarbles title and proposition value
- Fix Firefox SVG marble styling
- Side menu with list of operators
- Examples for Observable Instance Methods
- Version number and author at the bottom of the page
v0.1.0
First functional alpha version