Skip to content

Releases: cyrilis/epub-gen

v0.1.0

07 Jan 18:25
Compare
Choose a tag to compare
  • Adds a verbose option to the options/API (verbosity is now turned off by default). #61
  • Allows for/whitelists epub: attributes. #67
  • Updated dependencies. #68

v0.0.20

23 Mar 19:18
Compare
Choose a tag to compare
  • Updated dependencies. (#55)

v0.0.19

23 Mar 16:59
Compare
Choose a tag to compare
  • Fixes bad MIME type lookup for image src's/URLs with query strings. (#53, #54)

v0.0.18

08 Mar 05:19
Compare
Choose a tag to compare
  • 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

16 Nov 04:06
Compare
Choose a tag to compare
v0.0.17 Pre-release
Pre-release
  • Fixes #34, add colspan and rowspan to the list of allowed attributes;
  • Adds filename, beforeToc and excludeFromToc 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

16 Aug 19:52
Compare
Choose a tag to compare
  • Swaps dependency of local zip command for node cross-platform archiver package; (#26)

v0.0.15

16 Aug 11:58
Compare
Choose a tag to compare
  • Improves parsing of HTML contents with unclosed tags;

v0.0.14

25 Jul 23:34
Compare
Choose a tag to compare
  • Fix undefined variable error (#22);