Releases: eemeli/yaml
Releases Β· eemeli/yaml
v2.6.0
v2.5.1
v2.5.0
- Add
--indent
option to CLI tool (#559, with thanks to @danielbayley) - Require newline in all cases for props on block sequence (#557)
- Always reset indentation in lexer on
...
(#558) - Ignore
minContentWidth
if greater thanlineWidth
(#562) - Drop unused
Collection.maxFlowStringSingleLineLength
(#522, #421)
v2.4.5
v2.4.4
With special thanks to @RedCMD for finding and reporting all of the following:
- Allow comment after top-level block scalar with explicit indent indicator (#547)
- Allow tab as indent for line comments before nodes (#548)
- Do not allow tab before block collection (#549)
- In flow collections, allow
[]{}
immediately after:
with plain key (#550) - Require indentation for
?
explicit-key contents (#551) - Require indentation from block scalar header & flow collections in mapping values (#553)