Releases: mxsm/cheetah-string
Releases · mxsm/cheetah-string
cheetah-string-1.0.1
cheetah-string-1.0.0
🐆 Cheetah String V1.0.0 Release 🔊
What's Changed
- [ISSUE #90]🔖Bump version to 1.0.0 by @mxsm in #91
- [ISSUE #92]✨Enhance CheetahString with support for character and string patterns in starts_with, ends_with, contains, and split methods by @mxsm in #93
- [ISSUE #94]🚀Implement SIMD acceleration for string operations in CheetahString by @mxsm in #95
Full Changelog: v0.1.9...v1.0.0
cheetah-string-0.1.9
cheetah-string-0.1.8
🐆 Cheetah String V0.1.8 Release 🔊
What's Changed
- [ISSUE #72]✨Add UTF-8 validation methods and deprecate unsafe conversions in CheetahString by @mxsm in #73
- [ISSUE #74]🚀Implement Small String Optimization (SSO) for CheetahString to reduce heap allocations for short strings by @mxsm in #75
- [ISSUE #76]✨Add query and transformation methods for CheetahString, including starts_with, ends_with, contains, find, rfind, trim, split, and more by @mxsm in #77
- [ISSUE #78]✨Add benchmarks for CheetahString performance across creation, cloning, querying, transforming, concatenating, iterating, and size scaling by @mxsm in #79
- [ISSUE #80]🔖Bump version to 0.1.8 by @mxsm in #81
- [ISSUE #84]✨Enhance CheetahString with ArcStr support and incremental building methods by @mxsm in #85
- [ISSUE #82]🔧Update Clippy check to include all features for improved linting by @mxsm in #83
Full Changelog: v0.1.7...v0.1.8
cheetah-string-0.1.7
cheetah-string-0.1.6
cheetah-string-0.1.5
🐆 Cheetah String V0.1.5 Release 🔊
What's Changed
- [ISSUE #45]🔨Update Github actions CI👷 by @mxsm in #46
- [ISSUE #43]🎨impl From<&String> for CheetahString🚀 by @mxsm in #44
- [ISSUE #48]⚡️impl From<&CheetahString> for CheetahString by @mxsm in #49
- [ISSUE #47]Enhance Cheetah String FromIterator by @mxsm in #50
- [ISSUE #53]🍻impl AsRef for CheetahString by @mxsm in #54
- [ISSUE #55]🎨Fix CheetahString Serialize empty make Deserialize error🚀 by @mxsm in #56
- [ISSUE #57]🔖Update version to 0.1.5🔊 by @mxsm in #58
Full Changelog: v0.1.4...v0.1.5
cheetah-string-0.1.4
🐆 Cheetah String V0.1.4 Release 🔊
What's Changed
- [ISSUE #39]Fix serde Serialize error by @rust-learn-now in #40
- [ISSUE #41]🔖Update version to 0.1.4🔊 by @mxsm in #42
Full Changelog: v0.1.3...v0.1.4