Skip to content

Releases: grzegorznowak/ansible-nvm-node

1.2.8

31 Dec 08:14
c9f1a77
Compare
Choose a tag to compare

What's Changed

  • Replace include by include_tasks, fixes deprecation error by @ferblape in #9

New Contributors

Full Changelog: 1.2.7...1.2.8

1.2.7

15 Dec 13:59
844e6a0
Compare
Choose a tag to compare

What's Changed

  • A few small updates from my experience on CentOS and Debian machines by @alexindrez in #8

New Contributors

Full Changelog: 1.2.6...1.2.7

1.2.6

15 Jun 16:38
Compare
Choose a tag to compare

Fixes

  • very minor change to a flag used while debugging, not it won't trip idempotence test

1.2.5

14 Jun 11:09
Compare
Choose a tag to compare

Improvements

  • rework how symlinking back to global /bin works. Currently we weren't picking app dependent binaries installed alongside the main packages

1.2.4

04 May 11:59
Compare
Choose a tag to compare

Fixes

  • remove purely debug lines
  • better idempotence tests (fixes cases when no binary is created by a global package)

1.2.3

20 Apr 19:13
Compare
Choose a tag to compare

Fixes

  • Symlinking stage won't now complain about global packages that do not provide binaries at all

1.2.2

20 Apr 11:09
Compare
Choose a tag to compare

Features

allow passing flags to install global packages with, like:

nvm_install_globally:
  - yarn
  - gulp
  - npx
  - name: puppeteer
    flags: "--unsafe-perm"

1.2.1

31 Aug 14:58
Compare
Choose a tag to compare

Features

Allow for version-targeted installation of global packages. Usage details in README

Changes

General mods to tests to accommodate for new version aware global routine

Fixes

Target supported Debian platforms correctly and cover in molecule this time

1.2.0

03 Jun 09:51
Compare
Choose a tag to compare

Fixes

  • Stop using handlers
  • Fix global packages installation (also related to handlers being generally a bit shakey)
  • Better tests overall
  • Tests' npm version bumped

Features

  • Add official support for 20.04 and cover-test it

1.1.9

01 May 12:01
Compare
Choose a tag to compare
  • fixes #4 thanks @zoechi
  • molecule tests requirements' and their respective README sections update