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

Releases: NYPL/ePub-to-webpub

v2.1.0

09 Jan 15:49
Compare
Choose a tag to compare

This release adds a RemoteFetcherBrowser class with most of the functionality of the RemoteFetcher but preserving browser compatibility by removing the image-size dependency and thus the image sizing functionality altogether.

v2.0.0

05 Jan 12:41
Compare
Choose a tag to compare

The major change in v2 is that we do not polyfill the fetch API. This means you either need to supply your own global fetch or use Node 18+ which has a native fetch implementation.

  • OE-751/use-native-fetch (#22) 3ed14bf
  • moves missing dependencies from devDependencies in package.json (#18) 2ff5852

v1.1.0...v2.0.0

v1.1.0

06 May 14:15
Compare
Choose a tag to compare
  • Extract presentation object to the webpub manifest db04392
  • Update relative path to the decryption location for toc.ncx file 75a3ada

v1.0.3

11 Apr 15:37
Compare
Choose a tag to compare

v1.0.2...v1.0.3

v1.0.2

04 Apr 09:28
Compare
Choose a tag to compare

v1.0.1...v1.0.2

v1.0.1

09 Dec 15:13
Compare
Choose a tag to compare
  • use an empty toc when none is provided (#16) 32dae7f

v1.0.0...v1.0.1

v1.0.0

16 Nov 12:47
Compare
Choose a tag to compare

As this package is being used in production in Digital Research Books and Open eBooks, I am moving it to 1.0.0! 🎉

v0.4.4...v1.0.0

v0.4.4

27 Oct 12:35
Compare
Choose a tag to compare
  • fail gracefully with missing NavPoints (#13) d69add3

v0.4.3...v0.4.4

v0.4.3

08 Oct 09:40
Compare
Choose a tag to compare
  • get correct encryption info to prevent missing TOC (#10) 9ec71fc

v0.4.2...v0.4.3

v0.4.2

06 Oct 11:51
Compare
Choose a tag to compare
  • Fix/subdirectories (#8) 9ffdc29
  • relax search for ncx file to only use media type (#9) 4abb2c1
  • New CLIs: Download Webpub, and Decrypt Webpub (#5) 3e40935

v0.4.0...v0.4.2