Skip to content

Releases: sebastienros/esprima-dotnet

v3.0.5

09 Apr 15:33
4661614
Compare
Choose a tag to compare

What's Changed

  • Update GH actions/checkout to v4 by @lahma in #431
  • Add macos runner for GH Actions PR checks by @lahma in #433
  • Update README.md: fix Build badge by @davidnx in #432
  • Ensure deterministic build for releases by @lahma in #435
  • Fix copy ctor of ParserOptions by @adams85 in #436

New Contributors

Full Changelog: v3.0.4...v3.0.5

v3.0.4

31 Dec 14:02
f61074b
Compare
Choose a tag to compare

What's Changed

  • Fix handling of trailing comma in import arguments by @lahma in #430

Full Changelog: v3.0.3...v3.0.4

v3.0.3

30 Dec 08:07
d2771db
Compare
Choose a tag to compare

What's Changed

  • Enable code analysis with latest-Recommended by @lahma in #418
  • Prepare for NET 8 analyzers by @lahma in #419
  • Enable UseArtifactsOutput by @lahma in #420
  • Add README.md to NuGet package by @lahma in #421
  • Update to NET 8 SDK by @lahma in #422
  • Update to NET 8 by @lahma in #423
  • Add a hint about what to try first when regexp tests are failing by @adams85 in #425
  • Return old recursion limit capabilities by @lahma in #426
  • Fix parsing of class elements named accessor without semicolon terminator by @lahma in #428
  • Update NuGet dependencies by @lahma in #429

Full Changelog: v3.0.2...v3.0.3

v3.0.2

04 Nov 12:03
4d80582
Compare
Choose a tag to compare

What's Changed

  • Convert to Central Package Management by @lahma in #414
  • Fix a few edge cases in AST to JS conversion by @adams85 in #413
  • Fix expression parsing in export default statements by @adams85 in #417

Full Changelog:

v3.0.1

10 Sep 17:54
5713567
Compare
Choose a tag to compare

What's Changed

Minor binary level breaking changes (won't break code on source level):

  • Change Token.Octal field to a property.
  • Add the optional parameter strict to the JavaScriptParser.ParseExpression method.

Full Changelog:

v3.0.0

03 Sep 17:38
0d09a22
Compare
Choose a tag to compare

What's Changed

Full Changelog:

v3.0.0-rc-04

07 Aug 19:43
93ddbe6
Compare
Choose a tag to compare
v3.0.0-rc-04 Pre-release
Pre-release

What's Changed

  • Fix capturing group numbering and a few more issues in regex parsing by @adams85 in #392
  • Fix parsing of optional chaining in new expressions and decorators by @adams85 in #393

Full Changelog: v3.0.0-rc-03...v3.0.0-rc-04

v3.0.0-rc-03

29 Jul 07:11
9de2af2
Compare
Choose a tag to compare
v3.0.0-rc-03 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-rc-02...v3.0.0-rc-03

v3.0.0-rc-02

09 May 14:04
81f25cc
Compare
Choose a tag to compare
v3.0.0-rc-02 Pre-release
Pre-release

What's Changed

  • Fix handling of UTF32 escape sequences by @adams85 in #379
  • Improve ESTree compliance by @adams85 in #383
  • Fix and optimize complex identifier parsing by @adams85 in #384
  • Quick fix for IsIdentifierStart/IsIdentifierPart (UTF32) by @adams85 in #385
  • Update syntax validation rules to align better with the spec by @lahma in #387
  • Improve identifier parsing by @adams85 in #386

Full Changelog: v3.0.0-rc-01...v3.0.0-rc-02

v3.0.0-rc-01

23 Feb 06:23
c2bc38e
Compare
Choose a tag to compare
v3.0.0-rc-01 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta-10...v3.0.0-rc-01