Releases: mojaloop/ml-testing-toolkit-shared-lib
Releases · mojaloop/ml-testing-toolkit-shared-lib
v14.0.2 Release
v14.0.1 Release
v14.0.0 Release
Changelog: mojaloop/als-consent-oracle
14.0.0 (2023-09-25)
Chore
- mojaloop/#3460: nodejs upgrade (#13) (1afc12c), closes mojaloop/#3460
CI
v13.0.0 Release
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
13.0.0 (2022-07-21)
⚠ BREAKING CHANGES
- Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories.
Major version bump since this is a big upgrade.
Features
v12.2.0
v12.1.0
Change log for this release
- feat(2151): helm-release-v12.1.0 (#8)
- Upgraded dependencies
- Fixed AJV due to upgraded dependency with breaking change: "unknownFormats: the same can be achieved by passing true for formats that need to be ignored via ajv.addFormat or formats option.". Ref: https://ajv.js.org/v6-to-v8-migration.html.
- Added standard Jest config to package.json
- Fixed lint issues
- Added Jest types to devDependecies to correctly show Jest functions without errors in IDE (e.g. vscode)
- Added generateRequestPathParams function with added unit test
- Bump to minor version
- Aligned code coverage config to Mojaloop