Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

2.1.0

Compare
Choose a tag to compare
@mickael-menu mickael-menu released this 29 Jul 12:35
· 7 commits to develop since this release
f631efd

Take a look at the migration guide

Added

  • Support for Swift Package Manager (contributed by @stevenzeck).
  • (alpha) A new Publication SearchService to search through the resources' content with a default implementation StringSearchService.
  • Link objects from archive-based publication assets (e.g. an EPUB/ZIP) have additional properties for entry metadata.
    "properties" {
        "archive": {
            "entryLength": 8273,
            "isEntryCompressed": true
        }
    }
  • New UserProperties.removeProperty(forReference:) API to remove unwanted Readium CSS properties (contributed by @ettore).