Skip to content

Releases: jedwards1211/npm-fetch-changelog

v3.1.0

31 Mar 17:21

Choose a tag to compare

3.1.0 (2025-03-31)

Features

  • echo what is being fetched to stderr (9d59d87)

v3.0.3

04 Feb 17:40

Choose a tag to compare

3.0.3 (2025-02-04)

Bug Fixes

  • fix bugs with range validation and npm token usage (03f6274)

v3.0.2

08 Nov 18:48

Choose a tag to compare

3.0.2 (2023-11-08)

Bug Fixes

  • cli: validate range and print help if package is missing (9a6bd30)

v3.0.1

08 Nov 18:34

Choose a tag to compare

3.0.1 (2023-11-08)

Bug Fixes

v3.0.0

08 Nov 18:07

Choose a tag to compare

3.0.0 (2023-11-08)

Bug Fixes

  • upgrade and fix token issues (a802b28)

BREAKING CHANGES

  • changed the CLI options and removed flow types

v2.2.1

16 Jul 17:24

Choose a tag to compare

2.2.1 (2021-07-16)

Bug Fixes

v2.2.0

10 Feb 05:33

Choose a tag to compare

2.2.0 (2021-02-10)

Features

  • add what-broke CLI command (86a521c)

v2.1.0

10 Feb 05:18

Choose a tag to compare

2.1.0 (2021-02-10)

Bug Fixes

  • get rid of module field in package.json (987d58b)

Features

  • add TS type defs (9626626)
  • support pkg@range option, tokens in ~/.config/npm-fetch-changelog.json (8d42ff0)

v2.0.0

07 May 06:23

Choose a tag to compare

2.0.0 (2019-05-07)

Bug Fixes

  • redesign API and CLI (7885998)
  • rename to npm-fetch-changelog (bc8da35)
  • return {[version: string]: Release} POJO instead of array (3af66aa)

BREAKING CHANGES

  • return an object of version-release pairs instead of an array
  • The API and CLI options have changed. See README.md for the new
    options.

v1.4.5

07 May 03:39

Choose a tag to compare

1.4.5 (2019-05-07)

Bug Fixes