-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() | ||
|
@@ -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 | ||
|