Releases: NYPL/ePub-to-webpub
Releases · NYPL/ePub-to-webpub
v2.1.0
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
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
- Extract
presentation
object to the webpub manifest db04392
- Update relative path to the decryption location for
toc.ncx
file 75a3ada
v1.0.0
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