v0.10.0 - API Documentation Generation
๐ Release v0.10.0 - API Documentation Generation
โจ What's New
- ๐ API Documentation: Comprehensive TypeDoc-powered API documentation
- ๐ Live Docs: Documentation automatically deployed at https://zheruel.github.io/nano-string-utils/
- ๐ฎ Interactive Playground: Test functions directly in the browser
- ๐ GitHub Pages Integration: Automatic deployment via GitHub Actions
๐ Changes
- Added TypeDoc configuration for generating API documentation from JSDoc comments
- Created documentation site structure with Vite for future enhancements
- Added GitHub Actions workflow (
.github/workflows/docs.yml) for automatic deployment - New npm scripts:
docs,docs:dev,docs:build,docs:preview - All existing functions have complete JSDoc with descriptions, parameters, returns, and examples
- Added README to docs-src directory with documentation maintenance instructions
- Updated CLAUDE.md with documentation generation guidelines for new functions
๐ฆ Installation
```bash
npm install [email protected]
```