sasso 0.2.1-x86_64-darwin → 0.2.2-x86_64-darwin

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: 2621bfc9100b38ab2b8560a2ec31d70909fcb8285caf8c292cbbf1961c8d4b97
4
- data.tar.gz: 550a52ec3d698e6cfa19676cb14b07761453f985dd894e86e611eec02e2cea45
3
+ metadata.gz: 266ec111a7f01a5d2812905302b14261af777dfcf92de4c98af2481ec71c5342
4
+ data.tar.gz: 536fcb1754aa0cd3a8102c8a94bd4677dfcaba14281e870a5434a21c2aae360f
5
5
  SHA512:
6
- metadata.gz: 36c632ec4159a9d0693a9c1776e0689826ca44c04bbda820e10c810e6023bdbdab2dfbde1f60c2fbe5f6998ea7118783b9d14f49046a5cefda2c30ce95b31a05
7
- data.tar.gz: c70aa1efd5a79b33440503ab14f45d1b3002e87d0f8289294c81ec410e501b02bcfb2a4c30900dc3be201956ba6fef9a51d12f58342292f77e641355aba5836a
6
+ metadata.gz: a46ed0108c2a20fb8d771bd2e7f23274840628185d496ac42a9c092c8038207ee252461de2eeab9713c3db2a7760f81a9fe3d43a877167ae5a52c5848a083f78
7
+ data.tar.gz: a723b248a171932819926b1c5bca13120ef49461eccd1a05a5cda1a10ed50b8e5908baf2b1834430551f96a02fca502123801022c20e19c3fa75b327925118b2
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**.
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.1"
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.1
4
+ version: 0.2.2
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - momiji-rs