Skip to content

Releases: loops-so/loops-js

v6.4.0

19 May 12:33
193fca4

Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.4.0

v6.3.0

09 Apr 12:44
41bc579

Choose a tag to compare

What's Changed

Full Changelog: v6.2.1...v6.3.0

v6.2.1

16 Feb 06:43
12cec08

Choose a tag to compare

Full Changelog: v6.1.2...v6.2.1

v6.1.2

29 Jan 13:58
a4dcf98

Choose a tag to compare

Added rawBody to APIError in the case no JSON is received from the server (thanks to @leipert).

v6.0.0

22 Aug 11:06
c9782df

Choose a tag to compare

createContact() and updateContact() now have a single object parameter instead of named parameters (breaking change). This allows support for using either email or userId when updating contacts.

v5.0.0

29 Apr 08:20
c5fa3f4

Choose a tag to compare

  • Types are now exported so you can use them in your application.
  • ValidationError is now thrown when paramters are not added correctly.
  • Error is now returned if the API key is missing.
  • Added tests.

Full Changelog: v4.1.0...v5.0.0

v4.1.0

28 Feb 12:19
9012294

Choose a tag to compare

Support for new List transactional emails endpoint.

v.3.4.0

29 Oct 11:31
8401152

Choose a tag to compare

Added rate limit handling with RateLimitExceededError.