Skip to content

Releases: ettle/strcase

No dependencies

03 Nov 15:07
38713c7
Compare
Choose a tag to compare
  • 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

20 Sep 02:50
693d0d4
Compare
Choose a tag to compare

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.