Skip to content

Latest commit

 

History

History
135 lines (74 loc) · 6.51 KB

File metadata and controls

135 lines (74 loc) · 6.51 KB

Changelog

2.0.1 (2026-03-30)

Bug Fixes

  • changelog: match angular preset sections and list style for 2.0.0 (d7f1159)

Features

  • expose POSAuthTokenApi on Monei client (d2fe1a1)

2.0.0 (2026-03-30)

Bug Fixes

  • update release-it hook from yarn to pnpm (738954b)

Build System

  • migrate toolchain to Vite+ (vite-plus): vp pack (tsdown) replaces microbundle; vp test for Vitest; vp check (Oxlint/Oxfmt) replaces ESLint/Prettier; vp config and .vite-hooks replace Husky/lint-staged
  • switch package manager from Yarn Berry to pnpm (lockfile, scripts, CI)
  • raise Node baseline to 24 (.nvmrc and CI)

BREAKING CHANGES

  • build output and package.json exports use explicit .mjs/.cjs and .d.mts/.d.cts; confirm TypeScript moduleResolution and bundlers resolve these entrypoints (Node 18+ recommended)

1.9.1 (2026-01-21)

  • chore: update OpenAPI document version to 1.8.3 (b1afcd2)

1.9.0 (2025-12-02)

  • 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)

1.8.0 (2025-11-11)

  • feat: add Bizum as a payment method to SubscriptionPaymentMethod interface (81b5d49)

1.7.14 (2025-11-11)

  • chore: update subscription API to include allowed payment methods in requests and responses (4b7cb3b)

1.7.13 (2025-09-15)

  • chore: update default user agent to include Node.js version (d1a7930)

1.7.12 (2025-08-27)

  • chore: update OpenAPI document version to 1.7.3 (93f1aae)

1.7.11 (2025-08-26)

  • chore: update OpenAPI document version to 1.7.2 (55cac25)

1.7.10 (2025-05-29)

  • chore: update OpenAPI document version to 1.7.0 (aaedbd2)

1.7.9 (2025-05-28)

  • chore: update OpenAPI document version to 1.6.4 (011bf82)

1.7.8 (2025-05-26)

  • chore: update OpenAPI document version to 1.6.3 (4d3f4fa)

1.7.7 (2025-05-26)

  • chore: update OpenAPI document version to 1.6.2 and modify package.json for types path (ac6a8a8)

1.7.6 (2025-04-16)

  • chore: update OpenAPI document version to 1.6.1 and change enumPropertyNaming to UPPERCASE (e6b5e4d)

1.7.5 (2025-03-25)

  • chore: Update package.json to include additional files and correct types path (c89a558)

1.7.4 (2025-03-25)

  • 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)

1.7.3 (2025-03-25)

  • chore: Update prepare script in package.json to build before preparing (dad82fb)

1.7.2 (2025-03-25)

  • chore: Update package.json exports (833e5c9)

1.7.1 (2025-03-14)

  • 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)

1.7.0 (2025-03-11)

  • feat: Add Bizum API support and improve OpenAPI generator configuration (74990fe)
  • fix: Update MONEI webhook signature verification and commitlint config (b136ff6)

1.6.1 (2025-03-08)

  • chore: Update project configuration and test setup (93d07fb)

1.6.0 (2025-03-08)

  • 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.

[Unreleased]

Added

  • Initial setup with conventional-changelog