Releases: wezm/titlecase
Releases · wezm/titlecase
Version 3.3.0
Full Changelog: v3.2.0...v3.3.0
Binaries
v3.2.0
- Introduce
perf
cargo feature tied to the feature of the same
name in the regex crate.- This allows building for wasm with this feature disabled,
producing a smaller wasm module.
- This allows building for wasm with this feature disabled,
Full Changelog: v3.1.1...v3.2.0
Version 3.1.1
Version 3.0.0
- Update regex dependency #20. Slim down
regex
crate default features. - Remove joinery dependency #19
- Use OnceLock instead of LazyStatic #18
- Minimum Supported Rust Version is now 1.70.0 #17
Full Changelog: v2.2.1...v3.0.0
Version 2.2.1
This release fixes a panic when the text to process started with a character that was encoded as more than one byte in UTF-8. Thanks to @rnarkk for reporting the issue and supplying a fix.
Version 2.2.0
- Reduce allocations and optimise regex use #10
Version 2.1.0
Version 2.0.0
Just dependency updates. Bumping major version as MSRV has increased.