Skip to content

Latest commit

 

History

History
164 lines (87 loc) · 4.9 KB

CHANGELOG.md

File metadata and controls

164 lines (87 loc) · 4.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v1.3.0

compare changes

🚀 Enhancements

  • trainCase util (#74)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.2.0

compare changes

🚀 Enhancements

  • Add flatCase and trainCase (#68)

🩹 Fixes

  • isUppercase: Assume characters lowercase by default (#71)

🏡 Chore

✅ Tests

  • Add type tests for #71 (#71)

❤️ Contributors

v1.1.1

compare changes

🩹 Fixes

  • pascalCase, camelCase: Move normalize behind a flag (#63)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.0

compare changes

🚀 Enhancements

  • Export type helpers (#58)

🩹 Fixes

  • Move types filed to the top (4fd4a79)
  • pascalCase, camelCase: Lower rest of each segment (#62)

💅 Refactors

  • Simplify string variable name (abb2d2b)

📖 Documentation

  • Add missing quotation mark (#41)
  • Improve readme with code examples (21f19ba)

🏡 Chore

  • Update repo (#42)
  • Update lockfile and typescript (94bfc58)
  • Update release script (a52338f)
  • Update dependencies (3a5f1a6)
  • Add changelogen dev dependency (81365b8)

✅ Tests

  • Convert type tests to vitest syntax (#61)

🎨 Styles

  • Lint and format with prettier v3 (ba39ce6)

🤖 CI

❤️ Contributors

1.0.0 (2022-11-14)

Features

0.3.2 (2022-07-27)

Bug Fixes

  • ignore case changes for numbers (9927800)

0.3.1 (2022-07-27)

Bug Fixes

  • use stable toLowerCase (a0a6c06), closes #8

0.3.0 (2021-08-17)

⚠ BREAKING CHANGES

  • handle lower edges (resolves #4)

Bug Fixes

0.2.1 (2021-04-28)

0.2.0 (2021-04-22)

⚠ BREAKING CHANGES

  • add exports field

Features

0.1.1 (2021-02-16)

Features

  • add dot to default splitters (db5120f)

0.0.1 (2021-02-16)