Skip to content

Commit 9d4ca21

Browse files
committed
chore(javascript): Release 0.17.0
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 9628722 commit 9d4ca21

File tree

18 files changed

+21
-18
lines changed

18 files changed

+21
-18
lines changed

bindings/javascript/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.17.0] - 2025-07-26
6+
57
### Added
68

7-
- `keep_at_rules` option to keep all "at-rules" (ones starting with `@`) inside a "style" element [#265](https://github.com/Stranger6667/css-inline/issues/265)
9+
- `keepAtRules` option to keep all "at-rules" (ones starting with `@`) inside a "style" element [#265](https://github.com/Stranger6667/css-inline/issues/265)
810

911
### Performance
1012

@@ -128,7 +130,8 @@
128130

129131
- Initial public release
130132

131-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.16.0...HEAD
133+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.17.0...HEAD
134+
[0.17.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.16.0...javascript-v0.17.0
132135
[0.16.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.15.0...javascript-v0.16.0
133136
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.14.3...javascript-v0.15.0
134137
[0.14.3]: https://github.com/Stranger6667/css-inline/compare/javascript-v0.14.2...javascript-v0.14.3

bindings/javascript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-js"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
readme = "README.md"

bindings/javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ var inlined = inlineFragment(
116116
- `inlineStyleTags`. Specifies whether to inline CSS from "style" tags. Default: `true`
117117
- `keepStyleTags`. Specifies whether to keep "style" tags after inlining. Default: `false`
118118
- `keepLinkTags`. Specifies whether to keep "link" tags after inlining. Default: `false`
119-
- `keep_at_rules`. Specifies whether to keep "at-rules" (starting with `@`) after inlining. Default: `false`
119+
- `keepAtRules`. Specifies whether to keep "at-rules" (starting with `@`) after inlining. Default: `false`
120120
- `baseUrl`. The base URL used to resolve relative URLs. If you'd like to load stylesheets from your filesystem, use the `file://` scheme. Default: `null`
121121
- `loadRemoteStylesheets`. Specifies whether remote stylesheets should be loaded. Default: `true`
122122
- `cache`. Specifies caching options for external stylesheets (for example, `{size: 5}`). Default: `null`

bindings/javascript/npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-android-arm-eabi",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-android-arm64",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-darwin-arm64",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-darwin-x64",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-linux-arm-gnueabihf",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-linux-arm64-gnu",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

bindings/javascript/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-inline/css-inline-linux-arm64-musl",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)