Skip to content

Releases: princemaple/abnf_parsec

v1.2.3 🌈

06 Jan 12:01
5e43d8b
Compare
Choose a tag to compare

Fixed

  • Generate utf8 matcher instead of ascii on num_range (c40c2b9) fix #76

Full Changelog: v1.2.2...v1.2.3

v1.2.2 🌈

05 Jan 22:50
b6402d8
Compare
Choose a tag to compare

Release for removing the warning about charlist syntax.

Changes

v1.2.1 🌈

05 Feb 10:59
1399cd4
Compare
Choose a tag to compare

Fixed

  • String concatenation bug caused by case insensitivity implementation

Changes

v1.2.0 Case Insensitive

05 Feb 10:56
Compare
Choose a tag to compare

Now strings default to be case insensitive

Full Changelog: v1.1.0...v1.2.0

v1.1.0 🌈

27 Dec 22:31
Compare
Choose a tag to compare

Changes

🚀 Features

  • Rfc7405 @guenni68 (#16)
    • Adds case-insensitive string matching but haven't switched default to case-insensitive yet

v1.0.1

02 Nov 22:49
Compare
Choose a tag to compare

Quick fix that corrects 0 repetition behavior, 0 repetition should not produce any result, even empty string

v1.0.0 🚀

02 Nov 22:22
9654eb6
Compare
Choose a tag to compare

Changes

v0.1.3

26 Sep 04:53
Compare
Choose a tag to compare
add release draft