All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2022-07-11)
- Minimum supported Node version is v14
- drop support for node < v14 (e5dd256)
- improve types for decrypt and decryptWithHeader (855b4b7)
- switch to github ci from travis (#29) (3b09b00)
- use Buffer.subarray instead of deprecated Buffer.slice (afc104a)
3.0.0 (2020-06-17)
- requires minimum node version 10
- raise required minimum node to v8
-
change ci node v6 to v8 (3976263)
-
decryptWithHeader to use firstKey parameter (5d0e719)
-
require minimum node version 10 (8d7c48a)
2.0.0 (2019-01-30)
- use ES2015 syntax, bump minimum node version to v6 (1c6e36c)
- requires node version >= v6