Skip to content

Latest commit

 

History

History
87 lines (36 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

87 lines (36 loc) · 2.34 KB

0.0.8 (2020-04-29)

Bug Fixes

  • print null objects as empty string #4

0.0.7 (2015-12-19)

Bug Fixes

0.0.6 (2015-12-18)

Bug Fixes

  • package: In $input.json, if payload is empty, treat it as empty object (0bcb8e2)
  • package: In $input.path, if payload is empty, treat it as empty object (47cbd78)

0.0.5 (2015-12-18)

Bug Fixes

  • package: fix a bug in $input.json (fde5289)

0.0.4 (2015-12-15)

Bug Fixes

  • example: follow new(v.0.0.3) API (404742b)

0.0.3 (2015-12-15)

Bug Fixes

  • test: wait(d).fn -> wait(d).then(fn) (9652ecb)

Features

  • package: change API signature of module.exports (06b320f)

BREAKING CHANGE

  • module.exports takes parameters instead of template, payload, params, context

0.0.2 (2015-12-14)

Bug Fixes

  • package: improve workaround for obj.toString (a45557f)

0.0.1 (2015-12-13)