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

Skip to content

v0.5.0

Latest

Choose a tag to compare

@Yizack Yizack released this 23 Oct 10:59
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.5.0
1b844d8

compare changes

💅 Refactors

  • ⚠️ Single import pattern module exports + update docs (#19)

Modular usage changed:

// before
import { MailChannelsClient } from 'mailchannels-sdk'
import { Emails } from 'mailchannels-sdk/modules'

// now
import { MailChannelsClient, Emails } from 'mailchannels-sdk'

📖 Documentation

  • Update disclaimer (40dd4bc)
  • Fix code block highlighting in guide example (8cae28a)
  • Badge tip type not necessary (580e3e9)

🏡 Chore

✅ Tests

  • Add missing Promise rejection in mock implementations for api error handling scenarios (4387945)

⚠️ Breaking Changes

  • ⚠️ Single import pattern module exports + update docs (#19)

❤️ Contributors