File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.10.1] - 2023-06-18
6
+
5
7
### Performance
6
8
7
9
- Use a simpler way for HTML tree traversal.
11
13
12
14
- Initial public release
13
15
14
- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.0...HEAD
16
+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.1...HEAD
17
+ [ 0.10.1 ] : https://github.com/Stranger6667/css-inline/compare/ruby-v0.10.0...ruby-v0.10.1
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- css_inline (0.10.0 )
4
+ css_inline (0.10.1 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "css_inline"
5
- spec . version = "0.10.0 "
5
+ spec . version = "0.10.1 "
6
6
spec . summary = "High-performance library for inlining CSS into HTML 'style' attributes"
7
7
spec . description = <<-EOF
8
8
`css_inline` inlines CSS into HTML documents, using components from Mozilla's Servo project.
You can’t perform that action at this time.
0 commit comments