Skip to content

Releases: vercel/nft

0.9.6

05 Mar 21:07
Compare
Choose a tag to compare

Patches

  • Fix link in README: #168
  • Bump minimum acorn version to @7.4.1: #172
  • Bump axios from 0.19.2 to 0.21.1: #164
  • Bump socket.io from 2.2.0 to 2.4.0: #165
  • Bump pug-code-gen from 2.0.2 to 2.0.3: #170
  • Bump pug from 2.0.4 to 3.0.1: #171

Credits

Huge thanks to @azu and @guybedford for helping!

0.9.5

18 Dec 14:47
Compare
Choose a tag to compare

Patches

  • Fix array expression asset emission: #163
  • Bump ini from 1.3.5 to 1.3.7: #162

Credits

Huge thanks to @guybedford for helping!

0.9.4

20 Nov 23:30
Compare
Choose a tag to compare

Patches

  • Fix webpack dirname wrapper analysis: #160
  • Bump npm-user-validate from 1.0.0 to 1.0.1: #157
  • Bump object-path from 0.11.4 to 0.11.5: #158

Credits

Huge thanks to @guybedford for helping!

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