Skip to content

Release 10.1.0

Compare
Choose a tag to compare
@timbeadle timbeadle released this 30 Jul 13:07
· 242 commits to main since this release
10.1.0
8357b1f

What's Changed

Added

  • NodeJS v22 test run.
  • fixtures/test-script.cfm, for testing cfscript syntax imports.
  • rimraf package, to clean up the dist folder before building ts type files.
  • tsconfig.json: "moduleResolution": "Node"

Updated

  • Internal rewrite, splitting the monolithic cfpathcheck.js module into more focused, smaller modules.
    • The external API hasn't changed, however, so this is only a minor version increment.
  • package.json: engines.node: 18 -> 18.20.3
  • @snyk/protect@1.1292.1
  • @types/chai@4.3.16
  • @types/mocha@10.0.7
  • @types/node@22.0.0
  • chai@5.1.1
  • eslint-config-xo@0.45.0
  • glob@10.4.5
  • ls-engines@0.9.2
  • mocha@10.7.0
  • npm-run-all2@6.2.2
  • nyc@17.0.0
  • prettier@3.3.3
  • typescript@5.5.4
  • (volta) node@18.20.3
  • (volta) npm@10.8.2

Removed

  • Unnecessary format argument in the call to the check(file) function.

Full Changelog: 10.0.2...10.1.0