Releases: ettle/strcase
Releases · ettle/strcase
No dependencies
- Removed the dependency on testify/assert. Now go.mod imports absolutely nothing.
- Minor performance tweaks.
- Updated docs, test harness, and some other bit rot
Full Changelog: v0.1.1...v0.2.0
Migration to Ettle
Strcase converts between snake_case, camelCase, kebab-case, and more!
Good test coverage and fast
Breaking change:
- camelCase - first word is lowercased, even if it's an initialism. What was previously camelCased as JSONresponse will now be jsonResponse to better support code generation use cases.