Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Releases: bmaupin/go-epub

v1.1.0

02 May 17:19
5d94be3
Compare
Choose a tag to compare

Add audio support (#62)

v1.0.1

23 Jun 16:51
74b49e5
Compare
Choose a tag to compare
  • Fix duplicate mimetype file on Windows (#59)
  • Fix incorrect subsection title in TOC (#60)

v1.0.0

14 Jun 16:49
dcb6695
Compare
Choose a tag to compare

Add nested sections (#58)

v0.11.1

14 Jun 16:47
4047d66
Compare
Choose a tag to compare

Add epub namespace to sections (#57)

Video support

04 Jan 13:59
3304e1a
Compare
Choose a tag to compare

This release adds Video content to the epub format.

It also fixes some problems with the MemoryFS that could lead to invalid images.

Filesystem abstraction

21 Oct 14:39
734ccbc
Compare
Choose a tag to compare
  • New function Use taking a FSType as a parameter. This allows switching the filesystem used to build the EPUB.
  • two Filesystems are implemented: MemoryFS and OsFS

With MemoryFS, there is no need to access the local filesystem to build the EPUB. OsFS on the other hand should have the same behaviour as the previous releases.

v0.9.0

23 Sep 17:59
Compare
Choose a tag to compare
  • Ability to set a custom HTTP client to fetch the data (#51)
  • HEAD requests are used during validation instead of GET for greater performance (#51)

v0.8.0

23 Sep 17:57
95bfe4c
Compare
Choose a tag to compare

Add support for data URLs as media (#45)

v0.7.2

16 Aug 18:09
6675f57
Compare
Choose a tag to compare

Only count automatically generated section file names when generating new ones (#43)

v0.7.1

23 Jun 18:55
39c2546
Compare
Choose a tag to compare

Fix incorrect ID generation for images in manifest (#14)