💅 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
tiptype not necessary (580e3e9)
🏡 Chore
- Simplify tsconfig (6fc6f48)
✅ 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
- Yizack Rangel (@Yizack)