Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 618 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 618 Bytes

0.2.7

  • Wait for startFlows to resolve before returning from loadFlow call - required with Node-RED 1.3+
  • README.md: Update example unit test to report assertion failures
  • examples: lower-case_spec.js: Allow proper assertion failure reporting (#45)

0.2.6

  • Optionally preload catch/status/complete nodes in test cases Fixes #48

0.2.5

  • Add proper middleware on httpAdmin express app

0.2.4

  • Update dependencies
  • #43 Helper.load return a Promise

0.2.3

  • Allow runtime settings to be provided in helper.init(runtimepath, userSettings)
  • Add helper.settings(userSettings)