This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
2.1.0
Take a look at the migration guide
Added
- Support for Swift Package Manager (contributed by @stevenzeck).
- EPUB publications implement a
SearchService
to search through the content.
Changed
- The default EPUB positions service now uses the archive entry length when available. This is similar to how Adobe RMSDK generates page numbers.
- To use the former strategy, create the
Streamer
with:Streamer(parsers: [EPUBParser(reflowablePositionsStrategy: .originalLength(pageLength: 1024))])
- To use the former strategy, create the
Fixed
- #208 Crash when reading obfuscated EPUB resources with an empty publication identifier.