# Changelog for `ncase` ## [Unreleased] ## [0.2.2], 2024-03-22 ### Changed * Move the repository to Codeberg. ## [0.2.1], 2023-11-27 ### Fixed * Enable all features when [docs.rs](https://docs.rs). ## [0.2.0], 2023-11-26 ### Changed * Combined all logic in `split_case()` into one `filter_map()`. Made it 30% faster. ### Removed * Moved `Words::with_separator()` behind the `regex` feature. Off by default. * Moved `Words::random()` behind the `rand` feature. Off by default. ## [0.1.1], 2022-09-27 ### Added * `p_split_case_1_upper_word_in_row` — check that `split_case()` splits out only one uppercase word in a row. ## [0.1.0], 2022-07-22 ### Added * `Words` — a sequence of words of some original string. * `camel()` & friends — one-off case conversions. * Benches, tests & stuff. [Unreleased]: https://codeberg.org/xmyst/ncase [0.2.2]: https://codeberg.org/xmyst/ncase/commits/tag/v0.2.2 [0.2.1]: https://codeberg.org/xmyst/ncase/commits/tag/v0.2.1 [0.2.0]: https://codeberg.org/xmyst/ncase/commits/tag/v0.2.0 [0.1.1]: https://codeberg.org/xmyst/ncase/commits/tag/v0.1.1 [0.1.0]: https://codeberg.org/xmyst/ncase/commits/tag/v0.1.0