Skip to content

Releases: jhg/capitalize-rs

v0.3.4

22 Apr 00:48
@jhg jhg
Compare
Choose a tag to compare

v0.3.3

22 Apr 00:47
@jhg jhg
eb872cd
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

v0.3.2

20 Apr 11:58
@jhg jhg
3ab91ee
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

v0.3.1

20 Apr 11:54
@jhg jhg
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Apr 11:53
@jhg jhg
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Apr 23:28
@jhg jhg
deda08b
Compare
Choose a tag to compare

What's Changed

  • Added capitalize first and last letter only by @bwintertkb in #1
  • Optimize cases for empty strings, avoiding to alloc.
  • Improved documentation, specially when it's read from tooltips in a IDE/editor.

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Mar 15:04
@jhg jhg
Compare
Choose a tag to compare
chore: Initial commit