We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fa3f4 commit 5dfd445Copy full SHA for 5dfd445
README.md
@@ -733,6 +733,11 @@ const resp = await loops.getTransactionalEmails({ perPage: 15 });
733
734
## Version history
735
736
+- `v5.0.0` (Apr 29, 2025)
737
+ - Types are now exported so you can use them in your application.
738
+ - `ValidationError` is now thrown when paramters are not added correctly.
739
+ - `Error` is now returned if the API key is missing.
740
+ - Added tests.
741
- `v4.1.0` (Feb 27, 2025) - Support for new [List transactional emails](#gettransactionalemails) endpoint.
742
- `v4.0.0` (Jan 16, 2025)
743
- Added `APIError` to more easily understand API errors. [See usage example](#usage).
0 commit comments