Releases: dy/subscript
Releases · dy/subscript
3.0
What's Changed
- Significantly increased performance (on par with jsep or faster for major cases)
- Extensible functional parsers instead of declarative configs
- Operators precedence matches JS
- Better source files layout
- Postfix operators support
- Smaller size
- Node tests
Full Changelog: v2.0.0...v3.0.0
2.0
What's Changed
- Generalized & improved performance
- Operator evaluators are separate from precedence dicts
- Streamlined expression algorithm to real recursive descent
- API is consolidated under
parse.*
andevaluate.*
scopes - Reduced size
Full Changelog: 1.0.4...v2.0.0
1.0
- Parser performance based on stripped JSEP engine
- Frisk-compatible tree
- 1.4kb size
Full Changelog: https://github.com/spectjs/subscript/commits/1.0.4