Releases: Siubaak/sval
Releases · Siubaak/sval
Version 0.5.8
Version 0.5.2
- Fix #101
Version 0.5.1
- Support ES module #68
- Support class field
- Support class static block
Version 0.5.0
- Support #83
Version 0.4.9
- Fix #94
Version 0.4.8
- Fix #65
Version 0.4.7
Version 0.4.6
- Implement object getter/setter
- Fix delete behavior
- Fix bug of accessing super in methods, calling methods of super class and throwing error in async generator
Version 0.4.5
- Improve about 30% performance
- Fix a bug of array pattern (issue #35)
Version 0.4.4
- Fix parameters feed of async function and async generator
- Fix assignment pattern of object pattern and array pattern
- Reduce the use of Object.prototype.hasOwnProperty to improve performance