Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

60 lines (42 loc) · 2.41 KB

Changelog

0.5.1 (2021/02/27)

Full Changelog

  • Remove template literal #17

0.5.0 (2021/02/27)

Full Changelog

  • Add loop time limitation to while-loop #15
  • Update docs
    • how to break out of loop
  • Fix typo in README #15

0.4.0 (2020/03/21)

Full Changelog

  • Add operators to counter-loop
    • less than or equal
    • greater than
    • greater than or equal
    • equal

0.3.1 (2019/04/12)

Full Changelog

  • Fix specified flow context falling back to msg in array-loop #8

0.3.0 (2019/04/12)

Full Changelog

  • Add feature of resetting counter variable in counter-loop
  • Add feature of resetting key variable in array-loop
  • Update example flow
  • Update description of the usage of flow and global context in while-loop
  • Fix typo in README.md #3

0.2.0 (2019/02/15)

Full Changelog

  • Fix typo in counter-loop.html
  • Add new while-loop node
  • Add while-loop node example flow

0.1.2 (2019/02/13)

Full Changelog

  • Fix typo in README.md
  • Add repository property to package.json for fixing images on npm website

0.1.1 (2019/02/12)

Full Changelog

  • Fix example image links in README.md

0.1.0 (2019/02/12)

First release