Releases: cyrilis/epub-gen
Releases · cyrilis/epub-gen
v0.1.0
v0.0.20
v0.0.19
v0.0.18
- Fixes previous known issue with images not being downloaded. Please upgrade from
0.0.17
to this version. (#51, #36) - Fixes several issues with self closing tags making the generated EPUBs fail validation. (#51)
- Updates cheerio. (#41)
- Reuses downloaded images and avoids downloading the same image several times. (#51)
- Preserves content data whitespace. (#51)
v0.0.17
- Fixes #34, add
colspan
androwspan
to the list of allowed attributes; - Adds
filename
,beforeToc
andexcludeFromToc
options to content definition object; - Fixes #27, doesn't create a empty images folder when book has none to prevent validation issues;
Known issues
- Do not use this version, please upgrade/use
v0.0.18
. There seems to be an issue with images download with this version, where no image is downloaded;
v0.0.16
v0.0.15
- Improves parsing of HTML contents with unclosed tags;