Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 331 Bytes

CHANGELOG.md

File metadata and controls

9 lines (7 loc) · 331 Bytes

0.4.0 (unreleased)

Breaking changes:

  • Rename all traits from SomeCase to ToSomeCase, matching stds convention of beginning trait names with a verb (ToOwned, AsRef, …)
  • Rename ToMixedCase to ToLowerCamelCase
  • Rename ToCamelCase to ToUpperCamelCase
  • Add ToPascalCase as an alias to ToUpperCamelCase