Skip to content

Latest commit

 

History

History
191 lines (139 loc) · 32.3 KB

CHANGELOG.md

File metadata and controls

191 lines (139 loc) · 32.3 KB

Change Log

1.11.0 (2023-01-04)

  • feat: add type Expression2 (bc70704)
  • chore: update dependencies (27591d1)

1.10.2 (2022-12-20)

1.10.1 (2022-12-20)

1.10.0 (2022-12-18)

  • feat: expose error range (888e1f6)

1.9.1 (2022-12-17)

1.9.0 (2022-12-17)

1.8.2 (2021-07-15)

1.8.1 (2020-07-07)

1.8.0 (2020-03-31)

1.7.4 (2019-11-29)

  • fix: add tslib as dependency (2dc809b)

1.7.3 (2019-11-29)

1.7.2 (2019-10-23)

  • fix: arrow function expression print (f0cd667)

1.7.1 (2019-10-21)

  • fix: remove logical operator from binary operator (a7565b3)
  • chore: update dependencies (dd8edfb) (fddadcf)

1.7.1-alpha.0 (2019-10-12)

  • build: add api-extractor (4815674)

1.7.0 (2019-10-11)

  • feat: support await, fix print (aae2283)
  • fix: prefix and postfix unary (5725868)

1.6.2 (2019-10-07)

  • fix: nullish coalescing parse failure and loose calculation (0bbe29c)
  • chore: update dependencies (e5489b4)

1.6.1 (2019-10-04)

  • fix: optional call error (94b6bae)
  • chore: update dependencies (d3cee9a)

1.6.0 (2019-09-24)

  • feat: support custom data (6a78661)

1.5.2 (2019-09-22)

  • fix: use slice as work around of a ts 3.6.3 bug (9859fc4)
  • feat: bind this (a2771d8)
  • fix: arrow function parse error (16098b3)

1.5.1 (2019-09-21)

1.5.0 (2019-09-07)

  • feat: support more optional chain (aa46395)
  • chore: update dependencies (32bc243) (7d41417)
  • chore: remove node-canvas dependencies (7d989e8)

1.4.0 (2019-08-25)

1.3.0 (2019-06-09)

  • feat: support short hand object literal (6919c82)
  • fix: fix range and add performance measurement in test (4f57d8b)

1.2.0 (2019-06-08)

  • fix: empty array literal and empty object literal (3628d03)
  • chore: update dependencies (106a8b0) (8e908ba)
  • feat: support object literal spread (ab74f9c)
  • feat: support call spread and array spread (0692de6)
  • feat: support null (eb29dee)

1.1.0 (2019-05-27)

  • feat: support bitwise (cd8061c)
  • chore: update dependencies (7b88c40)
  • fix: object literal nest (4753a7c)
  • feat: support array literal and object literal (abc47eb)
  • feat: support and or not (c8bff79)

1.0.1 (2019-05-22)

  • feat: support nullish coalescing (0db1472)
  • feat: support optional chain (3a68d92)
  • feat: support percent (3760aa3)
  • feat: support ** (2dbc144)
  • feat: support binary remainder (900933f)
  • feat: support unary expression ! and ~ (c38f876)
  • feat: support evaluator and === !== (ca20ad9)
  • feat: add locale error message (8b9d08b)
  • chore: update dependencies (195bebb)
  • chore: simplify exposed api (f5e452a)
  • feat: add range in result (d8c098c)
  • docs: add supported features (638ff84)
  • feat: add initial tokenizer and parser (ba2e198)
  • Initial commit (c634115)