Skip to content

Releases: vercel/ncc

0.7.0

20 Dec 03:15

Choose a tag to compare

  • Minify is no longer on by default due to perf reasons (#168)
  • Improve asset emission to emit fewer unnecessary assets (#166)
  • Rework externals for perf (#176)
  • Fixes for Windows (#177)
  • Use graceful-fs to handle huge projects better (#167)

0.6.0

17 Dec 05:44

Choose a tag to compare

  • Add support for tsconfig paths. (fixes #150) (#151) (@odensc)
  • Fix typescript declaration emission (#160)
  • Disable terser --compress which was slowing us down for no gain (#161)
  • Fix for sharp (#159)

0.5.3

10 Dec 01:10

Choose a tag to compare

  • Made sure that dist/**/*.ts files are published to npm

0.5.2

10 Dec 00:51

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

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

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

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