Skip to content

Releases: foxbunny/duckweed

v1.1.0

05 Nov 12:01
Compare
Choose a tag to compare
  • Documentation cleanup
  • Ability to specify HTML attributes using _name props when using html()

v1.0.0

12 Oct 21:30
Compare
Choose a tag to compare
  • Code base cleaned up with a completely new coding style
  • New architecture using synchronous update function and continuation with promises, removed patch()
  • Removed act.as() (we can just do act.bind(null, ....))
  • Exposed utility functions for scoped object patching (a.k.a. lenses) via scoped module
  • Event processors can now suppress event handling completely by returning undefined
  • Updated and cleaned up the documentation

0.7.0-beta

10 Sep 20:47
Compare
Choose a tag to compare
0.7.0-beta Pre-release
Pre-release
  • Optimized patch() to suppress rendering when returned model is identical to the original.

0.6.0-beta

09 Sep 16:50
Compare
Choose a tag to compare
0.6.0-beta Pre-release
Pre-release
  • Added document events using doc-EVENT props that can handle events on the document object
  • Renamed documentevents module to offevents

0.5.0-beta

08 Sep 20:36
Compare
Choose a tag to compare
0.5.0-beta Pre-release
Pre-release
  • Allow plugins to receive the runner state object as second argument in init()

0.4.1-beta

06 Sep 18:17
Compare
Choose a tag to compare
0.4.1-beta Pre-release
Pre-release
  • Renamed duckweed/__helpers__ module to duckweed/test-helpers
  • Improved documentations with API reference and a set of developer guides

0.4.0-beta

04 Sep 17:32
Compare
Choose a tag to compare
0.4.0-beta Pre-release
Pre-release
  • Add plugin API which allows external code to break into the model update
  • Add the ability to specify custom Snabbdom (or other) patch() function

0.3.0-beta

02 Sep 21:46
Compare
Choose a tag to compare
0.3.0-beta Pre-release
Pre-release
  • Include UMD builds in the repository

0.2.1-beta

02 Sep 20:31
Compare
Choose a tag to compare
0.2.1-beta Pre-release
Pre-release
  • Fixes an omission in the typings that prevents TypeScript users to use patch.as()

0.2.0-beta

02 Sep 18:29
Compare
Choose a tag to compare
0.2.0-beta Pre-release
Pre-release
  • Adds new API for creating scoped model patchers with patcher.as() function
  • Fixed a but in the model snapshotter where current would always return undefined