Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2021-07-28)

Features

  • parser.ts: change logging api (5b3d811)

Bug Fixes

  • index.ts: export all files in src directory (9a6c165)
  • parser.ts: fix encapsulation of parse expression function (5cf48cb)
  • parser.ts: fix getters of warnings and infos (2b7b2d4)
  • parser.ts: fix parsing enum identifier issue (2de5dc3)
  • parser.ts: prevent cleaning logs when re-parsing (5182e07)
  • parser.ts, scriptcode.ts: reset state before parsing (946ffb4)
  • tokenizer.ts: fix keyword table sorting issue (from lazy to greedy) (5c42449)
  • tokenizer.ts: fix parsing identifier issue (6ea007e)