Skip to content

Releases: dependents/node-ast-module-types

v7.0.0

19 May 14:15

Choose a tag to compare

What's Changed

  • Drop Node.js < 20 support
  • Cache repeated property reads and add early exits
  • Switch to ESM, named exports and make isDefine private
  • index.js: comment tweaks
  • isDefineAMD: return early for non-define calls

Full Changelog: v6.0.2...v7.0.0

v6.0.2

09 May 13:05

Choose a tag to compare

What's Changed

  • Fix AMD define detection for arrow functions by @XhmikosR in #44

Full Changelog: v6.0.1...v6.0.2

v6.0.1

03 Mar 19:46

Choose a tag to compare

What's Changed

Update dependencies and drop Node.js < 18 support

Full Changelog: v5.0.0...v6.0.1

v5.0.0

04 May 18:58

Choose a tag to compare

  • Drop Node.js 12 support
  • Update CI
  • Switch to xo for linting
  • Replace mocha with uvu

Full Changelog: v4.0.0...v5.0.0

v4.0.0

19 Mar 07:40

Choose a tag to compare

What's Changed

  • Drop support for Node.js < 12, add coverage by @XhmikosR in #27

Full Changelog: v3.0.0...v4.0.0

v3.0.0

22 Feb 11:19

Choose a tag to compare

What's Changed

  • add .editorconfig
  • enforce LF
  • add ESLint
  • assorted lint tweaks
  • switch to GitHub Actions
  • add LICENSE
  • require Node.js >= 6

Full Changelog: v2.7.1...v3.0.0