All Versions
13
Latest Version
Avg Release Cycle
29 days
Latest Release
345 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.1 Changes
June 10, 2021๐ Fixed
- ๐
Ignored
style
tags when the document contains multiple of them and theremove_style_tags: true
config option is used. #110
- ๐
Ignored
-
v0.7.0 Changes
June 09, 2021๐ Fixed
- Ignored selectors specificity. #108
-
v0.6.1 Changes
December 07, 2020๐ Fixed
- ๐ Compatibility with the new
cssparser
crate version.
๐ Performance
- ๐ Avoid string allocations during converting
ParseError
toInlineError
.
- ๐ Compatibility with the new
-
v0.6.0 Changes
November 01, 2020 -
v0.5.0 Changes
August 07, 2020โ Added
- ๐
CSSInliner::options()
that implements the Builder pattern. #71
๐ Changed
- ๐ Restrict visibility of items in
parser.rs
๐ Performance
- Avoid string allocation in
get_full_url
- ๐
-
v0.4.1
July 14, 2020 -
v0.4.0 Changes
July 13, 2020โ Added
๐ Changed
- Switch from
openssl
torustls
inattohttpc
dependency. #49
๐ Performance
- ๐ Use
codegen-units=1
andlto=fat
. - โฌ๏ธ Reduce the number of allocations in CLI.
- Avoid CLI output formatting when it is not needed.
- Switch from
-
v0.3.3 Changes
July 07, 2020๐ Performance
- Pre-allocate the output vector.
- Minor improvement for creating new files via CLI.
- ๐ Reduce the average number of allocations during styles merge by a factor of 5.5x.
-
v0.3.2 Changes
June 27, 2020๐ Changed
- โ Remove debug symbols from the release build
๐ Performance
- โฌ๏ธ Reduce the number of
String
allocations. - ๐
Avoid
BTreeMap::insert
whenstyle
attribute already exists
-
v0.3.1 Changes
June 25, 2020๐ Changed
- ๐ Fix links in docs