0.3.0
·
19 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Features
replaceandupsertnow accept dicts and lists as values, not just scalars. Complex values are serialized to block-style YAML and spliced in via string surgery, bypassing yamlpatch's scalar-only limitation.- Added
rootproperty toDocumentandEditoras a convenience fordoc[()].
Internal
- Added cargo-fmt and clippy pre-commit hooks, aligned with CI.
- Simplified complex-replace internals to match yamlpatch behavior (removed quote-aware colon finding and inline comment preservation).
Documentation
- Fixed usethis badge path in README.