Skip to content

v0.9.1 - Enhanced TypeScript JSDoc Examples

Choose a tag to compare

@Zheruel Zheruel released this 07 Sep 11:11
· 48 commits to main since this release
2247b40

Documentation Enhancement Release

📝 What's New

  • Enhanced JSDoc with TypeScript Examples - Added comprehensive TypeScript usage examples to 20+ utility functions
  • All examples now use proper ```ts code blocks for syntax highlighting
  • Showcased advanced TypeScript features:
    • Template literal types in case conversion functions
    • Branded types with isEmail, isUrl, and slugify
    • Function overloads in template, truncate, and excerpt
    • Generic constraints in memoize
    • Interface usage with FuzzyMatchOptions and FuzzyMatchResult
  • Enhanced interface documentation for all option types

📦 Changes

  • No runtime changes - documentation only
  • No breaking changes
  • All examples validated with TypeScript strict mode

📚 Full Changelog

See CHANGELOG.md for complete details.