Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 06:43
· 7 commits to main since this release

5.0.0 (2026-08-19)

Features

  • read every ODF content format into a DocumentPackage (668f046)

BREAKING CHANGES

  • the flat typed readers move to *Content names, freeing
    the bare names for the DocumentPackage-native readers: readOdt ->
    readOdtContent, readOdp -> readOdpContent, readOdg -> readOdgContent,
    readOds -> readOdsContent, readOdfFormulaDocument ->
    readOdfFormulaContent, and readOdfFormula -> readOdfFormulaMathMl.
    Behaviour is unchanged in every case; each new bare name returns a
    DocumentPackage, which is assignable to none of the old return types, so
    an unmigrated call site fails to compile rather than changing meaning
    silently.