Skip to content

Migration to Ettle

Compare
Choose a tag to compare
@liyanchang liyanchang released this 20 Sep 02:50
· 4 commits to main since this release
693d0d4

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.