feat(core): Enhance package with detailed documentation and updated npm metadata

This commit is contained in:
2024-09-19 12:59:14 +02:00
parent a8ca492691
commit 988824629a
6 changed files with 416 additions and 8 deletions

14
changelog.md Normal file
View File

@@ -0,0 +1,14 @@
# Changelog
## 2024-09-19 - 1.1.0 - feat(core)
Enhance package with detailed documentation and updated npm metadata
- Comprehensive documentation added to README.md for installation, usage, and advanced features
- Updated package.json and npmextra.json descriptions and keywords
- Added detailed examples for handling IMAP emails, events, and attachments in README.md
- Improved error handling and message processing logic in SmartImap class
## 2024-09-19 - 1.0.1 - Initial Release
First release of the project
- Initial commit and setup