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 5e1bf8a commit 64efec0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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
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": "[email protected]:Stranger6667/css-inline.git",
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 64efec0

Please sign in to comment.