Skip to content

Commit

Permalink
10.1.0 Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeadle committed Jul 30, 2024
1 parent 1144006 commit cde4db8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [10.1.0] - 2024-07-30
### 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
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- (volta) [email protected]
- (volta) [email protected]

### Removed
- Unnecessary `format` argument in the call to the `check(file)` function.

## [10.0.2] - 2024-03-16
### Updated
- Object.prototype.hasOwnProperty.call() -> Object.hasOwn()
Expand Down Expand Up @@ -640,6 +670,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- grunt for task running.
- grunt-release for releasing tagged versions.

[10.1.0]: https://github.com/timbeadle/cfpathcheck/compare/10.0.2...10.1.0
[10.0.2]: https://github.com/timbeadle/cfpathcheck/compare/10.0.1...10.0.2
[10.0.1]: https://github.com/timbeadle/cfpathcheck/compare/10.0.0...10.0.1
[10.0.0]: https://github.com/timbeadle/cfpathcheck/compare/9.0.0...10.0.0
Expand Down

0 comments on commit cde4db8

Please sign in to comment.