sasso 0.2.1-x86_64-linux → 0.2.2-x86_64-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: b1a3217b4fc77a2d5001ca785d23ec610b51ee5c6045ad91526998e84b7d9e42
|
|
4
|
+
data.tar.gz: 10979ed92480f989f9284b2f19f00b3995443b25841bf850b2e986942c007da3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35c643b9055d304725ee61cd3d8e922407b0c4cff5afd2a4222e03e140cdc6ff0fab9a39e67fd0a0dae1304197e36d280c37175b7f931e202cb137e80a4d3bbf
|
|
7
|
+
data.tar.gz: a406ccf53b4fdf6d7369f83b9d00d90fc8f60aac85dee161e17af1d5fec126ee4501cf76aa33404a9dc6f0890e72d727ce324b4c0d959086e061e4f5e4c0739e
|
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.2] - 2026-06-14
|
|
12
|
+
|
|
13
|
+
Adopts core crate **v0.5.2**.
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
- Via core v0.5.2: expanded output now emits dart-faithful `@at-root`
|
|
18
|
+
group-separation blank lines — one blank at a hoist→resume boundary that ends
|
|
19
|
+
in a style rule, with nested-`@at-root` chains and a rule + its own bubbled
|
|
20
|
+
`@media` kept contiguous (no more missing or over-emitted blanks). Byte-exact
|
|
21
|
+
to dart-sass; compressed output is unaffected.
|
|
22
|
+
|
|
11
23
|
## [0.2.1] - 2026-06-14
|
|
12
24
|
|
|
13
25
|
Adopts core crate **v0.5.1**.
|
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