Skip to content

Releases: unjs/scule

v1.3.0

Choose a tag to compare

@pi0 pi0 released this 06 Feb 16:56

compare changes

🚀 Enhancements

  • titleCase util (#74)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.2.0

Choose a tag to compare

@pi0 pi0 released this 10 Jan 12:20

compare changes

🚀 Enhancements

  • Add flatCase and trainCase (#68)

🩹 Fixes

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

❤️ Contributors

v1.1.1

Choose a tag to compare

@pi0 pi0 released this 30 Nov 18:10

compare changes

🩹 Fixes

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

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.0

Choose a tag to compare

@pi0 pi0 released this 15 Nov 17:39

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