Re-release of cli v0.1.1 (and library 0.2.0) to trigger automatic push to crates.io
What's Changed
- Add validation keywords for numeric instances by @MathiasPius in #17
- Implement validation keywords for arrays by @MathiasPius in #18
- Implement modifiers by @MathiasPius in #24
- Added better path information for failure states of oneOf and allOf. by @MathiasPius in #27
- Implement
TryFrom<&[Yaml]>
instead of TryFrom<&Vec> for Contexts by @MathiasPius in #28 - Update dependencies by @MathiasPius in #30
- Documentation improvements by @MathiasPius in #31
- Undo the appending of validation paths to the actual document paths. by @MathiasPius in #33
- Refactor stale code to comply with cargo clippy by @MathiasPius in #35
- Boolean type validation by @vkrinitsyn in #34
- Separate Schema and Validation errors. by @MathiasPius in #36
- Add binary release workflow by @MathiasPius in #38
- Publish crates by @MathiasPius in #40
New Contributors
- @vkrinitsyn made their first contribution in #34
Full Changelog: v0.1.0...v0.1.1