**Changes**
- Caseless is now a subclass of str
- Caseless now supports slicing
- Caseless is now hash-able
- Add kebab case
- Add synonyms: dromedary, medial, dash
- Updates to examples and readme
**Bugs**
- Fixed a bug where some snake output would have double underscores
- Fixed a bug where alternating case would truncate the last character in odd length strings
**Dev Changes**
- Add Unittest + tests
- Add [coverage](https://github.com/nedbat/coveragepy)
- 100% test coverage
- Add [bump2version](https://github.com/c4urself/bump2version/#installation)
- Add [Just](https://github.com/casey/just)