fix(documentation): update readme with comprehensive API documentation and hints file

- Updated readme.md with complete API reference and usage examples
- Added readme.hints.md with architecture and implementation details
- Improved documentation structure and clarity
- Version bump to 5.0.13
This commit is contained in:
Juergen Kunz
2025-07-28 12:00:51 +00:00
parent b4897d238f
commit ce338e27ea
7 changed files with 7813 additions and 4445 deletions

8
changelog.md Normal file
View File

@@ -0,0 +1,8 @@
# Changelog
## [5.0.13] - 2025-07-28
### Fixed
- Updated readme.md with comprehensive documentation including API reference, core features, and usage examples
- Added readme.hints.md with architecture and implementation details for future reference
- Improved documentation structure and clarity