This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Releases: bmaupin/go-epub
Releases · bmaupin/go-epub
v1.1.0
v1.0.1
v1.0.0
v0.11.1
Video support
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
- New function
Use
taking aFSType
as a parameter. This allows switching the filesystem used to build the EPUB. - two Filesystems are implemented:
MemoryFS
andOsFS
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.