Skip to content

Latest commit

 

History

History
77 lines (38 loc) · 4.1 KB

CHANGELOG.md

File metadata and controls

77 lines (38 loc) · 4.1 KB

3.0.0 (2024-02-18)

Features

  • Add Node 20 support; remove Node 14, 16 support (#60) (a913ae1)

BREAKING CHANGES

  • Removes support for Node 14 and 16 (a913ae1)

2.0.1 (2023-10-18)

Bug Fixes

  • Security bump @babel/traverse from 7.17.3 to 7.23.2 (#51) (09180e8)

2.0.0 (2023-04-29)

Features

BREAKING CHANGES

  • Removes support for Node 12, 15. (6039252)

1.2.4 (2022-12-14)

Bug Fixes

  • security upgrade qs from 6.5.2 to 6.5.3 (#38) (1b7e066)

1.2.3 (2022-06-04)

Bug Fixes

  • security upgrade semver-regex from 3.1.3 to 3.1.4 (#33) (3a311be)

1.2.2 (2022-03-28)

Bug Fixes

  • security update minimist from 1.2.5 to 1.2.6 (#32) (af182bb)

1.2.1 (2021-10-15)

Bug Fixes

  • bump ansi-regex from 5.0.0 to 5.0.1 (54afe1e)
  • bump path-parse from 1.0.6 to 1.0.7 (2a5c2c0)
  • bump lodash from 4.17.20 to 4.17.21 (d6279ee)
  • bump y18n from 4.0.0 to 4.0.1 (fc05ad6)

1.2.0 (2020-10-25)

  • Switch from fileKey to encryptionKey #17 (thanks to Corey)

1.1.0 (2020-10-21)

  • Added AES encryption/decryption using native crypto #15 (thanks to Corey)

1.0.1 (2016-08-15)

Closed issues:

  • npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue #4
  • getFileLocation return invalid URL #1

Merged pull requests: