Skip to content

Latest commit

 

History

History
159 lines (86 loc) · 9.53 KB

CHANGELOG.md

File metadata and controls

159 lines (86 loc) · 9.53 KB

1.5.0 (2024-11-06)

Features

  • add package manager version (cd84d38)
  • update Auth.setMarket to accept string values and modify related scope formatting (a9a4577)

1.4.1 (2022-11-03)

Features

  • export additional methods (4b4409e)

1.4.0 (2022-04-21)

Features

1.3.2 (2022-02-01)

Features

  • update all polymorphic relationships (5ac69af)

Bug Fixes

  • properly handle polymorphic relationships (39f6bd3)

1.3.1 (2022-01-11)

Bug Fixes

  • resources: type on StockItems (06ca892)

1.3.0 (2022-01-11)

Features

  • resources: add StockItems (371039b)

1.2.0 (2022-01-11)

Features

  • resources: add StockLocations (3e14c01)

1.1.0 (2021-09-22)

Features

  • add CustomerPaymentSources (80bb7bd)

1.0.2 (2021-09-22)

1.0.1 (2021-09-17)

Bug Fixes

  • add missing skus attributes (cb1263b)

1.0.0 (2021-09-17)

Features

  • add new skus attributes (388a200)

1.0.0-beta.2 (2021-08-17)

Features

  • examples: update to new create/update parameters (fe8c2bc)
  • resources: allow omitting attributes for create and update (3bb85f3)

Bug Fixes

  • auth: correct customer token expiration after refresh (97ec0ec)

1.0.0-beta.1 (2021-08-12)

Features

  • auth: throw error when restoring invalid session data (9768af5)
  • resources: add CustomerPasswordResets, OrderCopies, OrderSubscriptions (a3e579a)

Bug Fixes

  • tests: expect error on invalid session data (fcec7e7)

0.1.0-alpha.8 (2021-07-23)

Features

  • auth: add integration support (e3d5509)

0.1.0-alpha.7 (2021-07-20)

Bug Fixes

  • api: allow common resource attributes in create/update payloads (ea731c1)

0.1.0-alpha.6 (2021-07-19)

Features

  • add DeliveryLeadTimes (696282e)
  • add initial method to create resources (e34409b)
  • add tests (51e4489)
  • api: add findAll, create, destroy (6d9a6e2)
  • api: add query parameters to create and update (23a0d9b)
  • api: add related resource fetching (aa237f9)
  • api: add request token in headers (1a28094)
  • api: implement all features (c07d651)
  • api: initial API stub (18adefa)
  • api: update resource signature (83382ba)
  • auth: add useCustomerToken (1baf7dc)
  • auth: fetch customer profile when logging or refreshing the token (68327ec)
  • auth: finalize initial auth interface (2bc8e91)
  • auth: throw error when logging in without a market set (b866670)
  • e2e: improve integration tests (3e081e0)
  • e2e: initial setup (08059c5)
  • examples: add checkout flow (bc182ec)
  • examples: add initial examples (a51562c)
  • resources: add new resources (9f9818b)
  • resources: add StripePayments (5840504)
  • resources: add WireTransfers (33875e0)
  • scripts: add script to generate resources (33820cb)
  • scripts: append exports to index and lint files (9b58624)
  • scripts: update resource creation (0fe8ac9)
  • setup repo (0b91e31)

Bug Fixes

  • auth: correct token expiration (0e5bb2e)
  • scripts: use proper resource slug when fetching docs (deda58b)
  • serializer: include metadata in attributes (113e04a)
  • serializer: use snake case for keys (84619d9)
  • tests: api pagination issues (5ca60e4)