Skip to content

V0.3.0

Compare
Choose a tag to compare
@chanced chanced released this 30 Aug 19:01
· 158 commits to main since this release

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 to ToDotNotation and ToScreamingDot to ToScreamingDotNotation
  • 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.