fix(readme): Update documentation: expand README with usage, CLI and API examples; add readme.hints.md project memory

This commit is contained in:
2025-11-02 06:13:34 +00:00
parent c6ab493efc
commit 8b50cd3090
4 changed files with 971 additions and 178 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-11-02 - 2.7.1 - fix(readme)
Update documentation: expand README with usage, CLI and API examples; add readme.hints.md project memory
- Add readme.hints.md: new project memory / quick reference with public API and CLI summaries
- Expand and restructure readme.md: more comprehensive Quick Start, CLI Commands, API Reference, configuration, examples and troubleshooting
- Clarify protected compiler options, default compiler options, path transformation behavior and error-handling patterns
- Docs-only change — no source code or behavioral changes
## 2025-11-02 - 2.7.0 - feat(tsbuild)
Add tsconfig.json support and safer compiler option merging; protect critical options; apply path and enum transforms; bump dependencies.