Releases: aviaryan/BigEval.js
Releases · aviaryan/BigEval.js
v3.2.0
- Some bug fixes
- Error handling enhancement
v3.1.0
add new version of node in travis #15
v3.0.0
- Faster expression parsing algorithm #12
v2.0.0
updated version, now v2.0.0
v1.2.1
version update - removed testdecimal from npm test
Made nodejs compatible
v1.1.0
update package.json
v1.0
- Added Infinity and NaN as constants to be consistent with Eval()
- Fixed a bug in parsing expressions
- Fixed order of operators and made it according to Wikipedia.
v0.2
- Added And (&), Or (|), Xor (^) operators
- Fixed a bug when minus was over paranthesis like
-4 * -(2+2)
- Made CONSTANTS come under
this.CONSTANT
object to avoid conflicts