Skip to content

Releases: api7/jsonschema

v0.9.9

01 Nov 08:15
faa202f
Compare
Choose a tag to compare
feat: release v0.9.9 (#82)

v0.9.8

19 Feb 01:17
0096f5e
Compare
Choose a tag to compare
feat: release v0.9.8 (#77)

v0.9.7

28 Jan 02:45
177f568
Compare
Choose a tag to compare
feat: release v0.9.7 (#75)

v0.9.6

13 Jan 09:16
Compare
Choose a tag to compare
feat: release v0.9.6

v0.9.5

22 Mar 14:14
250d73d
Compare
Choose a tag to compare
feat: avoid requiring extra dependency unless we really need it (#59)

v0.9.4

12 Mar 06:56
e372606
Compare
Choose a tag to compare
chore: fix spelling (#56)

v0.9.3

11 Dec 06:36
7ff3366
Compare
Choose a tag to compare
fix: allow injecting false default value (#47)

v0.9.2

27 Nov 04:52
05706c7
Compare
Choose a tag to compare
fix: don't remove the schema's original id (#44)

v0.9.1

27 Nov 00:19
0049837
Compare
Choose a tag to compare
fix: avoid polluting the given schema (#42)

When generating the validator, this library will add `id` field in the
schema to store useful data. We should purge it after.

v0.9

17 Jul 09:58
335a7fa
Compare
Choose a tag to compare
perf: used hash object confirm if there was a duplicated value in arr…

…ay. (#21)