Skip to content

Releases: Yag000/enum_stringify

v0.6.0

29 Oct 15:14
4f0b3ac
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.4.0

19 Feb 19:27
Compare
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
Compare
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

v.0.2.0

04 Oct 09:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.1.0...v.0.2.0

v.0.1.0

13 Sep 11:02
Compare
Choose a tag to compare

First version of the library. For more information:

Full Changelog: https://github.com/Yag000/enum_stringify/commits/v.0.1.0