css-inline v0.4.0 Release Notes

Release Date: 2020-07-13 // almost 4 years ago
  • โž• Added

    • ๐Ÿ’… Option to disable processing of "style" tags. #45
    • Option to inline additional CSS. #45

    ๐Ÿ”„ Changed

    • Switch from openssl to rustls in attohttpc dependency. #49

    ๐ŸŽ Performance

    • ๐Ÿ‘‰ Use codegen-units=1 and lto=fat.
    • โฌ‡๏ธ Reduce the number of allocations in CLI.
    • Avoid CLI output formatting when it is not needed.