Releases: sebastienros/esprima-dotnet
Releases · sebastienros/esprima-dotnet
2.1.3
What's Changed
- Private identifier in by @jogibear9988 in #221
 - Support class static blocks by @jogibear9988 in #222
 - Create test bed to test against ECMAScript 262 files by @lahma in #208
 - Support generating full test harness by @lahma in #225
 - Parse unicode regex sets by @sebastienros in #226
 - Fix update-allow-list logic, update test262harness by @lahma in #228
 
Full Changelog: v2.1.2...v2.1.3
2.1.2
2.1.1
What's Changed
- Correctly escape non-unicode regex by @sebastienros in #218
 
Full Changelog: v2.1.0...v2.1.1
2.1.0
2.0.5
2.0.4
What's Changed
- Improvement on error reporting of 'for await' loops by @adams85 in #189
 - Support ES2020 export ns from by @pluethi1 in #196
 - Add .editorconfig by @lahma in #197
 - Allow super only if class is extended by @jogibear9988 in #200
 - Fix parsing error in exponent expressions with unary left-hand sides. by @jogibear9988 in #201
 - Fix ES2018 import() by @jogibear9988 in #202
 - support write back of expected ast to json by @jogibear9988 in #203
 - Fix build warnings by @sebastienros in #206
 - support es2022 class properties & private properties by @jogibear9988 in #205
 - BigInt & numeric separator support by @jogibear9988 in #204
 - Upgrade infrastructure to .NET 6 by @lahma in #209
 - Prevent infinite loop in TestRegExp by @lahma in #213
 
New Contributors
- @pluethi1 made their first contribution in #196
 - @jogibear9988 made their first contribution in #200
 
Full Changelog: v2.0.3...v2.0.4
2.0.3
- Fix strict mode detection for arrow functions and object methods (#181)
 - Fix visit order for ForStatement and ForOfStatement (#182)
 - Fix strict mode detection for async object methods (#184)
 - Various fixes and improvements to AST visitor
 - Allow assigning proto in object literals (#192)
 - Support async generators (#190)
 - Support ES2021 Logical Assignment (#193)