Skip to content

Releases: Nugine/const-str

v1.1.0

01 Feb 16:47

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

01 Jan 09:09

Choose a tag to compare

What's Changed

  • Configure Dependabot to group cargo updates and auto-update GitHub Actions by @Copilot in #55
  • build(deps): bump actions/checkout from 4 to 6 in the actions group by @dependabot[bot] in #56

Full Changelog: v0.7.1...v1.0.0

v0.7.1

14 Dec 07:01

Choose a tag to compare

What's Changed

  • Add test coverage support with Codecov integration by @Copilot in #49
  • Improve test coverage from 41% to 92% by @Copilot in #51
  • Improve test coverage for const-str crate by @Copilot in #52

Full Changelog: v0.7.0...v0.7.1

v0.7.0

02 Sep 01:31

Choose a tag to compare

What's Changed

  • Add support for &[char] pattern in split! and split_inclusive! macros by @Copilot in #39
  • Fix convert_ascii_case! heck mismatch for non-ASCII characters by @Copilot in #40
  • Add GitHub Copilot agent configuration files by @Copilot in #43
  • Add const-fn compatible trim_ascii! macros for string trimming by @Copilot in #45

Full Changelog: v0.6.4...v0.7.0

v0.6.4

27 Jul 07:39

Choose a tag to compare

What's Changed

  • Added support for Train-Case conversion by @andreystepanov in #35
  • Implement split_ascii_whitespace! macro by @Copilot in #37
  • Update printable.rs with latest Unicode data from Rust stdlib by @Copilot in #38

New Contributors

  • @Copilot made their first contribution in #37

Full Changelog: v0.6.3...v0.6.4

v0.6.3

12 Jul 12:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

04 Feb 09:26

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

31 Jan 11:50

Choose a tag to compare

What's Changed

  • Add chain! macro (#20)
  • Update documentation about constant evaluation behaviors (#19)

Full Changelog: v0.6.0...v0.6.1

v0.6.0

26 Jan 08:08

Choose a tag to compare

What's Changed

  • const-str-proc-macro: Add LICENSE symlink by @sbrivio-rh in #21
  • feat: make net macros usable without std by @ROMemories in #22
  • BREAKING: bump MSRV to 1.77.0 in #22
  • document constant evaluation behaviors in 274dacf (#19)

New Contributors

Full Changelog: v0.5.7...v0.6.0