v0.19.0
Breaking
- Sets the MSRV to Rust 1.65.0
Features
- Adds error output for panics
- Deno no longer requires an init function
Fixes
- Does not escape hyphens in literals, they're only used in the context of classes and so do not need escaping
- Fixes a few edge cases with hyphens and slashes
Dependencies
- Updates dependencies
Refactoring
- Clippy fixes