Skip to content

v1.3.0

Compare
Choose a tag to compare
@sbaudoin sbaudoin released this 07 Nov 17:05

Various improvements and bug fixing (#19, #24, #26)
The API now offers the possibility to process a java.io.InputStream and to pass a custom instance of org.yaml.snakeyaml.Yaml (#20)
The Shell script offers new features (#23):

  • New ption --no-warnings to show only the errors
  • New, improved output formats: 'colored', 'github', 'auto' (which becomes the default format)
  • Ability to read YAML from standard input, allowing the script to be embedded in Shell pipelines
  • In standard and colored outputs, the message now includes the detailed for syntax error (#15)