Skip to content

Release 0.17.0

Compare
Choose a tag to compare
@Jason2605 Jason2605 released this 19 Feb 19:31
· 1094 commits to master since this release
ed73c0e

Release 0.17.0

Change log

This is the change log from 0.16.0

  • Add Result.match() #374
  • Env.get() to return nil / string rather than Result #375
  • Update error message generated when toNumber() fails to parse #376
  • Free compiler constants table when compilation has finished #377
  • Accept GZIP compressed responses in HTTP lib #378
  • Introduce access levels (public / private) #379
  • Add List.forEach() #380
  • Fix bug where constant upvalue captured could be changed #381
  • Fix issue where str.replace() was validating the arguments incorrectly #385
  • Fix issue with closures defined within loops #386