Skip to content

Releases: labd/commercetools-node-mock

0.10.1

13 Oct 10:24
Compare
Choose a tag to compare

Patch release to fix some type definition issues.

v0.10.0

10 Oct 10:59
Compare
Choose a tag to compare
  • Implement update by key and delete by key support for all resources
  • Added support for updating authenticationMode of a customer
  • Improve handling of staged vs current product data for products
  • Improve version identifier increments to match commercetools
  • Refactor product projection to handle published vs non published products

v0.9.1

08 Sep 11:34
Compare
Choose a tag to compare

0.9.1 (08-09-2022)

  • Added boolean parsing logic for predicates.

v0.9.0

23 Aug 13:59
Compare
Choose a tag to compare
  • Include key, description and metaDescription when converting product to product projection
  • Add support for updating transitions in state
  • Set fractionDigits for money based on currency code
  • Improve logic to mask secret values in resources

v0.8.0

27 Jul 14:30
f6c68b6
Compare
Choose a tag to compare

Implement experimental support for facets in the product projection search.

0.7.1

25 Jul 20:16
Compare
Choose a tag to compare

The release artifact for 0.7.0 was broken (missing bundled files).

0.7.0

25 Jul 19:45
Compare
Choose a tag to compare
  • Rewrite the mock implementation of the product projection search endpoint to work with products created via the product endpoint. This also adds support for multiple filters.
  • Replace tsdx with tsup for building the library
  • Drop support for Node 12 and add Node 18.

ProductProjection search

11 Jul 10:01
Compare
Choose a tag to compare

Add support for expand param in product projection search.

Make third param for .get() on projectApi and storage (getParam) nullable

14 Jun 07:49
Compare
Choose a tag to compare

v0.6.3

09 Jun 07:16
Compare
Choose a tag to compare

fix import problems due to relative imports