Skip to content

Cadence 0.0.23

Choose a tag to compare

@bigeasy bigeasy released this 02 Feb 01:10
· 551 commits to master since this release

Issue by Issue

  • Implement events using -1 as the sigil. #139.
  • All createHandler invocations should have an explicit this, not null. #132.
  • Implement arguments passed to into counted loops. #134.
  • Include index and array in each loop. #130.
  • Remove double quotes. #137.
  • Implement loops without using step.jump. #138.
  • Remove march. #136.
  • Catch functions to not return their results to the next step. #135.
  • Implement loop labels. #131.
  • Aways flatten callback arguments. #133.
  • Implement endless loop initializers. #129.