Skip to content

v1.10.1

Compare
Choose a tag to compare
@odino odino released this 11 Feb 17:55
· 178 commits to master since this release

This patch release fixes 2 issues with backports from the 1.11.x development branch.

The issues fixed are:

  • hash property / array index assignment did not support ending with a semicolon, such as x.key = val; (#315)
  • you couldn't return "early" from for / for-in loops (for x in 1..10 { return x }) (#303)