All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- update acorn-node to 1.8.2 (make use of acorn 7.x)
- Update to "minimist": "^1.2.6" from "^1.1.1" to quiet down dependabot security theater.
- Use acorn-node's option defaults, adds support for new ES features (#81)
- Use acorn-node parser, which matches latest Node syntax support (#78)
- Add basic cli:
detective index.js
outputs dependency names (#51)
- Extend support back to 0.8 until we can determine a LTS plan.
- Add engines field set to
>=4.0.0
.