Skip to content

Releases: erikhuizinga/humps

humps v0.2.2

13 Mar 10:31
4b58a47
Compare
Choose a tag to compare

This release contains all previous releases' content, except for the noted new features, changes, deprecations, etc.

v0.2.2

  • Change module structure, use: from humps.camel import case
  • Add CHANGELOG.md
  • Use Twine as setup tool
  • Add shell script to build and upload distribution
    • You may need to install and configure Twine, e.g. use its environment variables
  • Extend long package description to match README.rst

humps v0.1.0

01 Mar 12:11
e4b44c6
Compare
Choose a tag to compare

This is the initial release of humps. It has the following features:

  • Support conversion of any string to camelCase
  • Raise error for non str type inputs
  • Ignore any non-alphanumeric characters