Skip to content

Releases: mxsm/cheetah-string

cheetah-string-0.1.6

25 Nov 01:58
3a9c162
Compare
Choose a tag to compare

🐆 Cheetah String V0.1.6 Release 🔊

What's Changed

  • [ISSUE #59]⚡️Add #[inline] for some methods by @mxsm in #60
  • [ISSUE #61]📝Update README.md by @mxsm in #62
  • [ISSUE #63]🔖Upgrade the version to 0.1.6 and prepare for release by @mxsm in #64

Full Changelog: v0.1.5...v0.1.6

cheetah-string-0.1.5

17 Nov 14:27
2075165
Compare
Choose a tag to compare

🐆 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

13 Nov 03:34
7aac208
Compare
Choose a tag to compare

🐆 Cheetah String V0.1.4 Release 🔊

What's Changed

Full Changelog: v0.1.3...v0.1.4

cheetah-string-0.1.3

13 Nov 03:09
e313231
Compare
Choose a tag to compare

🐆 Cheetah String V0.1.3 Release 🔊

What's Changed

  • [ISSUE #33]🚀 implement Borrow for CheetahString by @mxsm in #34
  • [ISSUE #35]🔥impl From<Cow<'static, str>> for CheetahString 🔥 by @mxsm in #36
  • [ISSUE #37]🔖Update version to 0.1.3🔊 by @mxsm in #38

Full Changelog: v0.1.2...v0.1.3

cheetah-string-0.1.2

11 Nov 03:35
3735fec
Compare
Choose a tag to compare

🐆 Cheetah String V0.1.2 Release 🔊

What's Changed

  • [ISSUE #29]🔖Update version to 0.1.2🔊 by @mxsm in #30
  • [ISSUE #31]🐛Fix feature serde Serialize compile error💚 by @mxsm in #32

Full Changelog: v0.1.1...v0.1.2

cheetah-string-0.1.1

10 Nov 15:50
669efe8
Compare
Choose a tag to compare

🐆 Cheetah String V0.1.1 Release 🔊

What's Changed

  • [ISSUE #25]Add Debug for CheetahString by @mxsm in #26
  • [ISSUE #27]🔖Update version to 0.1.1🔊 by @mxsm in #28

Full Changelog: v0.1.0...v0.1.1

cheetah-string-0.1.0

08 Nov 13:43
6c77915
Compare
Choose a tag to compare

🐆 Cheetah String V0.1.0 Release

What's Changed

  • [ISSUE #1]Update README.md by @mxsm in #2
  • [ISSUE #3]📝Add LICENSE-MIT license by @mxsm in #4
  • [ISSUE #5]✨Add cheetah string function🚀 by @mxsm in #6
  • [ISSUE #7]📝Update .gitignore by @mxsm in #8
  • [ISSUE #9]📝add github action ci by @mxsm in #10
  • [ISSUE #11]🍻Add bench test case by @mxsm in #12
  • [ISSUE #13]Optimize impl From<&'static str> for CheetahString by @mxsm in #14
  • [ISSUE #15]Add doc by @rust-learn-now in #16
  • [ISSUE #17]Add doc for cheetah_string mod by @mxsm in #18
  • [ISSUE #19]Implement PartialEq,Eq,PartialOrd,Ord for CheetahString by @mxsm in #20
  • [ISSUE #21]Optimize CheetahString display by @mxsm in #22
  • [ISSUE #23]📝Update README.md by @mxsm in #24

New Contributors

Full Changelog: https://github.com/mxsm/cheetah-string/commits/v0.1.0