File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.20.1] - 2026-03-26
6+
57### Changed
68
79- Update ` html5ever ` to ` 0.39 ` .
9597
9698- Initial public release
9799
98- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/java-v0.20.0...HEAD
100+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/java-v0.20.1...HEAD
101+ [ 0.20.1 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.20.0...java-v0.20.1
99102[ 0.20.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.19.1...java-v0.20.0
100103[ 0.19.1 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.19.0...java-v0.19.1
101104[ 0.19.0 ] : https://github.com/Stranger6667/css-inline/compare/java-v0.18.0...java-v0.19.0
Original file line number Diff line number Diff line change 11[package ]
22name = " css_inline"
3- version = " 0.20.0 "
3+ version = " 0.20.1 "
44edition = " 2024"
55authors = [" Dmitry Dygalo <dmitry@dygalo.dev>" ]
66
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ repositories {
6464}
6565
6666dependencies {
67- implementation 'org.css-inline:css-inline:0.20.0 '
67+ implementation 'org.css-inline:css-inline:0.20.1 '
6868}
6969```
7070
@@ -81,7 +81,7 @@ dependencies {
8181 <dependency >
8282 <groupId >org.css-inline</groupId >
8383 <artifactId >css-inline</artifactId >
84- <version >0.20.0 </version >
84+ <version >0.20.1 </version >
8585 </dependency >
8686</dependencies >
8787```
@@ -267,7 +267,7 @@ and spaces between properties and values.
267267
268268Here is the performance comparison:
269269
270- | | Size | ` css-inline 0.20.0 ` | ` CSSBox 5.0.0 ` |
270+ | | Size | ` css-inline 0.20.1 ` | ` CSSBox 5.0.0 ` |
271271| -------------| ---------| ---------------------| -------------------------|
272272| Basic | 230 B | 7.22 µs | 53.33 µs (** 7.38x** ) |
273273| Realistic-1 | 8.58 KB | 109.77 µs | 1.60 ms (** 14.61x** ) |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' org.css-inline'
8- version = System . getenv(' VERSION' ) ?: ' 0.20.0 -SNAPSHOT'
8+ version = System . getenv(' VERSION' ) ?: ' 0.20.1 -SNAPSHOT'
99
1010java {
1111 sourceCompatibility = JavaVersion . VERSION_17
You can’t perform that action at this time.
0 commit comments