v0.3.0 Release Notes (2023-12-20T21:04:46Z)
Changelog
Features
- 2b00d85: feat: add math function (#485) (@noobHuKai)
- c902ab4: feat: add string startsWith method (#514) (@rorymalcolm)
- 9221440: feat: date parse with slashes (#490) (@stevenh)
Bug fixes
- d2ed0a7: fix: Idx1 of ObjectLiteral and ArrayLiteral (#504) (@tyamagu2)
- 67dbb5d: fix: mishandling of message parameter in runtime.newErrorObject (@deoxxa)
- 898a889: fix: missing regexp capture panic (#477) (@stevenh)
- f987875: fix: panic on BadStatement (#495) (@amaicode)
- fc4074c: fix: panic related to invalid property access in goMapObject (@deoxxa)
- 589611c: fix: positions of expressions (#505) (@tyamagu2)
- 11288b7: fix: positions of statements (#506) (@tyamagu2)
- 9f9bfb9: fix: starting position of comment (#507) (@tyamagu2)
- f70d418: fix: starting position of if statement (#501) (@tyamagu2)
- 0357209: fix: starting positions of for and for-in statements (#503) (@tyamagu2)
- 9230e2b: fix: tester (#478) (@stevenh)
Chores
- b882379: chore: add generated headers (#486) (@stevenh)
- 7927fb4: chore: add missing generate (#481) (@stevenh)
- f142365: chore: add missing inline tests (#479) (@stevenh)
- 802621d: chore: improve error message (#484) (@stevenh)
- ddcbf14: chore: improve error messages (#482) (@stevenh)
- 026a1d9: chore: lint and naming refactor (#475) (@stevenh)
- 233dfa4: chore: remove perl, make and local docs. (#476) (@stevenh)
- 5d81e9e: chore: rename _parser (#483) (@stevenh)