What's Changed
- Deploy CLI binaries to PyPI by @jviotti in #407
- Mention the
mise
package manager in the README by @mrazauskas in #409 - Implement new linting rules (
additional_items_with_schema_items
,draft_official_dialect_without_empty_fragment
,else_empty
,then_empty
, andmodern_official_dialect_with_empty_fragment
) @jviotti in #410 - Add new linting rules around
propertyNames
by @jviotti in #413 - Implement new linting rules (
draft_ref_siblings
andequal_numeric_bounds_to_const
) by @jviotti in #414 - Extend the scope of the
non_applicable_type_specific_keywords
linting rule to coverconst
andenum
by @jviotti in #414 - Stop moving all unknown keywords to the bottom of the schemas in
fmt
by @jviotti in #414 - Provide better error messages on relative meta-schema references by @jviotti in #415
- Minor revisions to schema locations in
inspect --json
by @jviotti in #415
New Contributors
- @mrazauskas made their first contribution in #409
Full Changelog: v10.0.0...v11.0.0