Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 876 Bytes

2.2.0 | 1.8.2025

  • Lowercase non-small words that are all uppercase during toTitleCase

2.1.0 | 6.4.2024

  • Fix crash where match wasn't found during transformation
  • Some minor dev enhancements

2.0.1 | 12.28.2023

  • Update dependencies
    • Meta to ">=1.7.0 <2.0.0"

2.0.0 | 11.29.2023

  • Update dependencies
  • Update environment to Dart 3.0.0

1.1.0

  • Ignore apostrophes when stripping non-alphanumeric characters
  • Add some e2e tests

1.0.2

  • Update dependencies (minor)
  • Fix lint errors
  • Update dev scripts

1.0.1

  • [BREAKING CHANGE]: change toDotCase() format to enum.Value to enum.value

1.0.0+3

  • Update doc comments for each case to contain an example of the expected output

1.0.0+2

  • Add example

1.0.0+1

  • Update links to github

1.0.0

  • Initial release!