leptris 1.9.93.0 → 1.9.93.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.
Potentially problematic release.
This version of leptris might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/leptris/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: bd0b6742c06dd900c31b5089a1264083a5da5f2b32b16b06b63e31d6366dd623
|
|
4
|
+
data.tar.gz: e8d376635e209b50e8838c90a862c398132aa42005e35779b3a3257925a08744
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 064b23592b3e57e10c9164fefa99f5f9db5c6d39747c1d3d82cade2de3e86498a5cf2c88f21f612f510f23a9fe0b94e05a4bc456dc4ab4942a6b8f40e6801d13
|
|
7
|
+
data.tar.gz: 38e90aab0fd07bc3456273c9cd06de08eaab66b6a9762c4b01b672e91c6385d2154c6b05eb2677f218184b90d4dc9cb84f19ff23b1c938e21e9567ed23414442
|
data/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
17
17
|
literal `(name, attr, value)` bucket. Our exact fixture —
|
|
18
18
|
120 `item[@k='N']` templates over 2400 elements — went
|
|
19
19
|
**102.4 ms / 0.6x Nokogiri → 2.65 ms / 20.3x faster**.
|
|
20
|
+
- **CORRECTNESS CAVEAT (leptris/leptris#875, affects
|
|
21
|
+
1.9.93.0)**: the literal-value index silently drops
|
|
22
|
+
templates past 96 distinct literal patterns — with 97+
|
|
23
|
+
distinct `name[@attr='value']` patterns, every template
|
|
24
|
+
past the 96th never fires (silent missing output; 96 works,
|
|
25
|
+
97 misses the tail). Pinned by a pending spec and a
|
|
26
|
+
boundary guard; binding-side advisory release 1.9.93.1.
|
|
20
27
|
- 1.9.92 — **append-tail cache fix** (leptris#848 follow-up):
|
|
21
28
|
the 8-slot direct-mapped cache thrashed on the HTML shape
|
|
22
29
|
(persistent <body> alternating with fresh parents — O(n²)
|
data/lib/leptris/version.rb
CHANGED