Skip to content

Latest commit

 

History

History
109 lines (48 loc) · 5.15 KB

CHANGELOG.md

File metadata and controls

109 lines (48 loc) · 5.15 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.9.2 (2024-01-31)

Features

  • add updateProduct and updateCustomer (#23) (f9764ee)

0.9.1 (2024-01-19)

Features

  • add ability to create product categories (#22) (bb742e5)

0.9.0 (2023-02-22)

Features

  • add more supported params to sales.listSaleBatches2 (#19) (c71ea16)
  • add sales.getSaleTotals method, add more query params to sales.listSales (#21) (1e4e9ad)

0.8.0 (2022-12-12)

Features

  • add createProduct and createExternalBatch to products api module (#17) (8330ec9)
  • support externalKey param for sales.listSales (#18) (50d94f6)
  • support gotOpts in client fetch (#16) (5e3bf9f)

0.7.0 (2022-03-23)

Features

  • add modules triggerEvents, customerCategories, and customFields (#15) (f7dab34)

0.6.0 (2022-01-20)

Features

  • add customers api module with getCustomers method (#14) (04eb0f8)

0.5.0 (2021-09-02)

Features

  • support label creation and listing sale batches (#13) (18a4ad8)

0.4.1 (2021-08-19)

0.4.0 (2020-07-28)

Features

0.3.0 (2019-10-22)

Features

  • list products, put org external key (#6) (d31aa27)

0.2.2 (2019-08-21)

Features

  • add org api with getOrg(opts) method (#5) (7fca364)

0.2.1 (2019-08-06)

0.2.0 (2019-08-01)

Features

  • added endpoints for sale, batch, pcats (#2) (1ade162)

0.1.1 (2019-07-08)

Bug Fixes

  • published package missing errors module (#1) (f9931a5)

0.1.0 (2019-07-08)

Features

  • add base api with oauth support and token cache strategy (f6acce3)
  • initial concept for rest modules (03a5e85)
  • add isValidSignature client method (02a24ad)