Skip to content

Releases: recyclejs/recycle

Recycle v2

21 Apr 22:09
Compare
Choose a tag to compare

Recycle v2 is much smaller library from its predecessor.
It is focussed only on making React components use RxJS for defining component state and handling events.

Version 1.1.0

19 Feb 22:03
Compare
Choose a tag to compare

React stateless functions are now supported.

Version 1.0.0

12 Feb 12:24
Compare
Choose a tag to compare

API is relatively stable by now and any breaking change in the future will result in modifying the major version.
This is a first and (hopefully) the last version which is not exactly following this practice.

Recycle v0.7.1

21 Jan 18:47
Compare
Choose a tag to compare
- React support for Recycle is implemented as a driver
- Selecting nodes no longer requires DOM - it is using React's inline event handlers
- Listening to child components is possible by selecting component and binding on() event
- Redux driver for managing application state
- New documentation structure
- UMD build is published in dist directory

Redux Support

23 Dec 22:28
Compare
Choose a tag to compare

Added Redux plugin

Recycle as React library

21 Dec 16:19
Compare
Choose a tag to compare
v0.6.0

Recycle as a react library. No special pragma option is needed for tr…

Recycle as a framework

21 Dec 16:19
Compare
Choose a tag to compare
v0.5.7

recycle version using special pragma param for transpiling