Skip to content

Commit

Permalink
chore(javascript): Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 28, 2023
1 parent 53c4c31 commit 004def9
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions bindings/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

## [Unreleased]

## [0.12.0] - 2023-12-28

- Initial public release

[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.12.0...HEAD
2 changes: 1 addition & 1 deletion bindings/javascript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-inline-js"
version = "0.11.2"
version = "0.12.0"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Most of the time it achieves over a **4x** speed advantage compared to the next

Here is the performance comparison:

| | Size | `css-inline 0.11.2` | `css-inline-wasm 0.11.2` | `juice 10.0.0` | `inline-css 4.0.2` |
| | Size | `css-inline 0.12.0` | `css-inline-wasm 0.12.0` | `juice 10.0.0` | `inline-css 4.0.2` |
|-------------|---------|---------------------|--------------------------|-----------------------|------------------------|
| Basic | 230 B | 15.06 µs | 29.33 µs (**1.94x**) | 142.53 µs (**9.46x**) | 163.77 µs (**10.87x**) |
| Realistic-1 | 8.58 KB | 320.71 µs | 638.97 µs (**1.99x**) | 1.28 ms (**4.01x**) | 1.87 ms (**5.85x**) |
Expand Down
4 changes: 2 additions & 2 deletions bindings/javascript/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-inline-darwin-arm64",
"version": "0.0.0",
"version": "0.12.0",
"os": [
"darwin"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions bindings/javascript/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-inline-darwin-x64",
"version": "0.0.0",
"version": "0.12.0",
"os": [
"darwin"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions bindings/javascript/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-inline-linux-arm-gnueabihf",
"version": "0.0.0",
"version": "0.12.0",
"os": [
"linux"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions bindings/javascript/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-inline-linux-arm64-gnu",
"version": "0.0.0",
"version": "0.12.0",
"os": [
"linux"
],
Expand All @@ -18,4 +18,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions bindings/javascript/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-inline-linux-arm64-musl",
"version": "0.0.0",
"version": "0.12.0",
"os": [
"linux"
],
Expand All @@ -18,4 +18,4 @@
"libc": [
"musl"
]
}
}
4 changes: 2 additions & 2 deletions bindings/javascript/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-inline-linux-x64-gnu",
"version": "0.0.0",
"version": "0.12.0",
"os": [
"linux"
],
Expand All @@ -18,4 +18,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions bindings/javascript/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-inline-linux-x64-musl",
"version": "0.0.0",
"version": "0.12.0",
"os": [
"linux"
],
Expand All @@ -18,4 +18,4 @@
"libc": [
"musl"
]
}
}
4 changes: 2 additions & 2 deletions bindings/javascript/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-inline-win32-x64-msvc",
"version": "0.0.0",
"version": "0.12.0",
"os": [
"win32"
],
Expand All @@ -15,4 +15,4 @@
"engines": {
"node": ">= 10"
}
}
}
2 changes: 1 addition & 1 deletion bindings/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline",
"version": "0.11.2",
"version": "0.12.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-inline/css-inline-wasm",
"version": "0.11.2",
"version": "0.12.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"main": "index.js",
"unpkg": "index.min.js",
Expand Down

0 comments on commit 004def9

Please sign in to comment.