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)
- support for multi possible values for productId and merchantName
- support for multi possible values for productId and merchantName (7a3200c)
1.5.0 (2024-01-12)
- support for multi possible values for productId and merchantName (3f044af)
1.4.0 (2023-12-13)
- support for multi possible values for line item fields (46dfa97)
- export lineitem type (80c18f4)
1.3.2 (2023-11-20)
- 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)
- Fixed issue where tracking numbers were not compared correctely (fdb3407)
1.3.0 (2023-11-17)
- Added APS_FIELDS constant to exports (6c4bc8d)
- Updated package exports to include types for ComparisonInput and ComparisonResult as well as MatchKey enum (335fd46)
- Removed unused commands and dependencies from package.json and standardized timezone when running tests (0f4981c)
1.2.0 (2023-11-17)
- Updated license from MIT to Apache 2.0 (67d4b1a)
1.1.0 (2023-11-16)
- refactoring (3e723d4)
- readme doc (0c4d456)
0.0.1 - 2023-11-12
- Initial implementation