Skip to content

0.8.0

Compare
Choose a tag to compare
@styfle styfle released this 16 Jul 17:54

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