Skip to content

Releases: vercel/ncc

0.5.2

10 Dec 00:51
Compare
Choose a tag to compare
  • Fix to use bundled typescript with ts-loader, instead of requiring it always as a dep (#138)

0.5.0 / 0.5.1

10 Dec 00:49
Compare
Choose a tag to compare
  • Better CLI output (#120)
  • TypeScript support (#90)
  • Better support for directory fs dependencies (#121)
  • Fix issue with firebase-admin (#111)
  • ncc build scripts improvements (#110)
  • Fix for jugglingdb (#123)
  • Fix for loopback (#122)

Note: 0.5.0 was a bad release superseded by 0.5.1

0.4.0

04 Dec 23:52
Compare
Choose a tag to compare
  • Safe minification support (#105)
  • Support for packages like @bugsnag/js, bundled with browserify (#87)
  • Support for shared libraries of binary addons (#104)
  • Support for packages like strong-globalize (#106)

0.3.0

03 Dec 22:19
Compare
Choose a tag to compare

Since its initial release, ncc now:

  • Supports binary addons (#83, #93)
  • Source maps (#96)
  • Stops supporting module in package.json, which is a webpack thing, not supported by Node.js (#84)
  • Disables AMD support, which is a webpack thing, not supported by Node.js (#79)
  • Fixes -M flag (#72)
  • Fixes edge cases with more npm modules
    • isomorphic-unfetch
    • when.js
    • got
    • grpc
    • leveldown
    • jugglingdb