Releases: danjrwalsh/NamingStrategyConverter
Releases · danjrwalsh/NamingStrategyConverter
v1.2.0
What's Changed
- feat: add support for
dot.caseby @danjrwalsh in #3 - chore: bumped test/benchmark projects to .NET 8
NamingStrategyConverter.SystemTextJson
- chore: updated
System.Text.Jsonfrom8.0.4to8.0.5
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Restructured project
- System.Text.Json support by @danjrwalsh in #1
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial release
Support for the following strategies:
- PascalCase
- camelCase
- snake_case
- kebab-case
- UPPER_SNAKE_CASE
- UPPER-KEBAB-CASE