fix(readme): Update documentation to include usage of creation object reference and update API details.

This commit is contained in:
2025-05-07 13:50:10 +00:00
parent 31f0789648
commit 70a6ad040a
3 changed files with 55 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-07 - 2.0.1 - fix(readme)
Update documentation to include usage of creation object reference and update API details.
- Added a new section explaining how to use the creationObjectRef in Smartmail.
- Included detailed examples on retrieving and using the creation object reference.
- Updated the API reference to document the getCreationObject method.
## 2025-05-07 - 2.0.0 - BREAKING CHANGE(smartmail)
Improve email validation and Smartmail features: add detailed validation for email parts, caching for MX lookups, multi-recipient support, custom headers, and update dependency imports and build scripts.