Skip to content

Releases: developit/preact-cycle

0.5.1

Choose a tag to compare

@developit developit released this 03 Apr 00:51
  • fix build accidentally including generator support (#7, thanks @jannisg!)

0.5.0

Choose a tag to compare

@developit developit released this 28 Jan 20:34

0.4.1

Choose a tag to compare

@developit developit released this 11 Mar 02:54
  • If a mutator has no return value (i.e., returns undefined), leave the subject unchanged (useful for in-place updates).

0.4.0

Choose a tag to compare

@developit developit released this 11 Mar 02:54
  • 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

Choose a tag to compare

@developit developit released this 11 Mar 02:52
  • 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

Choose a tag to compare

@developit developit released this 01 Mar 14:05

0.1.1

Choose a tag to compare

@developit developit released this 09 Feb 13:01

Initial public release