Releases: api7/jsonschema
Releases · api7/jsonschema
v0.9.9
feat: release v0.9.9 (#82)
v0.9.8
feat: release v0.9.8 (#77)
v0.9.7
feat: release v0.9.7 (#75)
v0.9.5
feat: avoid requiring extra dependency unless we really need it (#59)
v0.9.4
chore: fix spelling (#56)
v0.9.3
fix: allow injecting false default value (#47)
v0.9.2
fix: don't remove the schema's original id (#44)
v0.9.1
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
perf: used hash object confirm if there was a duplicated value in arr…