Releases: danburzo/yamatter
Releases · danburzo/yamatter
v0.6.0
New features
- Adds a
--json
flag to output data as JSON instead of YAML to stdout.
- Adds a
--no-filename
flag to exclude filenames from the output. Combined with --json
, this makes the output amenable to further processing with jq --slurp
.
v0.5.0
New features
- Added
--silent
flag to supress output to stdout
.
v0.4.0
New features
Allow fast-glob configuration via --glob.*
options. Cast boolean and numeric glob.*
and yaml.*
option values to their respective types.
v0.3.0
New features
- Ignore patterns found in
.gitignore
by default, override the behavior with the --no-gitignore
flag (#1)
Bug fixes
- Skip files whose front matter is preceded by non-whitespace content.
- Maintain the original front matter delimiter rather than normalizing it to
---
.