2.0.1 (2026-03-30)
- changelog: match angular preset sections and list style for 2.0.0 (d7f1159)
- expose POSAuthTokenApi on Monei client (d2fe1a1)
2.0.0 (2026-03-30)
- update release-it hook from yarn to pnpm (738954b)
- migrate toolchain to Vite+ (
vite-plus):vp pack(tsdown) replaces microbundle;vp testfor Vitest;vp check(Oxlint/Oxfmt) replaces ESLint/Prettier;vp configand.vite-hooksreplace Husky/lint-staged - switch package manager from Yarn Berry to pnpm (lockfile, scripts, CI)
- raise Node baseline to 24 (
.nvmrcand CI)
- build output and
package.jsonexportsuse explicit.mjs/.cjsand.d.mts/.d.cts; confirm TypeScriptmoduleResolutionand bundlers resolve these entrypoints (Node 18+ recommended)
- chore: update OpenAPI document version to 1.8.3 (b1afcd2)
- chore: downgrade @release-it/conventional-changelog to version 10.0.1 and update related dependencie (c46795f)
- chore: update OpenAPI document version to 1.8.1 and add Node types to TypeScript configuration (f05495e)
- feat: add Apple Pay Certificate API and tests (e899311)
- feat: add Bizum as a payment method to SubscriptionPaymentMethod interface (81b5d49)
- chore: update subscription API to include allowed payment methods in requests and responses (4b7cb3b)
- chore: update default user agent to include Node.js version (d1a7930)
- chore: update OpenAPI document version to 1.7.3 (93f1aae)
- chore: update OpenAPI document version to 1.7.2 (55cac25)
- chore: update OpenAPI document version to 1.7.0 (aaedbd2)
- chore: update OpenAPI document version to 1.6.4 (011bf82)
- chore: update OpenAPI document version to 1.6.3 (4d3f4fa)
- chore: update OpenAPI document version to 1.6.2 and modify package.json for types path (ac6a8a8)
- chore: update OpenAPI document version to 1.6.1 and change enumPropertyNaming to UPPERCASE (e6b5e4d)
- chore: Update package.json to include additional files and correct types path (c89a558)
- chore: Update package.json scripts for prepack and prepublish (6107bbf)
- chore: Update package.json to remove prepublish script and add prepare script for husky (73d0380)
- chore: Update prepare script in package.json to build before preparing (dad82fb)
- chore: Update package.json exports (833e5c9)
- chore: Update ESLint configuration and lint-staged settings (946812c)
- chore: Update model files with ESLint configuration (f9ce450)
- chore: Update OpenAPI document version to 1.6.0 across all relevant files (19ad1e7)
- refactor: Clean up generated API and model files (4f5047d)
- feat: Add Bizum API support and improve OpenAPI generator configuration (74990fe)
- fix: Update MONEI webhook signature verification and commitlint config (b136ff6)
- chore: Update project configuration and test setup (93d07fb)
- feat: Implement comprehensive API error handling with ApiException (9f3b4f9)
- docs: Remove MONEI webhooks documentation link (8ab2222)
- chore: Enable ES module support (abc5542)
- chore: Modify commitlint configuration to disable subject case rule (8a358d7)
- chore: setup conventional changelog and commitlint configuration (f85dd09)
All notable changes to the MONEI Node.js SDK will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This changelog is automatically generated with release-it and @release-it/conventional-changelog.
- Initial setup with conventional-changelog