Skip to content

Releases: danburzo/yamatter

v0.6.0

15 Aug 13:40
Compare
Choose a tag to compare

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

27 Jun 07:44
Compare
Choose a tag to compare

New features

  • Added --silent flag to supress output to stdout.

v0.4.0

14 Feb 10:29
Compare
Choose a tag to compare

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

14 Feb 09:49
Compare
Choose a tag to compare

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 ---.