Skip to content

Releases: nodenv/node-build

node-build 2.5.9

22 Mar 15:01
Compare
Choose a tag to compare
  • 7.7.3

    Created with npm run submit-definitions.

  • 4.8.1

    Created with npm run submit-definitions.

  • 6.10.1

    Created with npm run submit-definitions.

  • 7.7.4

    Created with npm run submit-definitions.

node-build 2.5.8

09 Mar 20:04
Compare
Choose a tag to compare
  • 7.7.2

    Created with npm run submit-definitions.

node-build 2.5.7

06 Mar 19:27
Compare
Choose a tag to compare
  • 7.7.1

    Created with npm run submit-definitions.

node-build 2.5.6

06 Mar 19:27
Compare
Choose a tag to compare
  • 7.7.0

    Created with npm run submit-definitions.

node-build 2.5.5

22 Feb 05:10
Compare
Choose a tag to compare
  • chakracore nightly build def

  • chakracore source build def

  • Revert "After install, rename nightly to the actual version string"

    This reverts commit 08ef798.

  • 4.8.0

    Created with npm run submit-definitions.

  • 6.10.0

    Created with npm run submit-definitions.

  • 7.6.0

    Created with npm run submit-definitions.

node-build 2.5.4

01 Feb 14:39
Compare
Choose a tag to compare
  • 4.7.3

    Created with npm run submit-definitions.

  • 6.9.5

    Created with npm run submit-definitions.

  • 7.5.0

    Created with npm run submit-definitions.

node-build 2.5.3

06 Jan 16:55
Compare
Choose a tag to compare
  • 4.7.2

    Created with npm run submit-definitions.

  • 6.9.4

    Created with npm run submit-definitions.

node-build 2.5.2

05 Jan 20:45
Compare
Choose a tag to compare
  • Update shasums for 4.7.1 as they've changed
  • Update shasums for 6.9.3 as they've changed

node-build 2.5.1

05 Jan 20:42
Compare
Choose a tag to compare
  • 4.7.1

    Created with npm run submit-definitions.

  • 6.9.3

    Created with npm run submit-definitions.

  • 7.4.0

    Created with npm run submit-definitions.

node-build 2.5.0

05 Jan 20:42
Compare
Choose a tag to compare
  • Revert "remove mirror related code"

    This reverts commit 08b8507.

  • Manually apply changes from upstream

    Some changes were made to the mirror tests in upstream during the time
    that node-build didn't have mirror support, thus those upstream changes
    were missed. This replays those changes manually to the mirror tests.

  • Simplify unsetting of mirror-url

  • Node doesn't do ruby-build's mirror url structure

    An rbenv mirror has a customized repository layout: ruby tarball's url
    format is like

    $RUBY_BUILD_MIRROR_URL/$checksum
    

    not like

    $RUBY_BUILD_MIRROR_URL/2.3/ruby-2.3.1.tar.bz2
    

    Common node mirrors just use the same URL structure as nodejs.org
    (though typically with the /dist path segment removed).

    Subsequent PRs will need to make the mirror url formulation more robust.
    see #208 (comment)

  • NODE_BUILD_MIRROR_CMD generate's mirror URL

    Not all mirrors will use the identical scheme of matching the nodejs.org
    url structure with /dist omitted. Now users may specify
    NODE_BUILD_MIRROR_CMD to be the name of a command or function which
    constructs the full mirrored package URL when given the original package
    URL and checksum as arguments.

    If omitted, the default scheme is used wherein NODE_BUILD_MIRROR_URL is
    substituted for https://nodejs.org/dist/

    The presence of either NODE_BUILD_MIRROR_URL or NODE_BUILD_MIRROR_CMD
    is sufficient to trigger a mirror attempt.

  • 0.12.18

    Created with npm run submit-definitions.