Skip to content

Latest commit

 

History

History
249 lines (173 loc) · 19.7 KB

CHANGELOG.md

File metadata and controls

249 lines (173 loc) · 19.7 KB

Changelog

0.9.2 (2024-08-12)

Bug Fixes

Dev

0.9.1 (2023-07-17)

Bug Fixes

0.9.0 (2023-07-17)

Features

Bug Fixes

playground

Doc

compiler

Dev

0.8.0 (2021-09-18)

Features

Bug Fixes

Dev

0.7.0 (2021-07-25)

Features

Bug Fixes

0.6.0 (2021-07-19)

Features

  • add test case to astsexplorer (c873b23)
  • put cargo-workspace into docker (053bb27)
  • refactor function params to IDENTIFIER type. (89faebe)
  • refactor token output (ae2084e)

Bug Fixes

0.5.0 (2021-01-19)

Features

Bug Fixes

0.4.2 (2021-01-07)

Bug Fixes

  • remove unused interface (31dad4e)
  • use latest Node.js LTS for release (13394bf)

0.4.1 (2021-01-05)

Bug Fixes

  • add missing id in release job (6afacf7)
  • update crates to right version (43c4977)

0.4.0 (2021-01-02)

Features

  • add array and hash to ast tree (9f981b5)
  • add binary expression ast (da1e7f7)
  • add circleci (#19) (e4a4946)
  • add example (578a336)
  • add function call ast (55c3808)
  • add function declaration ast (0b50d79)
  • add if expression ast (b3f9e98)
  • add index ast (aa31ae0)
  • add initial wasm version (f3e24d5)
  • add interface for program ast output (d47687b)
  • add let statement to ast tree (ef30e9a)
  • add license (9aecc11)
  • add literal to ast (54b4d03)
  • add location info to root node (910619d)
  • add npm publish process to CI (bab3ff1)
  • add release it (#15) (03dfccd)
  • add type to ast (not perfect solution, needs another process on js side) (d4ff0bc)
  • add unary expression ast (aa6df7b)
  • add wasm init code (#14) (31cdc96)
  • fix return statement and finally fix type annotation (a912818)
  • refactor span to common data structure (25f9dac)

Bug Fixes