sasso 0.2.0-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e66edce021c1c8939d69d5b035cd3c8c1aae66fb33938fd18799923d49e8107
4
- data.tar.gz: 9c9597d8adf3bdb585a79adcd0862610f1a140a3e5dc9a69860cb78def4d9e69
3
+ metadata.gz: b1a3217b4fc77a2d5001ca785d23ec610b51ee5c6045ad91526998e84b7d9e42
4
+ data.tar.gz: 10979ed92480f989f9284b2f19f00b3995443b25841bf850b2e986942c007da3
5
5
  SHA512:
6
- metadata.gz: 2ea3ef26051ac18640b8744205e434eaa8d3a0da3104ddc4fe84c61204106db577f8557d40883bfee75f1d76c03508294f8519b39f25b77d1c2b17120241a898
7
- data.tar.gz: b85b99d879052d1ec897e3e8341447a2511b3c771f102a349e9c39c2e415abaa076d6bb50185faf3f705edf705c26ed248600d20acca0b9cd68d60f0cb0a1afd
6
+ metadata.gz: 35c643b9055d304725ee61cd3d8e922407b0c4cff5afd2a4222e03e140cdc6ff0fab9a39e67fd0a0dae1304197e36d280c37175b7f931e202cb137e80a4d3bbf
7
+ data.tar.gz: a406ccf53b4fdf6d7369f83b9d00d90fc8f60aac85dee161e17af1d5fec126ee4501cf76aa33404a9dc6f0890e72d727ce324b4c0d959086e061e4f5e4c0739e
data/CHANGELOG.md CHANGED
@@ -8,6 +8,30 @@ 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
+
23
+ ## [0.2.1] - 2026-06-14
24
+
25
+ Adopts core crate **v0.5.1**.
26
+
27
+ ### Fixed
28
+
29
+ - Via core v0.5.1: source maps now map the `@media`/`@at-root`/`@supports`
30
+ bubbled parent selector and the `@supports` header, byte-exact to dart-sass —
31
+ fixing a 0.5.0 (= gem 0.2.0 pinned 0.4.0) compressed-map gap for `@media`/
32
+ `@at-root`-bubbled rules. Compressed output also gains dart-faithful whitespace
33
+ for `@media`/`@supports` preludes (`@media(min-width: 1px)`, `(a)and (b)`).
34
+
11
35
  ## [0.2.0] - 2026-06-14
12
36
 
13
37
  Adopts core crate **v0.4.0**.
Binary file
Binary file
Binary file
Binary file
data/lib/sasso/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  module Sasso
4
4
  # The gem version floats INDEPENDENTLY of the core `sasso` crate version; the
5
5
  # native extension pins the crate exactly (ext/sasso/Cargo.toml: sasso = "=…").
6
- VERSION = "0.2.0"
6
+ VERSION = "0.2.2"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sasso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - momiji-rs