Skip to content

Releases: unjs/scule

v1.3.0

06 Feb 16:56
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • titleCase util (#74)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.2.0

10 Jan 12:20
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add flatCase and trainCase (#68)

🩹 Fixes

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

❤️ Contributors

v1.1.1

30 Nov 18:10
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

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

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.0

15 Nov 17:39
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Export type helpers (#58)

🩹 Fixes

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

📖 Documentation

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

✅ Tests

  • Convert type tests to vitest syntax (#61)

❤️ Contributors