Releases: geaaru/node-ebuilder
Releases · geaaru/node-ebuilder
node-ebuilder v0.5.0
Major changes
- Fixed support of Nodejs 22
- Fixed CVEs
What's Changed
- Bump shelljs from 0.6.1 to 0.8.5 by @dependabot[bot] in #8
- Bump minimist from 1.2.3 to 1.2.6 by @dependabot[bot] in #9
- Bump json5 from 0.5.1 to 1.0.2 by @dependabot[bot] in #14
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot[bot] in #12
- Bump moment-timezone from 0.5.23 to 0.5.35 by @dependabot[bot] in #11
- Bump semver from 5.4.1 to 5.7.2 by @dependabot[bot] in #17
- Bump moment from 2.24.0 to 2.29.4 by @dependabot[bot] in #16
- Bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot[bot] in #18
Full Changelog: 0.4.1...0.5.0
node-ebuilder-0.4.1
Changes:
- Setting right value for RESTRICT (PR @TheGreatMcPain)
- Upgrade minimist version
node-ebuilder-0.4.0
Automatically add RESTRICT="-network-sandbox" for ebuilds where is needed to execute npm install
node-ebuilder-0.3.0
- required npmv1 eclass v.0.3.1
- added support for sub-directory dependencies
node-ebuilder-0.2.2
- Update ebuild header
- Fix support of dependency where version string has only major and minor [#2]
node-ebuilder-0.2.1
- Fix check of version range and others bugfix
- Fix support of node module without description
- Fix check of tilde ranges
- Fix normalization of package name on getListEbuildVersions function
node-ebuilder-0.2.0
- Add support to EAPI 6 (npmv1 eclass v.0.2.0)
- Add support to version on some adapters
- bug fix on ebuild.js for handle correctly version check and name (gentoofyied)
Not yet completed but usable for create automatically ebuilds for existing node packages.
For now option --git-url/url is not implemented it is needed download package locally.
node-ebuilder-0.1.0
First alpha release of node-ebuilder engine.