css-inline v0.6.0 Release Notes

Release Date: 2020-11-01 // over 3 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”— Links to remote stylesheets are deduplicated now.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Wrong inlined file prefixes handling in CLI. #89

    ๐ŸŽ Performance

    • ๐Ÿ‘‰ Use Formatter.write_str instead of write! macro in the Display trait implementation for InlineError. #85
    • ๐Ÿ‘‰ Use Cow for error messages. #87