File: CHANGELOG.md

package info (click to toggle)
python-humps 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: python: 94; makefile: 7; sh: 5
file content (18 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

All releases contain 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](https://github.com/pypa/twine), e.g. use its environment variables
 - Extend long package description to match README.rst

## v0.1.0

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