Skip to content

Releases: Stranger6667/css-inline

v0.18.0: chore(javascript): Release 0.18.0

01 Nov 22:53
afc7ba1

Choose a tag to compare

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>

[Rust] Release 0.18.0

01 Nov 12:12
rust-v0.18.0
b3b1a66

Choose a tag to compare

Added

  • minify_css option #12

Changed

  • Bump MSRV to 1.80
  • Update selectors to 0.32.

[Ruby] Release 0.18.0

01 Nov 22:29
ruby-v0.18.0
f1a554c

Choose a tag to compare

Added

  • minify_css option #12

Changed

  • Update magnus to 0.8.
  • Update selectors to 0.32.

[Python] Release 0.18.0

01 Nov 22:06
python-v0.18.0

Choose a tag to compare

Added

  • minify_css option #12

Changed

  • Bump MSRV to 1.80
  • Update PyO3 to 0.27.0.
  • Update selectors to 0.32.
  • BREAKING: Minimum supported PyPy version is now 3.11 (was 3.9).

[Java] Release 0.18.0

01 Nov 22:27
java-v0.18.0
40b9cf3

Choose a tag to compare

Added

  • minify_css option #12

Changed

  • Update selectors to 0.32.

[C] Release 0.18.0

01 Nov 22:10
c-v0.18.0
531921c

Choose a tag to compare

Added

  • minify_css option #12

Changed

  • Bump MSRV to 1.80.
  • Update selectors to 0.32.

[JavaScript] Release 0.17.0

26 Jul 22:56
9d4ca21

Choose a tag to compare

Added

  • keepAtRules option to keep all "at-rules" (ones starting with @) inside a "style" element. #265

Performance

  • Avoid unnecessary check for double quotes.
  • Avoid creating an unnecessary string cache entry.
  • Use a more precise estimate for the size of the number of applied styles.
  • Avoid hashtable rebuilding on small hashmaps.

[Rust] Release 0.17.0

26 Jul 19:56
rust-v0.17.0
f23ee25

Choose a tag to compare

Added

  • keep_at_rules option to keep all "at-rules" (ones starting with @) inside a "style" element. #265

Performance

  • Avoid unnecessary check for double quotes.
  • Avoid creating an unnecessary string cache entry.
  • Use a more precise estimate for the size of the number of applied styles.
  • Avoid hashtable rebuilding on small hashmaps.

[Ruby] Release 0.17.0

26 Jul 22:39
ruby-v0.17.0
9628722

Choose a tag to compare

Added

  • keep_at_rules option to keep all "at-rules" (ones starting with @) inside a "style" element. #265

Performance

  • Avoid unnecessary check for double quotes.
  • Avoid creating an unnecessary string cache entry.
  • Use a more precise estimate for the size of the number of applied styles.
  • Avoid hashtable rebuilding on small hashmaps.

[Python] Release 0.17.0

26 Jul 21:33
python-v0.17.0
5f7dc9b

Choose a tag to compare

Added

  • keep_at_rules option to keep all "at-rules" (ones starting with @) inside a "style" element. #265

Performance

  • Avoid unnecessary check for double quotes.
  • Avoid creating an unnecessary string cache entry.
  • Use a more precise estimate for the size of the number of applied styles.
  • Avoid hashtable rebuilding on small hashmaps.