placeholder-image 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/placeholder_image/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f9afccaa091907bece4b9df63c18bb02378ab3f4ac886048883e9361ff0c123
|
|
4
|
+
data.tar.gz: adaf1636ec18c5c997f21dcf6cdb05bcdb00d0cd389a0b0b93039b0138705cea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af92272816bf9ec5340f7a80f058f6fd937cd53c03202ba2123950ed4209b500c04d4eaea2c5a70a88beaa5c69c57d4038f408fb720933d662e761f28b670731
|
|
7
|
+
data.tar.gz: 9d31e85cb4d63db4f54316aa8aa781aa701dfdbde5ddfaba67bd7e7712f5d137ac36430f9547732410ee0341dfbcb5696137ba452e298505743c42ea5e619e74
|
data/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented here. This project follows
|
|
4
4
|
[Semantic Versioning](https://semver.org/).
|
|
5
5
|
|
|
6
|
-
## v1.1.
|
|
6
|
+
## v1.1.1 - 2026-08-05
|
|
7
7
|
|
|
8
8
|
- Validate configuration at boot: unknown option keys and invalid default colors now raise `ArgumentError` when the middleware is constructed.
|
|
9
9
|
- Narrow path ownership to `<path_prefix>/`: the bare prefix (`/placeholder`) and sibling paths such as `/placeholder.css` are now passed through to the downstream application instead of returning `400 Bad Request`.
|