You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

2 years ago
  1. # detective Change Log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ## x.y.z - unreleased
  5. * update acorn-node to 1.8.2 (make use of acorn 7.x)
  6. ## 5.2.1 - 2022-05-27
  7. * Update to "minimist": "^1.2.6" from "^1.1.1" to quiet down dependabot security theater.
  8. ## 5.2.0 - 2019-01-28
  9. * Use acorn-node's option defaults, adds support for new ES features (https://github.com/browserify/detective/pull/81)
  10. ## 5.1.0 - 2018-02-28
  11. * Use acorn-node parser, which matches latest Node syntax support (https://github.com/browserify/detective/pull/78)
  12. * Add basic cli: `detective index.js` outputs dependency names (https://github.com/browserify/detective/pull/51)
  13. ## 5.0.2 - 2018-01-06
  14. * Extend support back to 0.8 until we can determine a LTS plan.
  15. ## 5.0.1 - 2018-01-02
  16. * Add engines field set to `>=4.0.0`.
  17. ## 5.0.0 - 2018-01-02
  18. * Fix: Don't crash on files with the spread operator (https://github.com/browserify/detective/pull/75)
  19. * Breaking: Drop support for node 0.12 (https://github.com/browserify/detective/pull/75)