You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,19 @@ All notable changes to this project will be documented in this file. Take a look
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
#### LCP
12
+
13
+
* Support for streaming an LCP-protected publication from its License Document (LCPL). [Take a look at the LCP guide for more information](docs/Guides/Readium%20LCP.md#streaming-an-lcp-protected-package).
14
+
9
15
### Changed
10
16
17
+
#### Shared
18
+
19
+
* The `absoluteURL` and `relativeURL` extensions on `URLConvertible` were removed as they conflict with the native `URL.absoluteURL`.
20
+
* If you were using them, you can for example still use `anyURL.absoluteURL` instead.
21
+
11
22
#### Streamer
12
23
13
24
* A `self` link is not required anymore when parsing a RWPM.
@@ -21,10 +32,6 @@ All notable changes to this project will be documented in this file. Take a look
21
32
22
33
* Support for streaming ZIP packages over HTTP. This lets you open a remote EPUB, audiobook, or any other ZIP-based publication without needing to download it first.
23
34
24
-
#### LCP
25
-
26
-
* Support for streaming an LCP-protected publication from its License Document (LCPL). [Take a look at the LCP guide for more information](docs/Guides/Readium%20LCP.md#streaming-an-lcp-protected-package).
27
-
28
35
### Deprecated
29
36
30
37
* The `close()` and `Closeable` APIs are now deprecated. Resources are automatically released upon `deinit`, which aligns better with Swift.
0 commit comments