Skip to content

v9.3.0

Latest
Compare
Choose a tag to compare
@75lb 75lb released this 30 Aug 12:27
· 3 commits to master since this release

Non breaking changes since v9.2.0

  • The minimum supported Node version has been restored to v12.17.
    • In version v9.0.0, I upgraded file-set (a dependency of this project) to use the latest version of node-glob to avoid deprecation messages. However, the minimum Node version required by node-glob is v20, subsequently forcing jsdoc-api to require Node v20. I wasn't comfortable with this so I rewrote file-set to use fast-glob v3 which supports Node v12.