Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Latest commit

 

History

History
275 lines (114 loc) · 7.02 KB

CHANGELOG.md

File metadata and controls

275 lines (114 loc) · 7.02 KB

Change Log

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

0.14.3 (2019-11-12)

Bug Fixes

  • parse: 🐛 Fix support for multiple unary operators (f557d7b)

0.14.2 (2019-08-30)

Bug Fixes

  • parse: 🐛 Fix escaped quotes in string (10c1581)

0.14.1 (2018-12-03)

Bug Fixes

  • parse: 🐛Fix [] not supported (2fc25aa)

0.14.0 (2018-09-29)

Features

  • execute: ✨Support MemberExpression (fd6b414)
  • parse: ✨SequenceExpression (4f792e6)

0.13.1 (2018-09-06)

Bug Fixes

  • ArrayExpression: 🐛Fix with ConditionalExpression (766c02c)
  • traverse.js: 🐛CALL_EXPRESSION (d2d955c)

0.13.0 (2018-09-05)

Features

  • ArrayExpression: ✨Support muliple arguments (c748e8a)

0.12.1 (2018-09-05)

0.12.0 (2018-09-05)

Features

0.11.0 (2018-09-05)

Features

  • parse: ✨ArrayExpression (6d80f56)

0.10.0 (2018-09-04)

Features

  • traverse.js: ✨Add parent node to visitor function (138b0c9)

0.9.0 (2018-08-31)

Features

  • serialize: ✨Safe call serialize withou parent (c10cfab)

0.8.0 (2018-08-30)

Features

0.7.5 (2018-08-28)

Bug Fixes

  • MemberExpression: 🐛UnaryExpression (6f35243)

0.7.4 (2018-08-28)

Bug Fixes

  • MemberExpression: 🐛Fix MemberExpression with UnaryExpression (2627aaa)

0.7.3 (2018-08-28)

Bug Fixes

  • MemberExpression to LogicalExpression: 🐛 (d5e6d89)

0.7.2 (2018-08-28)

Bug Fixes

  • ConditionalExpression: 🐛Fix parsed ConditionalExpression missing ExpressionStatement (789014b)

0.7.1 (2018-08-27)

Bug Fixes

  • binary operator precedences: 🐛 (9939d0a)

0.7.0 (2018-08-27)

Features

  • MemberExpression: ✨Support computed property (a07bb26)

0.6.1 (2018-08-27)

0.6.0 (2018-08-25)

Features

  • Build: ✨Add prettier, traivs, code coverage (8553499)
  • MemberExpression: ✨Support [] member access (d1a2dea)
  • Parse: ✨Refactor parse.js (fd7d136)

0.5.2 (2018-07-27)

Bug Fixes

  • Identifier: 🐛Fix trailing space of identifiers (0b18623)

0.5.1 (2018-07-27)

Bug Fixes

  • Stringify: 🐛Fix IDENTIFIER name (1093a70)

0.5.0 (2018-07-27)

Features

  • Stringify: ✨Simple stringify (f309230)

0.4.0 (2018-07-27)

Features

  • LogicalExpression: ✨Support LOGICAL_EXPRESSION in BINARY_EXPRESSION (7dadba7)

0.3.0 (2018-07-27)

Features

  • Parenthesis: ✨Beter supports parenthesis (476c141)

0.2.0 (2018-07-26)

Features

  • Identifier: ✨Remove argument token type, use identifier instead. Injec (1baa51b)

0.1.2 (2018-07-26)

0.1.1 (2018-07-26)

0.1.0 (2018-07-26)

Features