Skip to content

Commit 99c4f9d

Browse files
committed
docs: Cleanup readme files
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 6d48aa5 commit 99c4f9d

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

bindings/c/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Lookups for previous / next siblings, affecting selectors like `nth-child`. [#324](https://github.com/Stranger6667/css-inline/issues/324)
8+
59
### Performance
610

711
- Avoid using binary search on attributes.
@@ -12,7 +16,7 @@
1216

1317
- Necessary updates based on the main crate changes. There are no user-facing changes.
1418

15-
## [0.11.3] - 2023-12-14
19+
## 0.11.3 - 2023-12-14
1620

1721
- Initial public release
1822

bindings/c/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The inline function, `css_inline_to()`, doesn't allocate, so you must provide an
8787
8888
### Configuration
8989
90-
You can change the inline behavior by modifying the CssInlinerOptions struct parameter that will be passed to `css_inline_to()`:
90+
You can change the inline behavior by modifying the `CssInlinerOptions` struct parameter that will be passed to `css_inline_to()`:
9191
9292
```c
9393
#include "css_inline.h"

bindings/javascript/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ into:
3939
- Resolves external stylesheets (including local files)
4040
- Works on Linux, Windows, and macOS
4141
- Supports HTML5 & CSS3
42+
- Tested on Node.js 18 & 20.
4243

4344
## Playground
4445

bindings/python/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ into:
4343
- Can process multiple documents in parallel
4444
- Works on Linux, Windows, and macOS
4545
- Supports HTML5 & CSS3
46+
- Tested on CPython 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and PyPy 3.7, 3.8, 3.9, 3.10.
4647

4748
## Playground
4849

@@ -196,10 +197,6 @@ Besides performance, `css-inline` differs from other Python libraries for CSS in
196197
- Does not have debug logs yet;
197198
- Supports only HTML 5.
198199

199-
## Python support
200-
201-
`css_inline` supports CPython 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and PyPy 3.7, 3.8, 3.9, 3.10.
202-
203200
## Further reading
204201

205202
If you want to know how this library was created & how it works internally, you could take a look at these articles:

bindings/ruby/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ into:
4040
- Can process multiple documents in parallel
4141
- Works on Linux, Windows, and macOS
4242
- Supports HTML5 & CSS3
43+
- Tested on Ruby 2.7 and 3.2.
4344

4445
## Playground
4546

@@ -151,10 +152,6 @@ The table below provides a detailed comparison between `css_inline` and `premail
151152
Please refer to the `test/bench.rb` file to review the benchmark code.
152153
The results displayed above were measured using stable `rustc 1.74.1` on Ruby `3.2.2`.
153154

154-
## Ruby support
155-
156-
`css_inline` supports Ruby 2.7 and 3.2.
157-
158155
## Further reading
159156

160157
If you want to know how this library was created & how it works internally, you could take a look at these articles:

0 commit comments

Comments
 (0)