Releases: grzegorznowak/ansible-nvm-node
Releases · grzegorznowak/ansible-nvm-node
1.2.8
1.2.7
What's Changed
- A few small updates from my experience on CentOS and Debian machines by @alexindrez in #8
New Contributors
- @alexindrez made their first contribution in #8
Full Changelog: 1.2.6...1.2.7
1.2.6
Fixes
- very minor change to a flag used while debugging, not it won't trip idempotence test
1.2.5
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
Fixes
- remove purely debug lines
- better idempotence tests (fixes cases when no binary is created by a global package)
1.2.3
Fixes
- Symlinking stage won't now complain about global packages that do not provide binaries at all
1.2.2
Features
allow passing flags to install global packages with, like:
nvm_install_globally:
- yarn
- gulp
- npx
- name: puppeteer
flags: "--unsafe-perm"
1.2.1
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
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