Skip to content

Releases: andr-ll/npsh

v2.0.7

13 Mar 08:16
9ae55e8
Compare
Choose a tag to compare

v2.0.7 (13 Mar 2024)

Chores

  1. Update package.json

v2.0.6

18 Sep 10:39
812c0c2
Compare
Choose a tag to compare

[v2.0.6] (18 Sep 2023)

Patch

  1. Replace nuti with reqex

v2.0.5

30 May 09:51
0448965
Compare
Choose a tag to compare

[v2.0.5] (30 May 2023)

Updates / chores

  1. remove unused vars (at svc and hooks
  2. Add vator for validation

v2.0.4

13 Apr 12:00
e54079f
Compare
Choose a tag to compare

[v2.0.4] (13 Apr 2023)

Updates

  1. Change svc implementation
  2. Add nuti for performing http requests

v2.0.0

09 Jan 17:14
5bf5c27
Compare
Choose a tag to compare

[v2.0.0] (9 Jan 2023)

Breaking changes

The one and main breaking change on this release - npsh usage as a single command, instead of 3 different commands:

  • npsh.svc
  • npsh.bin
  • npsh.hooks

The logic of usage keeps the same, only . separator must be removed.

Features

Added tests with jest and coverage reports to coveralls.

v1.0.7

02 Jan 23:35
c2cd10f
Compare
Choose a tag to compare

[v1.0.7] (3 Jan 2023)

npsh

Node.js package scripts helper.

Inscludes commonly used scripts for CI, so they can be added from one npm package instead of being copied among different repos.

Features

  1. Semantic version checker
  2. Commit hooks generator
  3. bin builder