Releases: labd/commercetools-node-mock
Releases · labd/commercetools-node-mock
0.10.1
Patch release to fix some type definition issues.
v0.10.0
- 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
0.9.1 (08-09-2022)
- Added boolean parsing logic for predicates.
v0.9.0
v0.8.0
Implement experimental support for facets in the product projection search.
0.7.1
The release artifact for 0.7.0 was broken (missing bundled files).
0.7.0
- 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
Add support for expand
param in product projection search.
Make third param for .get() on projectApi and storage (getParam) nullable
v0.6.4 chore: use node 16 to publish