Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 942 Bytes

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.

[3.2.3] - 2023-01-19

  • Actually remove the requests library from package.json

[3.2.2] - 2023-01-18

  • Remove the requests library and use superagent instead

[3.2.1] - 2023-12-20

  • Fix missing customer_uuid when creating a note or retrieving all notes from a customer

[3.2.0] - 2023-12-20

  • Support customer notes

[3.1.0] - 2023-11-29

  • Update project dependencies to address CVE-2023-45133.

[3.0.0] - 2023-11-01

Removed

  • Remove support for old pagination using page parameter.
  • Remove support for Node v14.x.

[2.1.2] - 2023-10-05

Added

  • Support for cursor based pagination to .all() endpoints.