Releases: hugoalh/symmetric-crypto-es
Releases · hugoalh/symmetric-crypto-es
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
⚠ Important
For migrating from < v1.2.0 to >= v1.2.0, due to the change of the encryption and decryption workflow, data(s) that encrypted at < v1.2.0 maybe unable to decrypt at >= v1.2.0, hence all of the encrypted data(s) should be decrypted before this update to prevent unrecoverable data damage.
- CHANGE: Argument
passphrase
has reduced characters length requirement from 8 to 4 - CHANGE: Changed encryption and decryption workflow in order to resolve issues on handling multiple EOL (end of line) characters
- CHANGE: Updated dependencies
- CHANGE: Value
version
now is2
1.1.2
1.1.1
1.1.0
- CHANGE: Fixed some misspellings in the error messages
- CHANGE: Improved efficiency and performance
- CHANGE: Improved file system
- CHANGE: Improved source code readability
- CHANGE: Moved up targeted NodeJS version to v14.15.0
- CHANGE: Reduced error messages' noise
- CHANGE: Reduced module size
- CHANGE: Removed old codes
- CHANGE: Updated dependencies
- CHANGE: Value
version
no longer using Semantic Versioning format, instead using a positive integer number; When any break change is released, add1
at each time