Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 593 Bytes

CHANGELOG.md

File metadata and controls

31 lines (16 loc) · 593 Bytes

2.2.0

  • Add file stats to resolved files when adding them to the stream.

2.1.0

  • Add resolvePath option.

2.0.0

  • Disable options.ignoreCircularDependencies by default.

1.1.0

  • Throw an error when detecting a circular dependency (thanks to @huang64). Add option ignoreCircularDependencies to disable this behavior.

1.0.3

  • Add test for path with directories containing .js

1.0.2

  • Fix default regex to work with directories containing .js

1.0.1

  • Fix typo in README

1.0.0

  • Emit errors in stream instead of just logging them