Skip to content

0.2.0

Choose a tag to compare

@crowdagger crowdagger released this 17 Jan 03:48
· 181 commits to main since this release

Fix the way mimetype is stored in the EPUB file (insure it isn't deflated).

This caused some minor breaking changes:

  • The Zip implementations now take care of adding the mimetype file, not
    EpubBuilder.
  • ZipLibrary::new() now returns a Result<ZipLibrary>.

Normally, replacing ZipLibrary::new() with e.g. ZipLibrary::new()? should be
enough to switch to this new version.