We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51def5 commit 9896f97Copy full SHA for 9896f97
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## 0.7.0
4
5
-- __Braking change__: Renamed `info_request/1` and `data_request/1` callbacks to `info_metadata/1` and `data_metadata/1` respectively, as well as the
+- __Breaking change__: Renamed `info_request/1` and `data_request/1` callbacks to `info_metadata/1` and `data_metadata/1` respectively, as well as the
6
associated structs to better align with new optional callbacks (see below).
7
- Added 4 optional callbacks that hook right into the start and end of both the information and data request handling. This was primarily added
8
to allow users to implement their own caching outside the plug. For more details see the `IIIFImagePlug.V3` docs.
0 commit comments