Releases: Mastercard/client-encryption-nodejs
Releases · Mastercard/client-encryption-nodejs
v1.3.0
- Adding support for pkcs1 and pkcs8 files.
v1.2.0
- Added ability to encrypt and decrypt JSON array bodies
v1.1.0
- Bumped node-forge to 0.10.0
- Bumped lodash to 4.17.19
- Bumped "devDependencies"
- Clean-up
v1.0.6
- Added ability to decrypt primitive type values using the same path as the encrypted value
v1.0.5
- Fixed NPE when multiple encryption paths are provided
v1.0.4
- Deleted encrypted/decrypted properties from body payload
- Resolved config path for nested object properties creating properties when parent not found
- Updated README and docs
v1.0.3
- Added computation of public certificate/key fingerprints when not provided in the service configuration
- Updated README
v1.0.1
- First release
- Support for NodeJS v6.12.3+