All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.14.3 (2019-11-12)
- parse: 🐛 Fix support for multiple unary operators (f557d7b)
0.14.2 (2019-08-30)
- parse: 🐛 Fix escaped quotes in string (10c1581)
0.14.1 (2018-12-03)
- parse: 🐛Fix
[]
not supported (2fc25aa)
0.14.0 (2018-09-29)
0.13.1 (2018-09-06)
0.13.0 (2018-09-05)
- ArrayExpression: ✨Support muliple arguments (c748e8a)
0.12.1 (2018-09-05)
0.12.0 (2018-09-05)
- CallExpression: ✨ (1c18bcc)
0.11.0 (2018-09-05)
- parse: ✨ArrayExpression (6d80f56)
0.10.0 (2018-09-04)
- traverse.js: ✨Add parent node to visitor function (138b0c9)
0.9.0 (2018-08-31)
- serialize: ✨Safe call serialize withou parent (c10cfab)
0.8.0 (2018-08-30)
- benchmark: ✨Add (7c2dbc5)
0.7.5 (2018-08-28)
- MemberExpression: 🐛UnaryExpression (6f35243)
0.7.4 (2018-08-28)
- MemberExpression: 🐛Fix MemberExpression with UnaryExpression (2627aaa)
0.7.3 (2018-08-28)
- MemberExpression to LogicalExpression: 🐛 (d5e6d89)
0.7.2 (2018-08-28)
- ConditionalExpression: 🐛Fix parsed ConditionalExpression missing ExpressionStatement (789014b)
0.7.1 (2018-08-27)
- binary operator precedences: 🐛 (9939d0a)
0.7.0 (2018-08-27)
- MemberExpression: ✨Support computed property (a07bb26)
0.6.1 (2018-08-27)
0.6.0 (2018-08-25)
- Build: ✨Add prettier, traivs, code coverage (8553499)
- MemberExpression: ✨Support [] member access (d1a2dea)
- Parse: ✨Refactor parse.js (fd7d136)
0.5.2 (2018-07-27)
- Identifier: 🐛Fix trailing space of identifiers (0b18623)
0.5.1 (2018-07-27)
- Stringify: 🐛Fix IDENTIFIER name (1093a70)
0.5.0 (2018-07-27)
- Stringify: ✨Simple stringify (f309230)
0.4.0 (2018-07-27)
- LogicalExpression: ✨Support LOGICAL_EXPRESSION in BINARY_EXPRESSION (7dadba7)
0.3.0 (2018-07-27)
- Parenthesis: ✨Beter supports parenthesis (476c141)
0.2.0 (2018-07-26)
- Identifier: ✨Remove argument token type, use identifier instead. Injec (1baa51b)
0.1.2 (2018-07-26)
0.1.1 (2018-07-26)
- Initial Commit: ✨ (8e09fb3)