Releases: willdurand/puppet-nodejs
2.1.2 (2020-09-15)
2.1.1 (2020-10-19)
- Fixed issue in
npm
package provider: #191
2.1.0 (2019-01-16)
Notable changes
- Dropped unsupported Puppet3
- Make source tarballs for NodeJS configurable (#185)
For a full changelog, please refer to CHANGELOG.md
2.0.3 (2018-09-21)
See recent ChangeLog
2.0.2 (2018-06-11)
-
Fixed bug #181
see CHANGELOG.md for further reference.
2.0.1 (2018-05-01)
- Support for
Puppet 5
- Install
rubygems
when managing dependencies
2.0.0 (2018-01-07)
Final release of 2.0
. All new features will go into 2.1
, 1.9
will be kept maintained.
For the release notes please refer to the Changelogs and the alpha
tags (https://github.com/willdurand/puppet-nodejs/releases/tag/2.0.0-alpha3, https://github.com/willdurand/puppet-nodejs/releases/tag/2.0.0-alpha2, https://github.com/willdurand/puppet-nodejs/releases/tag/2.0.0-alpha1).
2.0.0-alpha3 (2017-07-13)
This is the third alpha release of puppet-nodejs
v2. From now on we'll only accept bugfixes for changes in 2.0
, new features will land in 2.1
.
Fixed
- #174 - executable of global NPM packages not found in
$PATH
2.0.0-alpha2 (2017-03-24)
We're happy to announce the second pre-release of willdurand/nodejs
! 🎉 🎉
Notes
To review the entire list of changes, please refer to the CHANGELOG.md
Changes
- Support for
ARM
processor architecture (#169) - Removed useless auto-install of
git
(#168) - Added
download_timeout
parameter to::nodejs
to avoid hacks to set the download timeout of::nodejs::instance::download
- Added a
build_deps
parameter to fix issues with duplicated declarations (see willdurand/puppet-composer#44 for further information) - Simplified public API of
::nodejs::npm
1.9.6 (2017-01-15)
Fixed:
- added
build_deps
parameter as described in willdurand/puppet-composer#44