------ - The regex format check has been improved to support ECMAScript regexes by default. (:issue:`302`) - The ``--format-regex disabled`` option has been removed. Users should use ``--disable-formats regex`` if they wish to disable regex format checking. - The deprecated ``--disable-format`` flag has been removed. Users should use ``--disable-formats "*"`` if they wish to disable all format checking.
0.25.0
Not secure
------
- Update vendored schemas: bamboo-spec, dependabot, drone-ci, github-actions, github-workflows, readthedocs, renovate, travis (2023-08-25) - Add Drone-CI schema and pre-commit hook. Thanks :user:`s-weigand`! (:pr:`299`) - Add a ``--base-uri`` option for specifying an explicit base URI (:pr:`305`)
0.24.1
Not secure
------
- Fix bugs related to the new `$ref` resolution behavior