sasso 0.2.0-aarch64-linux → 0.2.1-aarch64-linux
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 +12 -0
- data/lib/sasso/3.1/sasso.so +0 -0
- data/lib/sasso/3.2/sasso.so +0 -0
- data/lib/sasso/3.3/sasso.so +0 -0
- data/lib/sasso/3.4/sasso.so +0 -0
- data/lib/sasso/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: bfbf17c1d5354ffc66ab081d53c7994467a2a0e62470dabb908b4686f1c2ade8
|
|
4
|
+
data.tar.gz: 26415fe439809ca076bbc3fdec9051c9e4d8c2d3a9d3eb809d7fc432a1c502d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48a83efa8d13248cec93b25d5e8cca70d695944563c35ba855c1791c1c730682e041ee8013a389fcf79b625983fc99da2be5a9a25304359e6a6815d4391df873
|
|
7
|
+
data.tar.gz: c4b5ed1cb139a5aee0791037a166bd7145998d76b1dad5f71c067a0ccbba1e1a869baf8df87b0f1a0c79519ceb73f5a9f2f9d27c9a4b12d0fad45fac42ee0d84
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,18 @@ notes the exact core crate version it pins.
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.2.1] - 2026-06-14
|
|
12
|
+
|
|
13
|
+
Adopts core crate **v0.5.1**.
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- Via core v0.5.1: source maps now map the `@media`/`@at-root`/`@supports`
|
|
18
|
+
bubbled parent selector and the `@supports` header, byte-exact to dart-sass —
|
|
19
|
+
fixing a 0.5.0 (= gem 0.2.0 pinned 0.4.0) compressed-map gap for `@media`/
|
|
20
|
+
`@at-root`-bubbled rules. Compressed output also gains dart-faithful whitespace
|
|
21
|
+
for `@media`/`@supports` preludes (`@media(min-width: 1px)`, `(a)and (b)`).
|
|
22
|
+
|
|
11
23
|
## [0.2.0] - 2026-06-14
|
|
12
24
|
|
|
13
25
|
Adopts core crate **v0.4.0**.
|
data/lib/sasso/3.1/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.2/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.3/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.4/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/version.rb
CHANGED