Skip to content

Releases: sttk/stringcase-rust

0.3.0

12 Aug 15:49
ba00f21
Compare
Choose a tag to compare

New Features

  • new: added functions to convert with a number sequence as a word by @sttk in #20

Docs

  • doc,comment: added descriptions for *_with_nums_as_word by @sttk in #21
  • doc: modified benchmark results by @sttk in #22

Supports

  • cicd: fix forgetting to switch rust versions by @sttk in #16
  • test: modified mistakes in test cases by @sttk in #17
  • chore: modified build.sh by @sttk in #19
  • release tasks for 0.3.0 by @sttk in #23

Full Changelog: 0.2.1...0.3.0

0.2.1

26 Feb 09:49
Compare
Choose a tag to compare

Changes

  • fix: modified bug of train case conversion by @sttk in #15

Full Changelog: 0.2.0...0.2.1

0.2.0

25 Feb 08:32
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • update!: changed to treat digits as keeped marks by @sttk in #11

New Features

  • new: added Caser that attaches methods for converting cases to strings. by @sttk in #12

Changes

  • refactor: made use enum instead of u8 flag by @sttk in #9

Supports

  • chore: fixed a mistake in benchmark.md by @sttk in #7
  • chore: modified build.sh about cover and bench by @sttk in #8
  • chore: modified cover task in build.sh by @sttk in #10
  • test: added integration tests for Caser by @sttk in #13

Full Changelog: 0.1.1...0.2.0

0.1.1

23 Feb 08:40
Compare
Choose a tag to compare

Changes

Docs

  • doc: added some badges in README.md by @sttk in #3
  • doc: fix typo of lib name in README.md by @sttk in #5

Tests

  • performance tuning, modify some comments, add test cases by @sttk in #6

Supports

Full Changelog: 0.1.0...0.1.1

0.1.0

18 Feb 03:04
42c3d60
Compare
Choose a tag to compare

Changes

  • new: first implementation. by @sttk in #1

Docs

  • doc: modify the descriptions of installation by @sttk in #2

Full Changelog: https://github.com/sttk/stringcase-rust/commits/0.1.0