Skip to content

Releases: mailerlite/mailerlite-nodejs

1.3.1

08 Nov 11:02
Compare
Choose a tag to compare

Changes

  • Docs update for "Fetch a subscriber" endpoint

What's Changed

  • Docs update. Make it clear that subscriber id or email can be user by @Mantas97 in #55

Full Changelog: 1.3.0...1.3.1

1.3.0

13 Aug 12:44
e256aec
Compare
Choose a tag to compare

Changes

What's Changed

Full Changelog: 1.2.2...1.3.0

1.2.2

14 May 06:53
Compare
Choose a tag to compare

Changes

Updates:

  • keyword param replaced with search in AutomationSubsParams interface. Docs
  • sending_time value added as optional ab_settings[test_type] param value in CreateUpdateCampaignParams interface. Docs
  • smart_sending value added as delivery param value in in ScheduleCampaignParams interface. Docs
  • page param replaced by cursor in SubscriberParams interface (groups). Docs
  • page param replaced by cursor in FormsSubscribersParams interface (stats). Docs
  • cursor param added to GetSegmentSubscribersParams interface (segments). Docs
  • enabled param added to CreateWebhookParams interface. Docs
  • include param added to GetSubscribersParams interface. An array of groups in SubscriberObject interface is now optional. Docs
  • include param added to CampaignSubscribersActivityParams interface. A subscriber data is now optional ActivityObject interface (stats). Docs

Fixes:

  • SubscriberObject interface includes an array of GroupObject instead of array of strings. Fixes: #36
  • An array of GroupObject is optional instead of required in SubscriberObject. Fixes: #35

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

05 Feb 04:37
Compare
Choose a tag to compare

Changes

  • Small fix. delivery param in ScheduleCampaignParams interface is required instead of optional.

What's Changed

New Contributors

Full Changelog: v1.2.0...1.2.1

v1.2.0

29 Sep 08:27
Compare
Choose a tag to compare

Changes

  • All types exported as named exports
  • Fixed GetGroupsParams interface. Name can be any string

What's Changed

Full Changelog: v.1.1.0...v1.2.0

v.1.1.0

19 Jun 14:44
0e36e79
Compare
Choose a tag to compare

Changes

  • Added "Forget a subscriber" endpoint
  • Using cursor parameter instead of page 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

v1.0.1

06 Mar 15:40
Compare
Choose a tag to compare

Docs update

1.0.0

06 Mar 10:04
Compare
Choose a tag to compare

Initial release