Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.4.0

Choose a tag to compare

@Yizack Yizack released this 16 Sep 12:31
· 87 commits to main since this release
v0.4.0
f6cfb6d

compare changes

🚀 Enhancements

  • ⚠️ Update to mailchannels email api 0.11.0 (#1)

New endpoints:

Updated endpoints:

  • 📧 Emails
  • 📢 Webhooks
  • 🪪 Sub-accounts
    • Create Sub-account
      Sub-account creation now requires a company name parameter
      // Before
      subAccounts.create('validhandle123')
      // Now
      subAccounts.create('My Company', 'validhandle123')

🩹 Fixes

  • domains: Add missing returning type in addListEntry (14a755a)

📖 Documentation

  • Update new endpoints list and add links (7880e36)

🏡 Chore

  • lint: Add function-call-spacing stylistic rule (ac9055e)

✅ Tests

  • Error prop must be truthy on error (ffed7a9)

🤖 CI

⚠️ Breaking Changes

  • ⚠️ Update to mailchannels email api 0.11.0 (#1)

❤️ Contributors