All Versions
20
Latest Version
Avg Release Cycle
34 days
Latest Release
1089 days ago
Changelog History
Page 2
Changelog History
Page 2
-
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
-
v0.3.0 Changes
June 25, 2020โ Added
- ๐ป Command Line Interface. #33
-
v0.2.0 Changes
June 25, 2020โ Added
CSSInliner
and customization options. #9- ๐
Option to remove "style" tags (
remove_style_tags
). Disabled by default. #11 CSSInliner::compact()
constructor for producing smaller HTML output.CSSInliner.inline_to
that writes the output to a generic writer. #24- Implement
Error
forInlineError
. - ๐ Loading external stylesheets. #8
- Option to control whether remote stylesheets should be loaded (
load_remote_stylesheets
). Enabled by default.
๐ Changed
- ๐ Improved error messages. #27
- ๐ Skip selectors, that can't be parsed.
๐ Fixed
- Ignore
@media
queries, since they can not be inlined. #7 - ๐ Panic in cases when styles are applied to the currently processed "link" tags.
๐ Performance
- ๐ Improve performance for merging new styles in existing "style" attributes.
-
v0.1.0 Changes
June 22, 2020- ๐ Initial public release
๐ [Unreleased]: https://github.com/Stranger6667/css-inline/compare/rust-v0.8.1...HEAD