jsonschema-rs/python/CHANGELOG.md

18 lines
549 B
Markdown
Raw Normal View History

2020-06-09 15:51:04 +00:00
# Changelog
## [Unreleased]
2020-06-10 21:09:02 +00:00
### Added
- `JSONSchema.validate` method that raises `ValidationError` for invalid input. [#105](https://github.com/Stranger6667/jsonschema-rs/issues/105)
### Changed
- Public functions docstrings to support PyCharm skeletons generation. Functions signatures now have proper signatures (but untyped) in PyCharm. [#107](https://github.com/Stranger6667/jsonschema-rs/issues/107)
2020-06-09 15:51:04 +00:00
## 0.1.0 - 2020-06-09
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.1.0...HEAD