Skip to content

Releases: danjrwalsh/NamingStrategyConverter

v1.2.0

25 Oct 22:36

Choose a tag to compare

What's Changed

  • feat: add support for dot.case by @danjrwalsh in #3
  • chore: bumped test/benchmark projects to .NET 8

NamingStrategyConverter.SystemTextJson

  • chore: updated System.Text.Json from 8.0.4 to 8.0.5

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Jun 06:27

Choose a tag to compare

What's Changed

  • Restructured project
  • System.Text.Json support by @danjrwalsh in #1

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

v1.0.0

15 Jun 01:05

Choose a tag to compare

Initial release

Support for the following strategies:

  • PascalCase
  • camelCase
  • snake_case
  • kebab-case
  • UPPER_SNAKE_CASE
  • UPPER-KEBAB-CASE