Skip to content

Releases: JustSamuel/ts-mailcow-api

v1.2.0

15 Jan 14:52

Choose a tag to compare

v1.1.0

05 Jul 17:32

Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 Jun 21:09

Choose a tag to compare

🎉 v1.0.0 — Feature Complete!

ts-mailcow-api is now 100% feature complete! Every single documented Mailcow API endpoint is now fully implemented, typed, and ready to use.

This release marks the official 1.0.0 milestone.

⚠️ Breaking Change

BASE_URL must now include /api/v1

To avoid hardcoding and improve flexibility, the base URL passed to MailcowClient must now include /api/v1. Example:

new MailcowClient('https://mail.example.org/api/v1', 'your-api-key');

What's Changed


Full Changelog: v0.12.0...v1.0.0

v0.12.0

13 Jun 14:20

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

11 Jun 20:37

Choose a tag to compare

Full Changelog: v0.10.0...v0.11.0

v0.10.0

11 Jun 19:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.10.0

v0.8.0

20 May 19:07

Choose a tag to compare

Added test cases.

v0.7.0

20 May 08:05

Choose a tag to compare

Created syncjob-endpoints.ts

v0.6.0

18 May 14:39

Choose a tag to compare

Started working on the test setup.

v0.5.4

17 May 23:59

Choose a tag to compare

Code cleanup and restructuring.