Releases: EricSmekens/jsep
Releases · EricSmekens/jsep
v0.4.0
Added
You can add or remove additional valid identifier chars.
Support for gobble properties from array/strings. e.g. ([1].length)
Updated
Updated several dependancies for audit fixes.
v0.3.5
Create npm-publish.yml
v0.3.4
Prepare 0.3.4 (#87)
v0.3.3
Prepare release 0.3.3
v0.3.2
0.3.2 - 2017-08-31
Notice
First version that was using a CHANGELOG.md.
Added
- Typings
- Functions to remove all binary/unary/etc. ops.
Fixed
- Supports multiline expressions.
v0.3.1
Thanks for all PR's.
Fixes various issues, including:
- Checks for unclosed '(' and '[' chars.
- Better backslash handling. (Still not the same as esprima, next version will have this addressed).
- Allowing unicode identifiers.
- Better support for adding/removing literals/operators.
- Updated dependencies.