- Lowercase non-small words that are all uppercase during
toTitleCase
- Fix crash where match wasn't found during transformation
- Thanks for contributing @zmuranaka!
- Some minor dev enhancements
- Update dependencies
- Meta to ">=1.7.0 <2.0.0"
- Update dependencies
- Update environment to Dart 3.0.0
- Ignore apostrophes when stripping non-alphanumeric characters
- Add some e2e tests
- Update dependencies (minor)
- Fix lint errors
- Update dev scripts
- [BREAKING CHANGE]: change toDotCase() format to
enum.Value
toenum.value
- Update doc comments for each case to contain an example of the expected output
- Add example
- Update links to github
- Initial release!