Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: ODF Validator 0.13.1 #179

Merged
merged 2 commits into from
Aug 30, 2024
Merged

REL: ODF Validator 0.13.1 #179

merged 2 commits into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. FIX: Extended file/package detection

    - renamed `Namespaces` enumeration to `OdfNamespaces` as is more explicit;
    - added missing `OdfNamespaces` enumeration values: `DC`, `MATH`, `SVG` and `SMIL`, this was the cause of the issue;
    - `OdfNamespaces` now implements the `Namespace` interface to make interchange easier;
    - improved reporting of `DOC-8` message to list extended namespaces found in a document; and
    - added new test to prevent regression and fixed tests I butchered in a hurry.
    
    Closes #176
    carlwilson committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    e63b968 View commit details
    Browse the repository at this point in the history
  2. REL: ODF Validator 0.13.1

    - bumped version for patch release.
    carlwilson committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4dbe44e View commit details
    Browse the repository at this point in the history