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.
- Actually remove the
requests
library frompackage.json
- Remove the
requests
library and usesuperagent
instead
- Fix missing
customer_uuid
when creating a note or retrieving all notes from a customer
- Support customer notes
- Update project dependencies to address CVE-2023-45133.
- Remove support for old pagination using
page
parameter. - Remove support for Node v14.x.
- Support for cursor based pagination to
.all()
endpoints.