Skip to content

Latest commit

 

History

History
104 lines (50 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

104 lines (50 loc) · 3.84 KB

Changelog

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)

⚠ BREAKING CHANGES

  • single function: fix: pos offset

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • single function: 8.98846567431158 * Math.pow(10, 307) === 8.988465674311586e+307 ❎

Bug Fixes

  • single function: node v10 bug,8.98846567431158 * Math.pow(10, 307) !== 8.98846567431158e+307 (8636d7a)

1.2.0 (2020-06-23)

Features

  • single function: support obj.arr = xxx & obj[variable] left hide handle (ef11834)

1.1.0 (2020-06-23)

⚠ BREAKING CHANGES

  • 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;

Bug Fixes

  • single function: use functions,reg of keyword, add consts (d0f7203)

1.0.7 (2020-06-18)

Bug Fixes

  • single function: comment reg and function body loop (9acba89)

1.0.6 (2020-06-07)

1.0.5 (2020-06-07)

⚠ BREAKING CHANGES

  • single function: var a = 1 and a = 1 ,it shouldn't be the same effect, The former is a declarat

ISSUES CLOSED: ion, while the latter is only a modification

Bug Fixes

  • single function: var a = 1 and a = 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)

Features

  • single function: support custom opeartor function (b97246b)

1.0.3 (2020-06-05)

⚠ BREAKING CHANGES

  • number type: is basic number);
  • parser, token-stream, options.test.js

ISSUES CLOSED: none

Features

  • single function: support handle number percision, four operations. fix 0.1 bug (17aec00)

Bug Fixes

  • number type: add online explame and docs, fix:(0.1 not (e5f91ea)

  • ⚠️feat(token & parser): 支持options (3a31864)