Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Releases: staltz/rxmarbles

v1.3.2

18 Feb 21:12
Compare
Choose a tag to compare

Updated to Cycle v0.14

v1.3.1

08 Feb 14:09
Compare
Choose a tag to compare

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

30 Jan 18:05
Compare
Choose a tag to compare
  • Completely rewritten in Cycle.js and ES6 (ES2015) through 6to5 transpiler
  • Fixes bug #6
  • Fixes bug #5

v1.1.0

19 Oct 16:30
Compare
Choose a tag to compare

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

22 Aug 18:35
Compare
Choose a tag to compare

Added more operator examples:

  • sequenceEqual
  • findIndex
  • reduce
  • takeLast
  • skipLast
  • sum
  • any
  • delayWithSelector

v1.0.0

18 Aug 13:01
Compare
Choose a tag to compare

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

17 Aug 17:51
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • 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

03 Aug 20:58
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First functional alpha version