Changelog

Release history for @nordcom/commerce-cart-core.

@nordcom/cart-core

0.2.2

Patch Changes

  • 67e3ee6 Thanks @filiphsps! - Run unit tests per-package through turbo so an unchanged package restores its result from the build cache instead of re-running; coverage is merged across packages and floor-gated as before. Tooling-only — no change to published output.

0.2.1

Patch Changes

  • 29f8582 Thanks @filiphsps! - Add npm version and downloads badges to the package READMEs, and point each homepage at its live docs page under https://nordcom.store/docs/packages/….

0.2.0

Minor Changes

  • #2018 f4500a5 Thanks @filiphsps! - Add a clear cart mutation and clear() action so emptying the cart issues one bulk line removal instead of one removeLine per line.

  • #1945 d5133c3 Thanks @filiphsps! - Initial publish: framework-agnostic cart kernel, types, capabilities, adapter contract, middleware (logger, tracing, idempotency, retry, analytics), event bus, money helpers, contract tests, and mock adapter.

Patch Changes

  • f78ea78 Thanks @filiphsps! - Refresh the shared dev/build toolchain (vite, vitest, concurrently) and the React/Next dev pins to their latest releases as part of a monorepo-wide dependency upgrade. Internal-only — published runtime dependencies and peer ranges are unchanged.

  • #1960 72bdabe Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.

On this page