Skip to content

Releases: abou7mied/detect-circular-deps

Detect Circular Dependencies 3.0.0

23 Jan 19:12
Compare
Choose a tag to compare

Breaking changes

  • The CLI will return the exit code "1" if problems detected

Upgrade

  • Audit and bump the packages

Detect Circular Dependencies 2.0.0

07 May 11:52
Compare
Choose a tag to compare

Bug fixes:

  • errors related to .babelrc file in case of working with modules that doesn't require babel transpiler
  • show errors when module not found

breaking changes:

  • you need to add the --es6 flag to support es6 modules, it's not enabled by default

Detect Circular Dependencies 1.3.0

02 Mar 01:27
Compare
Choose a tag to compare

Features

  • Support promises

Detect Circular Dependencies 1.2.0

04 Oct 06:10
Compare
Choose a tag to compare

Features

  • Support es6/imports #1
  • Support file wildcard matching #2