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.
- Adds support for unmerging customers
- Improve all tests that always return true (#100)
- Adds support for Opportunities (https://dev.chartmogul.com/reference/opportunities)
- Fix query string not passed after replacing
request
library withsuperagent
- 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.