Releases: browserify/detective
Releases · browserify/detective
v5.2.1
- Update to "minimist": "^1.2.6" from "^1.1.1" to quiet down dependabot security theater.
v5.2.0
- Use acorn-node's option defaults, adds support for new ES features (#81)
v5.1.0
- Use acorn-node parser, which matches latest Node syntax support (#78)
- Add basic cli:
detective index.js
outputs dependency names (#51)
v5.0.2
- Extend support back to 0.8 until we can determine a LTS plan.
v5.0.1
- Add engines field set to
>=4.0.0
.
v5.0.0
- Fix: Don't crash on files with the spread operator (#75)
- Breaking: Drop support for node 0.12 (#75)