Skip to content

Releases: sebastienros/esprima-dotnet

2.1.3

08 Mar 15:59
620798e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

2.1.2

02 Jan 02:16
3c22061
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

2.1.1

01 Jan 23:55
5867b4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

2.1.0

20 Dec 23:06
68f28de
Compare
Choose a tag to compare

What's Changed

  • Fix parsing binary number with BigInt postfix by @lahma in #216
  • Fix module import/export identifier parsing by @lahma in #217

Breaking Changes

This release contains breaking changes in the public API related to import/export nodes.

Full Changelog: v2.0.5...2.1.0

2.0.5

15 Dec 19:54
51f17f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

2.0.4

01 Dec 18:19
e01444a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

2.0.3

30 Aug 18:11
231f862
Compare
Choose a tag to compare
  • 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)

2.0.2

18 Jul 05:59
794b45d
Compare
Choose a tag to compare
  • Fix parsing of static member expression property initializer (#170)
  • Fix [^] and [] patterns in Regex (#173)
  • Support for ES2020 import.meta (#171)

2.0.1

11 Jul 13:51
029c0f8
Compare
Choose a tag to compare
  • Fix regular expressions with /[^]/ (#168 #172)

2.0.0

19 May 14:35
c053278
Compare
Choose a tag to compare
  • ECMAScript 2019 support