Preact Cycle Versions Save

:recycle: Minimal functional Virtual DOM rendering using Preact :bike:

0.5.1

7 years ago
  • fix build accidentally including generator support (#7, thanks @jannisg!)

0.5.0

7 years ago
  • Updated to Preact 7 (#6, thanks @jannisg)

0.4.1

8 years ago
  • If a mutator has no return value (i.e., returns undefined), leave the subject unchanged (useful for in-place updates).

0.4.0

8 years ago
  • 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

8 years ago
  • 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

8 years ago
  • Update preact to 4.x (fixes some issues noted by @matthewmueller)

0.1.1

8 years ago

Initial public release