3.8.1 • Published 10 months ago

node-changes v3.8.1

Weekly downloads
11
License
CC BY 4.0
Repository
github
Last release
10 months ago

node-changes - (Node release)

Get the release changelog right from your terminal!

Whenever Node releases a new version of the runtime I want to read the changelog, and then I thought: "Why not make changelogs super-nerdy so that I can read the changelog right from my terminal?". And then it happened. I decided to read the GitHub v3 RESTful API and created a CLI tool that lets you read the changelog for your local Node version or for a specific Node version.

Install

npm i -g node-changes

Usage

Usage: node-changes [options]

Options:
  -t, --tag [ver]  Get changelog for the particular release
  -l, --list       List available Node.js releases

$ node-changes -t 18.12.0

Or just run

$ node-changes

to get the changelog for the version on your machine.

Examples

  • Without specifying the tag version.

terminal_execution

  • With specifying the tag version.

terminal_execution

Interaction

You can click on the commit hash (Ctrl + click or Super + click) and it will launch a browser instance with a direct link to the commit hash.

3.8.1

10 months ago

3.8.0

10 months ago

3.7.4

1 year ago

3.7.3

1 year ago

3.7.2

2 years ago

3.7.1

2 years ago

3.6.4

2 years ago

3.6.3

2 years ago

3.6.2

2 years ago

3.7.0

2 years ago

3.6.1

2 years ago

3.6.0

2 years ago

3.5.1

2 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.5.0

3 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

7 years ago