Releases: mailerlite/mailerlite-nodejs
Releases · mailerlite/mailerlite-nodejs
1.3.1
1.3.0
1.2.2
Changes
Updates:
keyword
param replaced withsearch
inAutomationSubsParams
interface. Docssending_time
value added as optionalab_settings[test_type]
param value inCreateUpdateCampaignParams
interface. Docssmart_sending
value added asdelivery
param value in inScheduleCampaignParams
interface. Docspage
param replaced bycursor
inSubscriberParams
interface (groups). Docspage
param replaced bycursor
inFormsSubscribersParams
interface (stats). Docscursor
param added toGetSegmentSubscribersParams
interface (segments). Docsenabled
param added toCreateWebhookParams
interface. Docsinclude
param added toGetSubscribersParams
interface. An array ofgroups
inSubscriberObject
interface is now optional. Docsinclude
param added toCampaignSubscribersActivityParams
interface. Asubscriber
data is now optionalActivityObject
interface (stats). Docs
Fixes:
SubscriberObject
interface includes an array ofGroupObject
instead of array of strings. Fixes: #36- An array of
GroupObject
is optional instead of required inSubscriberObject
. Fixes: #35
What's Changed
- Update interfaces with new params by @Mantas97 in #46
- GroupObject in SubscriberObject by @Mantas97 in #47
- Groups data is excluded by default by @Mantas97 in #48
- Optional subscriber data in getSentCampaignSubscribers() by @Mantas97 in #50
Full Changelog: 1.2.1...1.2.2
1.2.1
Changes
- Small fix.
delivery
param inScheduleCampaignParams
interface is required instead of optional.
What's Changed
- Update campaigns.types.ts by @olawalejuwonm in #43
New Contributors
- @olawalejuwonm made their first contribution in #43
Full Changelog: v1.2.0...1.2.1
v1.2.0
v.1.1.0
Changes
- Added "Forget a subscriber" endpoint
- Using
cursor
parameter instead ofpage
in "List all subscribers" endpoint
What's Changed
- [feat] Added missing cursor param to Subscribers list. by @neogeek in #28
- Replaced param in "List all subscribers" endpoint by @Mantas97 in #32
- Forget user feature implementation by @Aky22 in #30
- Small updates about forget endpoint by @Mantas97 in #33
- Release v.1.1.0 by @Mantas97 in #34
New Contributors
Full Changelog: v1.0.1...v.1.1.0