Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 536 Bytes

CHANGELOG.md

File metadata and controls

34 lines (17 loc) · 536 Bytes

[0.2.1] 2019-03-15

Added

  • to_case and from_case functions

  • example convert

  • more tests and docs

[0.2.0] 2019-03-14

Added

  • tokens for digits and digits after spacing

  • optional method for handling numbers in camelCase format

  • pascalcase

  • example for using custom format

[0.1.0] 2019-03-01

Added

  • method for serializing and deserializing different cases

  • camelcase, snakecase, kebabcase, constantcase, lowercase_spacecase, sentencecase

  • DelimiterSpaced trait

  • method for guessing case style