Skip to content

0.77.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@joe-p joe-p released this 26 Jan 21:39
· 438 commits to main since this release
0903d33

Breaking Changes

  • prior assert functionality of handling multiple conditions is now handled by a new function asserts
  • assert now only takes one condition and an optional message that is shown as a comment above the assert.
  • constants can no longer be typed. They MUST be string or numeric literal and are treated as such in code.

Other Changes

  • add support for forEach on static arrays
  • add support for continue and break in for, while, and do-while loops
  • A function without a return type is implicitly void