Skip to content

Releases: hildjj/node-abnf

v4.2.1

10 Dec 23:11
v4.2.1
32d9245
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

12 Nov 21:45
v4.2.0
d506ac4
Compare
Choose a tag to compare

What's Changed

  • Hash syntax for comma-separated lists from RFC 9110 by @hildjj in #23

Full Changelog: v4.1.0...v4.2.0

v4.1.0

09 Nov 15:11
v4.1.0
8104e14
Compare
Choose a tag to compare

What's Changed

  • Allow for multiple start rules by @hildjj in #22

Full Changelog: v4.0.2...v4.1.0

v4.0.2

07 Nov 17:44
v4.0.2
5336c90
Compare
Choose a tag to compare

What's Changed

  • Publish the abnf for core, since -c uses it. Update dependencies by @hildjj in #21

Full Changelog: v4.0.1...v4.0.2

Pest support

29 Aug 16:34
v4.0.1
f62eee3
Compare
Choose a tag to compare

Added support for Pest output in abnf_gen.
#18 fixed main lib extension for API use.

Pest support

29 Aug 16:28
v4.0.0
e308a7f
Compare
Choose a tag to compare

Added support for Pest output in abnf_gen

Install all scripts

12 May 16:08
v3.0.1
60afbf9
Compare
Choose a tag to compare

Install all of the provided scripts.

v3.0.0

19 Apr 16:29
v3.0.0
8e9558f
Compare
Choose a tag to compare
  • BREAKING: minimum node version now v18
  • Add missing location information (thanks @dontcallmedom)
  • Fixed #10, detecting an extension to an unknown rule
  • Update dependencies, including Peggy 4.0.2
  • Move to pnpm
  • Removed semver overrides, left over from security bug fix
  • Removed build products from examples
  • Special case for %xE000 - %x10FFFF since it happens frequently.

Update dependencies

30 Jun 17:08
v2.0.0
36aa27b
Compare
Choose a tag to compare

Update all dependencies.
Breaking: now requires node v16+

Add Peggy support

27 Mar 17:21
v1.0.0
4d16a6b
Compare
Choose a tag to compare

You can now generate Peggy grammars from an ABNF file.