Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 12 Dec 03:25
· 102 commits to master since this release

Minor

  • Improved console output for find-unused-exports CLI errors.

Patch

  • Updated dependencies.
  • Removed dynamicImport and objectRestSpread plugins from the Babel parser config, as they are enabled by default nowadays.
  • Ensure CliError instances have correct name properties.
  • Replaced the stripStackTraces test helper with a smarter replaceStackTraces helper that allows tests to detect a missing stack trace.
  • Use the .ans file extension for snapshot text files containing ANSI formatting.
  • Removed npm-debug.log from the .gitignore file as npm v4.2.0+ doesn’t create it in the current working directory.
  • JSDoc improvements.