Skip to content

v0.19.0

Latest
Compare
Choose a tag to compare
@yoav-lavi yoav-lavi released this 16 Jul 18:28
· 3 commits to main since this release

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