Skip to content

Releases: cesbit/libcleri

v1.0.2

30 Oct 10:46
Compare
Choose a tag to compare
  • Fixed makefile to correct version.
  • Do not hard-code GCC as compiler #24, @giordano

v1.0.1

17 Oct 07:29
Compare
Choose a tag to compare
  • Changed company name to Cesbit.
  • Removed regular expression assertion.

v1.0.0

13 Jan 14:54
Compare
Choose a tag to compare
  • Remove cleri_children_t to reduce mallocs, issue #18
  • Fixed bug with CLERI_FLAG_EXPECTING_DISABLED flag
  • Ordered expecting for minor speed improvement

0.12.2

10 Aug 09:13
Compare
Choose a tag to compare
  • Fixed recursion depth not decremented bug in Prio element, issue #17

0.12.1

19 Feb 14:44
a8a1adc
Compare
Choose a tag to compare
  • Fixed bug in Prio element. See #16

0.11.1

12 Nov 07:52
Compare
Choose a tag to compare
  • Changed start line numbering in suggestion (expecting string) from 0 to 1

0.11.0

22 Oct 09:24
Compare
Choose a tag to compare
  • Added cleri_parse2() which accepts an additional flags argument
  • Improved syntax error handling
  • Set correct position when nested error in syntax is found

0.10.0

11 Oct 13:41
Compare
Choose a tag to compare
  • Fixed expecting when parsing a list (Issue: #11)
  • Fixed is_valid property when parsing empty strings (Issue #12)
  • Added cleri_parse_strn() function for generating a textual parse result

0.9.4

28 Nov 09:41
Compare
Choose a tag to compare
  • Replaced pcre with pcre2. (issue #5)

0.9.3

01 Sep 14:32
Compare
Choose a tag to compare
  • Fixed compiler warnings.