Skip to content

Releases: aas-core-works/abnf-to-regexp

abnf-to-regexp 1.1.3

22 Mar 09:58
3831223
Compare
Choose a tag to compare
  • Fix for the case no min. and only max. repetition (#34)
  • Discontinue Python 3.7 and include 3.11 (#33)

abnf-to-regexp 1.1.2

28 Sep 12:07
ee5bdc5
Compare
Choose a tag to compare
  • Upgrade to abnf 2.0.0 (#27)

abnf-to-regexp 1.1.1

15 Jun 15:22
e708e36
Compare
Choose a tag to compare
  • Add support for Python 3.9 and 3.10 (#24)
  • Fix escaping for UTF-32 (#23)

abnf-to-regexp 1.0.0

22 May 08:47
325bf92
Compare
Choose a tag to compare
  • This is the initial release.

abnf-to-regexp 1.1.0

22 May 08:57
41f82f5
Compare
Choose a tag to compare
  • Add nested-in-python representation (#3)
  • Merge character classes in alternations (#4)
  • Remove unnecessary parentheses (#5)
  • Remove unnecessary + in nested-python output (#7)
  • Make compressions for nicer RFC 3339 (#8)
  • Use Tarjan's depth-first topological sort (#10)
  • Fix non-deterministic behavior due to sets (#11)
  • Replace repetition range with shorter alternatives (#16)
  • Test for RFC 8141 and fix transformations for it (#20)