- Add file stats to resolved files when adding them to the stream.
- Add
resolvePath
option.
- Disable
options.ignoreCircularDependencies
by default.
- Throw an error when detecting a circular dependency (thanks to @huang64). Add option
ignoreCircularDependencies
to disable this behavior.
- Add test for path with directories containing
.js
- Fix default regex to work with directories containing
.js
- Fix typo in README
- Emit errors in stream instead of just logging them