Skip to content

Releases: spider-gazelle/json-schema

v1.3.2

01 Apr 11:10
d486b56
Compare
Choose a tag to compare

What's Changed

  • feat: Support special chars in json schema by @naqvis in #2

New Contributors

  • @naqvis made their first contribution in #2

Full Changelog: v1.3.1...v1.3.2

v1.3.1: fix: compiler type confusion

26 Apr 23:58
Compare
Choose a tag to compare

fixes compiler type confusion that sometimes occurs

v1.3.0: Merge pull request #1 from spider-gazelle/avoid-merge

14 Sep 22:18
f8a5cfa
Compare
Choose a tag to compare

fixes possible to_json string corruption output on merged NamedTuple

v1.2.1

29 Aug 05:26
Compare
Choose a tag to compare

adds the description option to all types

v1.2.0

28 Aug 04:44
Compare
Choose a tag to compare

adds support for OpenAPI modifications (no null type)

v1.1.1: feat: support additional int, num and string decorations

23 Aug 11:46
Compare
Choose a tag to compare

adds support for additional decorators on integers, numbers and strings
such as minimum, maximum, pattern etc

v1.1.0: feat: add format hints

23 Aug 10:04
Compare
Choose a tag to compare

adds format hints and customizable types and format hints

v1.0.2

23 Aug 03:48
Compare
Choose a tag to compare

fixes some edge cases

v1.0.1

23 Aug 03:11
Compare
Choose a tag to compare

fixes how you require the lib