Releases: open-code-modeling/json-schema-to-php
Releases · open-code-modeling/json-schema-to-php
0.3.0
0.3.0 - 2021-02-11
Release Notes for 0.3.0
Feature release (minor)
0.3.0
- Total issues resolved: 3
- Total pull requests resolved: 0
- Total contributors: 1
enhancement
- 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
0.2.1
0.2.1 - 2020-12-09
Release Notes for 0.2.1
0.2.x bugfix release (patch)
0.2.1
- Total issues resolved: 1
- Total pull requests resolved: 0
- Total contributors: 1
bug
- 6: Support enums without type thanks to @sandrokeil
0.2.0
0.2.0 - 2020-12-04
Release Notes for 0.2.0
Feature release (minor)
0.2.0
- Total issues resolved: 1
- Total pull requests resolved: 0
- Total contributors: 1
enhancement
- 5: Resolve deep nested references thanks to @sandrokeil
0.1.0
0.1.0 - 2020-11-20
Release Notes for 0.1.0
0.1.0
- Total issues resolved: 3
- Total pull requests resolved: 0
- Total contributors: 1
bug,enhancement
-
3: Introduce OneOfType, AllOfType, AnyOfType, ConstType, MixedType and NotType thanks to @sandrokeil
bug
- 2: Support array with one type thanks to @sandrokeil