The parsing switches from nom
to winnow
, which eases maintenance and improves performances.
Commit Statistics
- 27 commits contributed to the release over the course of 7 calendar days.
- 10 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare additional changelogs (db63815)
- Prepare changelogs (e4d2890)
- Merge branch 'config' (daf3389)
- Minor refactor (224121b)
- Make clippy happy (1a1e2f5)
- Pull newline counting out of inner loop (beac408)
- Remove value_impl's explicit start index tracking (63552ee)
- Remove value_impl's explicit end index tracking (8db009c)
- Upgrade to winnow 0.5 (fe997c8)
- Remove error creation shorthand (8581d25)
- Simplify value_impl escape parsing (9e6ba0f)
- Clarify value_impl index handling (b790948)
- Flatten value_impl (5fc1096)
- Normalize parser lifetimes (083efbc)
- Simplify section (5f2b68e)
- Simplify section_header (0fe3854)
- Simplify sub_section parsing (d2e06c8)
- Simplify simpler parsers (edb4e04)
- Simplify error creation (bdcd379)
- Prepare for winnow 0.5 upgrade (42ae766)
- Move off deprecated parsers (b0287a8)
- Upgrade to winnow 0.4 (a639994)
- Prepare for winnow 0.4 upgrade (cfc642a)
- Move off of remaining deprecated parsers (18bee03)
- Switch to Parser inherent parsers (6ac1b37)
- Switch to type-native winnow parsers (5b3ae94)
- Switch gix-config to winnow 0.3 (3d9ae21)