Take a look at the migration guide
Changelog
Added
Shared
- Support for W3C's Text & data mining Reservation Protocol in our metadata models.
- Support for accessibility exemption metadata, which allows content creators to identify publications that do not meet conformance requirements but fall under exemptions in a given juridiction.
- Support for EPUB Accessibility 1.1 conformance profiles.
LCP
- Support for streaming an LCP-protected publication from its License Document (LCPL). Take a look at the LCP guide for more information.
Changed
Shared
- The
absoluteURL
andrelativeURL
extensions onURLConvertible
were removed as they conflict with the nativeURL.absoluteURL
.- If you were using them, you can for example still use
anyURL.absoluteURL
instead.
- If you were using them, you can for example still use
- go-toolkit#92 The accessibility feature
printPageNumbers
is deprecated in favor ofpageNavigation
.
Streamer
- A
self
link is not required anymore when parsing a RWPM.
Fixed
Navigator
- Fixed going to a link containing a fragment in the PDF navigator, for example from the table of contents.
Commits
- Fix normalization of URLs in
MinizipContainer
by @mickael-menu in #553 - Don't require a
self
link when parsing a RWPM by @mickael-menu in #555 - Add support for streaming LCP publications by @mickael-menu in #557
- Remove
relativeURL
andabsoluteURL
helpers onURLConvertible
by @mickael-menu in #561 - Fix
PDFNavigatorViewController.go(to: Link)
by @mickael-menu in #563 - Add support for TDM Reservation Protocol metadata by @mickael-menu in #564
- Various accessibility metadata changes by @mickael-menu in #565
Full Changelog: 3.1.0...3.2.0