Skip to content

v9.7.0

Compare
Choose a tag to compare
@sverweij sverweij released this 14 Jun 08:17

馃専 features

Handles more types of babel configurations. If you put your babel config in package.json or use a commonjs module that exports an object you'll be able to use them with dependency-cruiser as of this release.

  • feature(cli): enables reading babel configs from commonjs modules that export an object (#322)
  • feature(init): detects babel configs in package.json (#321)
  • feature(cli): enables reading babel configs from package.json (#320)

And here's some convenience for writing dependency cruiser configuration files:

  • feature(*): allow reporter options to accept an array if RE's (#319)
  • feature(*): allow filter options to accept an array of RE's (#318)

馃敡 maintenance

  • build(npm): 猬嗭笍 acorn, acorn-loose, eslint-plugin-import, lint-staged, mocha
  • refactor(init): make the default no-orphans rule more readable with an array
  • refactor(init): rename stuff for consistency
  • refactor(schema): put descriptions for oneOf's in a better place