Releases: timbeadle/cfpathcheck
Releases · timbeadle/cfpathcheck
Release 1.4.0
Added
- prettier (eslint ruleset & formatting applied)
Updated
Release 1.3.0
Updated
- Regex tweaked for namespaceSearch (removed unnecessary escaping)
- .eslintrc -> .eslintrc.yml
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Added
- .editorconfig
- eslint as devDependency
- node v8 support in .travis.yml
Release 1.2.1
Updated
Added
- node v7 support in .travis.yml
Release 1.2.0
Added
- Support for single quotes delimiting
<cfimport>
and<cfinclude>
attributes.
Release 1.1.1
Updated
- Dynamic paths built with concatenation now supported, and the path winds back to the last slash to find the directory
Release 0.8.1
Updated
- Dynamic paths built with concatenation now supported, and the path winds back to the last slash to find the directory
Release 1.1.0
Added
- Support for include statements in cfscript.
Release 1.0.0
Added
- CHANGELOG.md (this file).
- Code Climate badges.
- Some JSDoc annotations.
Removed
- Node 0.10 support has been removed. cfpathcheck now needs at least node v4.
Changed
- Finalise the eslint setup
Release 0.8.0
Added
- Support for include statements in cfscript.