All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.5 (2020-10-22)
1.2.4 (2020-06-29)
- single function: fix: pos offset
- single function: customFunc: an error is caused without parameters; (8e0b836)
1.2.3 (2020-06-24)
1.2.2 (2020-06-24)
1.2.1 (2020-06-24)
- single function: 8.98846567431158 * Math.pow(10, 307) === 8.988465674311586e+307 ❎
- single function: node v10 bug,8.98846567431158 * Math.pow(10, 307) !== 8.98846567431158e+307 (8636d7a)
1.2.0 (2020-06-23)
- single function: support obj.arr = xxx & obj[variable] left hide handle (ef11834)
1.1.0 (2020-06-23)
- single function: support typeof 1 && typeof(1); Declare errors caused by some variables, e.g. var inf, 'in' is keyword; functions Unused; return function of Interrupt the current operation cycle; add consts:NaN、Infinity;
- single function: use functions,reg of keyword, add consts (d0f7203)
1.0.7 (2020-06-18)
- single function: comment reg and function body loop (9acba89)
1.0.6 (2020-06-07)
1.0.5 (2020-06-07)
- single function:
var a = 1
anda = 1
,it shouldn't be the same effect, The former is a declarat
ISSUES CLOSED: ion, while the latter is only a modification
- single function:
var a = 1
anda = 1
,it shouldn't be the same effect (e0ad9a9) - single function: fix :Error reported at the end of semicolon ,update docs (b41b7b7)
1.0.4 (2020-06-05)
- single function: support custom opeartor function (b97246b)
- number type: is basic number);
- parser, token-stream, options.test.js
ISSUES CLOSED: none
- single function: support handle number percision, four operations. fix 0.1 bug (17aec00)