@mroz/js-yaml
Advanced tools
Changelog
[4.1.0] - 2021-04-15
yaml.types.XXX
.options
property with original arguments kept as they were
(see yaml.types.int.options
as an example).Schema.extend()
now keeps old type order in case of conflicts
(e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as abcd
instead of cbad
).