Releases: wezm/titlecase
Releases · wezm/titlecase
Version 3.6.0
Version 3.5.0
- Preserve uppcase text in brackets (like acronyms) by @carlocorradini in #35
Full Changelog: v3.4.0...v3.5.0
Version 3.4.0
- Add
Titlecasetrait and implementation to allow calling.titlecase()onAsRef<str>types by @carlocorradini in #31
Full Changelog: v3.3.0...v3.4.0
Binaries
Version 3.3.0
Full Changelog: v3.2.0...v3.3.0
Binaries
v3.2.0
- Introduce
perfcargo 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
regexcrate 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