Skip to content

Releases: princemaple/abnf_parsec

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