Skip to content

Releases: Yag000/enum_stringify

v0.6.4

08 Jun 23:53
0e01481

Choose a tag to compare

What's Changed

  • Update readme
  • tests: Add tests for internal functions by @Yag000 in #47

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

v0.6.3

13 Mar 14:43
5797470

Choose a tag to compare

What's Changed

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

v0.6.2

12 Mar 16:51
c0bc868

Choose a tag to compare

What's Changed

  • refactor: simplify code by refactoring by @Yag000 in #44

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

v0.6.1

02 Dec 21:03
1c9c5a9

Choose a tag to compare

What's Changed

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

v0.6.0

29 Oct 15:14
4f0b3ac

Choose a tag to compare

What's Changed

  • feat!: support more case options by @zaaarf in #41
    This commit contains a breaking name change :
    lower -> flat
    upper -> upper_flat

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

14 Jun 12:13
17624a3

Choose a tag to compare

What's Changed

  • chore(deps): bump serde from 1.0.199 to 1.0.200 by @dependabot in #34
  • chore(deps): bump syn from 2.0.60 to 2.0.63 by @dependabot in #37
  • chore(deps): bump proc-macro2 from 1.0.81 to 1.0.82 by @dependabot in #35
  • chore(deps): bump serde from 1.0.200 to 1.0.202 by @dependabot in #38
  • Relax Ident constraint to allow all valid strings for argument values by @sathwikmatsa in #39
  • chore: a bunch of typos by @Yag000 in #40

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

06 May 16:00
c0f3fe1

Choose a tag to compare

What's Changed

  • chore(deps): bump proc-macro2 from 1.0.78 to 1.0.79 by @dependabot in #25
  • chore(deps): bump quote from 1.0.34 to 1.0.36 by @dependabot in #26
  • chore(deps): bump proc-macro2 from 1.0.79 to 1.0.80 by @dependabot in #27
  • chore(deps): bump syn from 2.0.45 to 2.0.59 by @dependabot in #28
  • chore(deps): bump serde from 1.0.193 to 1.0.197 by @dependabot in #29
  • chore(deps): bump proc-macro2 from 1.0.80 to 1.0.81 by @dependabot in #30
  • chore(deps): bump syn from 2.0.59 to 2.0.60 by @dependabot in #32
  • chore(deps): bump serde from 1.0.197 to 1.0.198 by @dependabot in #31
  • chore(deps): bump serde from 1.0.198 to 1.0.199 by @dependabot in #33

Full Changelog: v0.4.1...v0.4.2

v0.4.1

18 Mar 17:22
95ad622

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

19 Feb 19:27

Choose a tag to compare

What's Changed

  • Update dependencies
  • Add case attributes

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

13 Oct 07:33

Choose a tag to compare

What's Changed

  • ci: Only run on push to master and pull requests by @Yag000 in #4
  • feat(rename): Add variant rename by @Yag000 in #3

Full Changelog: v.0.2.0...v.0.3.0