Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 4.19 KB

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 4.19 KB

Change Log

12.1.1

Patch Changes

  • #277 fc0efb9 Thanks @wKovacs64! - Recommend the interactive prompt of the apiKey command over providing your key as a command-line argument (for enhanced security) when the API responds with 401 Unauthorized.

  • #274 50f59ec Thanks @wKovacs64! - Update conf to v13.0.1, ora to v8.0.1, and hibp to v14.1.2. The last one fixes 401 Unauthorized response handling, as the haveibeenpwned.com API (v3) changed its response format.

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.