Skip to content

Releases: developit/preact-cycle

0.5.1

03 Apr 00:51
Compare
Choose a tag to compare
  • fix build accidentally including generator support (#7, thanks @jannisg!)

0.5.0

28 Jan 20:34
Compare
Choose a tag to compare

0.4.1

11 Mar 02:54
Compare
Choose a tag to compare
  • If a mutator has no return value (i.e., returns undefined), leave the subject unchanged (useful for in-place updates).

0.4.0

11 Mar 02:54
Compare
Choose a tag to compare
  • Additional arguments passed to mutate() are now forwarded on to the mutator function (useful for composition). See the third readme example for a common usecase.

0.3.0

11 Mar 02:52
Compare
Choose a tag to compare
  • In addition to being passed as props to a cycle render method, mutate() and mutation() are now also available as context properties.

0.2.0

01 Mar 14:05
Compare
Choose a tag to compare

0.1.1

09 Feb 13:01
Compare
Choose a tag to compare

Initial public release