Skip to content

Releases: crowdagger/epub-builder

0.2.3

03 Jun 03:08
Compare
Choose a tag to compare
  • Update uuid dependency to latest version.

0.2.2

20 Mar 22:18
Compare
Choose a tag to compare
  • Avoid rendering empty anchors within nav element.

0.2.1

04 Mar 00:56
Compare
Choose a tag to compare
  • Update dependencies (chrono, uuid, error-chain) to latest versions.

0.2.0

17 Jan 03:48
Compare
Choose a tag to compare

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.

0.1.2

13 Jan 18:41
Compare
Choose a tag to compare
  • Fix the cover image properties in EPUB3.
  • Some code cleaning.

0.1.1

04 Jan 14:56
Compare
Choose a tag to compare
  • Add add_cover_image method to EpubBuilder.
  • Add ReferenceType enum and reftype method to EpubContent to add items to
    the guide section (EPUB2) or the landmarks section of nav.xhtml (EPUB3).

0.1.0

02 Jan 20:59
Compare
Choose a tag to compare
  • initial release