Changelog
Release history for @nordcom/commerce-cart-core.
@nordcom/cart-core
0.2.2
Patch Changes
67e3ee6Thanks @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
29f8582Thanks @filiphsps! - Add npm version and downloads badges to the package READMEs, and point eachhomepageat its live docs page underhttps://nordcom.store/docs/packages/….
0.2.0
Minor Changes
-
#2018
f4500a5Thanks @filiphsps! - Add aclearcart mutation andclear()action so emptying the cart issues one bulk line removal instead of oneremoveLineper line. -
#1945
d5133c3Thanks @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
-
f78ea78Thanks @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
72bdabeThanks @filiphsps! - Backfill JSDoc on public/internal symbols.