Skip to content

Latest commit

 

History

History
95 lines (44 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

95 lines (44 loc) · 3.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0 (2024-01-12)

⚠ BREAKING CHANGES

  • support for multi possible values for productId and merchantName

Features

  • support for multi possible values for productId and merchantName (7a3200c)

1.5.0 (2024-01-12)

Features

  • support for multi possible values for productId and merchantName (3f044af)

1.4.0 (2023-12-13)

Features

  • support for multi possible values for line item fields (46dfa97)

Bug Fixes

1.3.2 (2023-11-20)

Bug Fixes

  • Fixed issue where fallback values for line-item quantity was not implemented correctly (083c8eb)
  • Return partial match when comparing null and zero values for numerics if partial matching is enabled (7b75ddc)

1.3.1 (2023-11-17)

Bug Fixes

  • Fixed issue where tracking numbers were not compared correctely (fdb3407)

1.3.0 (2023-11-17)

Features

  • Added APS_FIELDS constant to exports (6c4bc8d)
  • Updated package exports to include types for ComparisonInput and ComparisonResult as well as MatchKey enum (335fd46)

Bug Fixes

  • Removed unused commands and dependencies from package.json and standardized timezone when running tests (0f4981c)

1.2.0 (2023-11-17)

Features

  • Updated license from MIT to Apache 2.0 (67d4b1a)

1.1.0 (2023-11-16)

Features

1.0.0 (2023-11-14)

Bug Fixes

0.0.1 - 2023-11-12

Added

  • Initial implementation