This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
2.0.0-alpha.2
Pre-release
Pre-release
mickael-menu
released this
28 Oct 14:59
·
58 commits
to develop
since this release
Take a look at the migration guide
Added
- Streamer API offers a simple interface to parse a publication and replace standalone parsers.
- A generic
ImageParser
for bitmap-based archives (CBZ or exploded directories) and single image files. - A generic
AudioParser
for audio-based archives (Zipped Audio Book or exploded directories) and single audio files.
Changed
Container
andContentFilters
were replaced by a shared implementation of aFetcher
.PDFFileParser
was replaced in favor of a sharedPDFDocument
protocol. This version ships with two implementations using PDFKit and CoreGraphics.
Fixed
- Deobfuscating ranges of EPUB resources.