This repository was archived by the owner on Jul 29, 2022. It is now read-only.
2.0.0-beta.2
Pre-release
Pre-release
·
29 commits
to develop
since this release
Take a look at the migration guide
Added
Server.addPublication()is a new API which replacesaddEpub()and is easier to use.- If the publication can be served, it will return the base URL which you need to provide to the Navigator
ActivityorFragment. - You do not need to give the publication filename nor add the server port in the
$key-publicationPortSharedPreferencevalue anymore.
- If the publication can be served, it will return the base URL which you need to provide to the Navigator
Changed
- The HTTP server now requests that publication resources are not cached by browsers.
- Caching poses a security risk for protected publications.