v0.9.1 - Enhanced TypeScript JSDoc Examples
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.