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 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
- 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 support for POST method with Track/Identify endpoints
1.1.1 - 2021-04-27
- Added support for un-setting profile properties
1.1.0 - 2021-04-01
- Added the people/search and data-privacy/deletion-request endpoints
1.0.3 - 2021-02-05
- Added
retryAfter
property to KlaviyoRateLimitError
1.0.2 - 2021-01-13
- Changelog diff links
- Changelog links to Klaviyo API documentation where appropriate
- 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
- Created CHANGELOG.md
1.0.0 - 2020-12-07
- Support for Public API endpoints (track and identify)
- Support for Profiles API
- Support for Metrics API
- Support for V2 List API