Releases: mailerlite/mailerlite-nodejs
Releases · mailerlite/mailerlite-nodejs
1.5.0
1.4.1
Changes
- Improvements for
SubscriberObjectinterface - Dev dependency updates
What's Changed
- Improvements for SubscriberObject interface by @Mantas97 in #77
- chore(deps): update dependency dotenv to v16.6.1 by @mailerlite-renovate[bot] in #72
- chore(deps): update dependency axios to v1.10.0 by @mailerlite-renovate[bot] in #69
New Contributors
- @mailerlite-renovate[bot] made their first contribution in #72
Full Changelog: 1.4.0...1.4.1
1.4.0
Changes
- Updated Axios dependency:
1.2.0->1.7.8 - All other changes were dev dependency updates
What's Changed
- chore: Configure Renovate by @ziltoidbot in #56
- Axios version bump 1.2.0 -> 1.7.8 by @Mantas97 in #67
- chore(deps): update dependency typescript to v4.9.5 by @ziltoidbot in #58
- chore(deps): update dependency dotenv to v16.4.7 by @ziltoidbot in #59
- chore(deps): update dependency tsup to v6.7.0 by @ziltoidbot in #60
- chore(deps): update dependency vitest to ^0.34.0 by @ziltoidbot in #61
- Fixed ML logo in readme by @Mantas97 in #68
New Contributors
- @ziltoidbot made their first contribution in #56
Full Changelog: 1.3.1...1.4.0
1.3.1
1.3.0
1.2.2
Changes
Updates:
keywordparam replaced withsearchinAutomationSubsParamsinterface. Docssending_timevalue added as optionalab_settings[test_type]param value inCreateUpdateCampaignParamsinterface. Docssmart_sendingvalue added asdeliveryparam value in inScheduleCampaignParamsinterface. Docspageparam replaced bycursorinSubscriberParamsinterface (groups). Docspageparam replaced bycursorinFormsSubscribersParamsinterface (stats). Docscursorparam added toGetSegmentSubscribersParamsinterface (segments). Docsenabledparam added toCreateWebhookParamsinterface. Docsincludeparam added toGetSubscribersParamsinterface. An array ofgroupsinSubscriberObjectinterface is now optional. Docsincludeparam added toCampaignSubscribersActivityParamsinterface. Asubscriberdata is now optionalActivityObjectinterface (stats). Docs
Fixes:
SubscriberObjectinterface includes an array ofGroupObjectinstead of array of strings. Fixes: #36- An array of
GroupObjectis 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.
deliveryparam inScheduleCampaignParamsinterface 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
cursorparameter instead ofpagein "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