# Changelog

All notable changes to this project will be documented in this file.

## 1.0.3 - 2023-05-03

### Added

- Support for optional params object in the EmailSender class, allowing users to pass additional parameters as needed.
- Updated the example code in index.js to include a params object that can be customized with necessary parameters.
- Added comments and explanations to the code in index.js and emailSender.js for better understanding and readability.

### Changed

- Modified the EmailSender class constructor to accept an optional params object, and updated the class to handle these additional parameters.
- Updated the example code in index.js to demonstrate passing a params object to the EmailSender class.

### Removed

None.

## 1.0.2 - 2023-05-02

### Changed

Updated README.md to include usage instructions for sending emails using the EmailSender class with either HTML or text content.

## 1.0.1 - 2023-06-02

### Added

- Changelog file to document changes between versions.

### Changed

- Updated the README.md file with more detailed instructions on how to use the package.
- No items were removed in this release.

Note that this is just an example and your changelog entry may look different depending on the changes made in version 1.0.1.

### Unreleased

## 1.0.0 - 2023-05-02

### Added

- Initial release of nodemail-aws-ses package.
- EmailSender class updated to include options for HTML and text emails.
- Improved error handling for EmailSender class.
- Added unit tests for EmailSender class.
- Added support for TypeScript.
- Updated README.md with usage instructions for both JavaScript and TypeScript.
- Created an example directory with an example.js file for testing.

### Removed

- None.
