Skip to content

Releases: wKovacs64/pwned

v12.1.0

27 Dec 21:13
66b7cb6
Compare
Choose a tag to compare

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.

v12.0.0

09 Nov 04:02
c461373
Compare
Choose a tag to compare

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

v11.0.0

06 May 23:58
c1de882
Compare
Choose a tag to compare

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.

v10.0.1

22 Nov 01:38
d2959ed
Compare
Choose a tag to compare

Patch Changes

v10.0.0

27 Apr 17:49
Compare
Choose a tag to compare

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.

v9.0.0

10 Sep 01:30
e521b24
Compare
Choose a tag to compare

9.0.0 (2020-09-10)

Bug Fixes

chore

BREAKING CHANGES

  • node: This removes support for Node v8 and makes the new minimum runtime Node v10, as v8
    is EOL. Please upgrade your Node.js environment to at least version 10, or continue using the latest v8
    release of pwned if you are unable to upgrade your environment.

v8.0.1

22 Sep 15:37
Compare
Choose a tag to compare

8.0.1 (2019-09-22)

Bug Fixes

v8.0.0

20 Jul 01:27
Compare
Choose a tag to compare

8.0.0 (2019-07-20)

Bug Fixes

Features

  • api-v3: add apiKey command and pass API key to protected services (31ff873)
  • api-v3: invert includeUnverified option default value (210f301)
  • api-v3: invert truncate option default value (6a9826e)

BREAKING CHANGES

  • api-v3: The includeUnverified option of the ba command now defaults to true, per
    Troy's recommendation. Although there are not many unverified breaches in the system, it's
    possible you will get more breaches back than you did previously. You may explicitly disable this
    by negating the value for this option.
  • api-v3: The truncate option of the ba and search commands now defaults to true,
    per Troy's recommendation. If you do not negate it explicitly, each Breach result will only
    contain the breach name (no metadata).
  • api-v3: Several of the haveibeenpwned.com services now require an API key from
    https://haveibeenpwned.com/API/Key. See Troy's blog post for rationale and a full explanation. Once you have obtained your API key, you must run "pwned apiKey <your-key>" to configure pwned so that it may use it in future requests made to protected endpoints. Some commands, like pw, do not require an API key and will continue to function without one. Thus, you may continue to use pwned without an API key, as long as you only care about the commands that do not require one. Each command indicates if it requires an API key in the help for the specific command.

v7.0.1

06 Jul 23:48
Compare
Choose a tag to compare

7.0.1 (2019-07-06)

Bug Fixes

  • deps: update hibp to ^7.5.2 (0c55480)

v7.0.0

20 Mar 19:11
Compare
Choose a tag to compare

7.0.0 (2019-03-20)

Bug Fixes

Build System

  • target: remove support for Node.js v6 (be8dfa9)

BREAKING CHANGES

  • target: This removes support for Node v6 and makes the new minimum runtime Node v8, as v6
    is EOL as of April, 2019. Please upgrade your Node.js environment to at least version 8, or
    continue using the latest v6 release of pwned if you are unable to upgrade your environment.