Skip to content

Releases: Icaruk/up-npm

3.1.1

30 Apr 17:47
Compare
Choose a tag to compare

2023-04-30

Fixes

  • Pre-downloaded binaries are now fetched using native node http instead fetch to make it compatible with older nodejs versions.

3.1.0

24 Apr 00:59
Compare
Choose a tag to compare

2023-04-24

What's new

  • New flag --allow-downgrade. Allows downgrading your current version to the target one.
    • Example: current 2.0.0, latest 1.0.0 will downgrade from 2.0.0 to 1.0.0. Without the flag the package will be ignored.

Fixes

  • Versions that are not an upgrade will be ignored.
  • Incorrect dependency count when using flag --filter.

3.0.2

15 Apr 23:18
c519487
Compare
Choose a tag to compare

2023-04-09

What's new

  • Binaries are no longer pre-downloaded. Postinstall script will download a single compatible binary.

Fixes

  • up-npm -v was not giving correct version.

2.3.2

09 Apr 17:17
Compare
Choose a tag to compare

2023-04-09

Fixes

  • Postinstall script was not giving enough permissions to binary.
  • "Show changes" could not open some repository urls.
  • --dev option was not updating devDependencies correctly.

2.3.0

02 Apr 17:50
Compare
Choose a tag to compare

2023-04-04

What's new

  • Added --filter flag to filter for specific dependencies.
  • Added how many dependencies are remaining.

    (1/21) Update X package to Y version?

2.2.1

01 Apr 23:11
Compare
Choose a tag to compare

2023-04-02

What's new

  • Binary size reduced by ~30%

2.2.0

30 Mar 20:46
Compare
Choose a tag to compare

2023-03-30

What's new

  • Fetching dependencies is 10x faster (they are fetched 10 by 10 instead 1 by 1).

Fixes

  • Fixed crash on some repository urls.

2.1.1

29 Mar 20:07
Compare
Choose a tag to compare

2023-03-29

Fixes

  • Postinstall script was crashing

2.1.0

28 Mar 21:25
Compare
Choose a tag to compare

2023-03-28

What's new

  • Binaries upgraded to 2.1.0 to match the package version.
  • Option "Show changes" now opens https://github.com/Icaruk/<package>/releases. Fallbacks to homepage.

2.0.3

27 Mar 19:09
Compare
Choose a tag to compare

2023-03-27

Fixes

  • Fixed an issue with executable permissions on MacOS and Linux platforms