All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
Release Notes for 0.3.0
Feature release (minor)
- Total issues resolved: 3
- Total pull requests resolved: 0
- Total contributors: 1
- 10: Allow shorthand string thanks to @sandrokeil
- 9: Add support for arbitrary data in JSON schema thanks to @sandrokeil
- 8: Improve shorthand syntax thanks to @sandrokeil
Release Notes for 0.2.1
0.2.x bugfix release (patch)
- Total issues resolved: 1
- Total pull requests resolved: 0
- Total contributors: 1
- 6: Support enums without type thanks to @sandrokeil
Release Notes for 0.2.0
Feature release (minor)
- Total issues resolved: 1
- Total pull requests resolved: 0
- Total contributors: 1
- 5: Resolve deep nested references thanks to @sandrokeil
Release Notes for 0.1.0
- Total issues resolved: 3
- Total pull requests resolved: 0
- Total contributors: 1
-
4: Add support for array type $ref thanks to @sandrokeil
-
3: Introduce OneOfType, AllOfType, AnyOfType, ConstType, MixedType and NotType thanks to @sandrokeil
- 2: Support array with one type thanks to @sandrokeil