V0.3.0
This release contains the following new features:
- Support for unicode special cases such as Turkish and Azeri. See README for details on how to employ.
- Used the initialisms from golint.
- Renamed
ToDot
toToDotNotation
andToScreamingDot
toToScreamingDotNotation
- Added a text package with a
text.Text
type that has case conversions as we as all relevant functions from strings as methods. - Added an index package with a trie that indexes Replacements.
This release required a rather substantial refactor and as such, contains breaking changes. While the index.Index will likely not be of direct use to very many people, it is available for those that wish to use it in their own caps.Converter
or perhaps even elsewhere.
This release contains breaking changes.