v0.0.8
Legacy Schema Aliases (support for legacy schemas):
min_value
now also supportsmin
aliasmax_value
now also supportsmax
aliasoneof
now also supportsone_of
aliasversion
is now correctly moved tometadata
from root on migration- If column schema has both
oneof
andincludes
and they are identical, will replace withexact_set
Testing:
- conftest code improved to showcase bad json on Exception
- multiple v1 schemas were added for testing
- pre-commit setup was updated