Skip to content

Releases: Siubaak/sval

Version 0.5.8

19 Jan 07:08
Compare
Choose a tag to compare

Fix a lot of bugs and support with and labeled statements

Version 0.5.2

18 Apr 05:00
Compare
Choose a tag to compare

Version 0.5.1

30 Jan 12:32
Compare
Choose a tag to compare
  1. Support ES module #68
  2. Support class field
  3. Support class static block

Version 0.5.0

29 Jan 08:20
Compare
Choose a tag to compare
  1. Support #83

Version 0.4.9

29 Jan 05:46
Compare
Choose a tag to compare

Version 0.4.8

08 Nov 02:44
Compare
Choose a tag to compare

Version 0.4.7

04 May 09:20
Compare
Choose a tag to compare
  1. Add parse method for Sval instance
  2. Allow run Estree Spec AST
  3. Fix #46 & #55

Version 0.4.6

08 Jun 04:42
Compare
Choose a tag to compare
  1. Implement object getter/setter
  2. Fix delete behavior
  3. Fix bug of accessing super in methods, calling methods of super class and throwing error in async generator

Version 0.4.5

20 May 14:36
Compare
Choose a tag to compare
  1. Improve about 30% performance
  2. Fix a bug of array pattern (issue #35)

Version 0.4.4

08 May 05:37
Compare
Choose a tag to compare
  1. Fix parameters feed of async function and async generator
  2. Fix assignment pattern of object pattern and array pattern
  3. Reduce the use of Object.prototype.hasOwnProperty to improve performance