Skip to content

Releases: vercel/nft

0.9.3

17 Sep 21:49
Compare
Choose a tag to compare

Changes

  • Add new option resolve #153
    This exposes a hook for module resolution so you can add support for Yarn 2. See #152 for an example.

Credits

Huge thanks to @sergioramos for helping!

0.9.2

04 Sep 16:13
Compare
Choose a tag to compare

Patches

  • Fix path sep and run all unit tests against root: #156

Special thanks to @Timer for helping!

0.9.1

04 Sep 01:28
Compare
Choose a tag to compare

Patches

  • Fix symlink resolution when base: "/": #155

Special thanks to @TooTallNate for helping!

0.9.0

12 Aug 20:40
Compare
Choose a tag to compare

Changes

Dependencies

  • Bump elliptic from 6.5.0 to 6.5.3: #149

0.8.2

30 Jul 21:37
Compare
Choose a tag to compare

Patches

  • Fix webpack wrapper detection: #147
  • Bump auth0 from 2.18.0 to 2.27.1: #146

Credits

Huge thanks to @Timer and @guybedford for helping!

0.8.1

27 Jul 17:07
Compare
Choose a tag to compare
  • Fix cjs require when package uses exports: #144
  • Fix usage in readme.md: #142
  • Bump test coverage to 95%: #145
  • Bump lodash from 4.17.15 to 4.17.19: #137
  • Bump codecov from 3.6.5 to 3.7.1: #138

Credits

Huge thanks to @guybedford for helping!

0.8.0

16 Jul 17:54
Compare
Choose a tag to compare

Breaking Changes

TypeScript support and named export instead of default export

const { nodeFileTrace } = require('@zeit/node-file-trace');

All Changes

  • Change source code to TypeScript: #133
  • Additional TypeScript Cleanup: #134
  • Fix package.json emit for symlinked yarn workspaces: #135
  • Bump npm from 6.13.4 to 6.14.6: #131
  • Fix ts exports and code coverage: #136

0.7.0

08 Jul 15:37
Compare
Choose a tag to compare

Minor Changes

  • Add support for exports, dynamic import from CJS support, package boundary emission: #129

Patches

  • [ci] Add 15 minute timeout: #130
  • Fix trailing slash handling: #128

Credits

Huge thanks to @guybedford for helping!

0.6.5

16 Jun 20:45
Compare
Choose a tag to compare

Patches

  • Fix null check in paraphrase wrappers: #126

0.6.4

15 Jun 13:42
Compare
Choose a tag to compare

Patches

  • Fix null init check: #123
  • Add missing processCwd type: #124

Credits

Huge thanks to @guybedford for helping!