Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 2.49 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2022-07-11)

⚠ BREAKING CHANGES

  • Minimum supported Node version is v14

Features

  • 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)

⚠ BREAKING CHANGES

  • requires minimum node version 10
  • raise required minimum node to v8

Features

Bug Fixes

  • change ci node v6 to v8 (3976263)

  • decryptWithHeader to use firstKey parameter (5d0e719)

  • require minimum node version 10 (8d7c48a)

  • Convert to typescript (#9) (c8723a5), closes #9

2.0.0 (2019-01-30)

improvement

  • use ES2015 syntax, bump minimum node version to v6 (1c6e36c)

BREAKING CHANGES

  • requires node version >= v6