confval v0.8.0
This release adds LSP support, a scaffolding command, Map field in derive, as well as JSON and YAML frontends.
Highlights
- The headline change, stated plainly.
Added
- The
jsonfeature, withparse_json,parse_json_fields, andemit_json. - The
yamlfeature, withparse_yaml,parse_yaml_fields, andemit_yaml. - Added
#[confval(map)]for a setting whose keys are not known ahead of time, such as HTTP request headers or URL templates.
Changed
Deprecated
Removed
Fixed
Security
Upgrading
Update the dependency and enable the features you use.
[dependencies]
confval = { version = "0.8.0", features = ["derive", "toml", "hcl", "kdl", "json", "yaml", "color", "layering"] }