Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

72 lines (51 loc) · 2.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.3 - 2021-08-31

Added

  • Added examples to README for methods tied to people/search and data-privacy/deletion-request
  • Added language to Public API section of the README to explain usage of new post option
  • Added timestamp to Track example in README

Fixed

  • Updated API documentation links to use new subdomain (apidocs.klaviyo.com)
  • Bump browserslist from 4.16.3 to 4.16.6
  • Use Buffer.byteLength(data) instead of data.length to account for encoding of accented characters increasing the length of the payload

1.1.2 - 2021-08-03

Added

  • Added support for POST method with Track/Identify endpoints

1.1.1 - 2021-04-27

Added

  • Added support for un-setting profile properties

1.1.0 - 2021-04-01

Added

  • Added the people/search and data-privacy/deletion-request endpoints

1.0.3 - 2021-02-05

Added

  • Added retryAfter property to KlaviyoRateLimitError

1.0.2 - 2021-01-13

Added

  • Changelog diff links
  • Changelog links to Klaviyo API documentation where appropriate

Fixed

  • Delete methods now return an empty object on success, rather than raising an "Unexpected end of JSON input" error.

1.0.1 - 2020-12-07

Added

  • Created CHANGELOG.md

1.0.0 - 2020-12-07

Added