feat(documentation): Improve README with comprehensive installation, usage, and API reference details

This commit is contained in:
Juergen Kunz
2025-06-26 20:07:27 +00:00
parent 08da97c018
commit 01b3128bcc
3 changed files with 296 additions and 54 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-06-26 - 2.5.0 - feat(documentation)
Improve README with comprehensive installation, usage, and API reference details
- Updated installation instructions for both global and local setups
- Added a quick start guide featuring CLI usage and API examples
- Enhanced sections for available bundlers and specialized CLI commands
- Expanded API reference with detailed examples for TsBundle, HtmlHandler, and AssetsHandler
- Reorganized content to improve clarity and best practices guidance
## 2025-06-26 - 2.4.1 - fix(tests)
Improve decorator tests and add LitElement component tests for better validation