Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 3.36 KB

Change Log

12.1.0

Minor Changes

  • #253 d80c130 Thanks @wKovacs64! - Provide an interactive prompt for the API key when the apiKey command is issued without an argument. This is a safer way to input your API key, as providing it on the command line may cause it to show up in your shell's command history.

12.0.0

Major Changes

  • #243 fd72c24 Thanks @wKovacs64! - Drop support for Node.js 16 as it is end-of-life, making the new minimum Node.js runtime v18.0.0. Please upgrade your Node.js environment if necessary, or continue using a previous release if you are unable to upgrade your environment.

Minor Changes

11.0.0

Major Changes

  • 3fe2524 Thanks @wKovacs64! - Drop support for Node.js 14 as it is end-of-life, making the new minimum Node.js runtime v16.0.0. Please upgrade your Node.js environment if necessary, or continue using a previous release if you are unable to upgrade your environment.

10.0.1

Patch Changes

10.0.0

Major Changes

  • 581d0dc4 and 1bd53262 Thanks @wKovacs64! - Drop support for Node.js 10 and 12 as they are both end-of-life, making the new minimum Node.js runtime v14.13.1. This also converts the project to pure ESM as it is fully supported in 14.13.1, 16 and beyond. Please upgrade your Node.js environment if necessary, or continue using the latest v9 release of pwned if you are unable to upgrade your environment.