Releases: 23andMe/Yamale
Releases · 23andMe/Yamale
2.2.0
2.1.0
2.0.1
2.0
This release brings strict
mode to Yamale. With strict mode, elements defined in your YAML that aren't specified in the schema will cause a validation error. You can also validate dynamic keys and include validators.
We've bumped the version to 2.x due to an incompatibility. In the 1.x branch, if all the children of a node are optional, then the parent is optional as well. In the 2.x branch, the parent will no longer be optional in this case.
1.9.0
1.8.1
1.8.0
1.7.1
Day and Timestamp validation
Added the day
and timestamp
validators.
Added min
and max
to the list
validator.
Bug fixes.
Allow custom validators
See README for details.