Skip to content

gix-config-value v0.19.0

Choose a tag to compare

@Byron Byron released this 23 Jul 13:04
f0ec710

New Features (BREAKING)

  • store configuration paths and parse values from strings
    Remove the lifetime from gix_config_value::Path and store its bytes in a
    BString. Path interpolation now returns an owned PathBuf, including for paths
    that do not require expansion.

    Allow Boolean, Color, and Integer to parse UTF-8 string slices as well as
    byte strings. Keep BStr as the canonical parser input and disambiguate BString
    callers explicitly.

Commit Statistics

  • 5 commits contributed to the release.
  • 58 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2722 from GitoxideLabs/reasons (c16b5a1)
    • Replace lint allowances with expectations (43ff87a)
    • Merge pull request #2667 from GitoxideLabs/lifetime-free-config-parser (55b5158)
    • Store configuration paths and parse values from strings (020bbb6)
    • Merge pull request #2618 from GitoxideLabs/report (f7d4f33)