Skip to content

Releases: timbeadle/cfpathcheck

Release 2.0.0

16 Jul 09:11
Compare
Choose a tag to compare

Added

  • node_js 10 support in .travis.yml
  • eslint (& accompanying npm script)
  • some es6 syntax features (arrow functions, const & let etc.)

Removed

  • node_js 4 & 5 support. node_js 6 is now the minimum supported version
  • grunt-eslint

Updated

Release 1.5.0

21 Nov 21:34
Compare
Choose a tag to compare

Release 1.4.0

21 Sep 08:34
Compare
Choose a tag to compare

Release 1.3.0

07 Aug 13:00
Compare
Choose a tag to compare

Updated

Added

  • .editorconfig
  • eslint as devDependency
  • node v8 support in .travis.yml

Release 1.2.1

05 Nov 22:59
Compare
Choose a tag to compare

Release 1.2.0

03 Oct 20:24
Compare
Choose a tag to compare

Added

  • Support for single quotes delimiting <cfimport> and <cfinclude> attributes.

Release 1.1.1

19 Aug 10:56
Compare
Choose a tag to compare

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

19 Aug 10:56
Compare
Choose a tag to compare

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

17 Aug 15:29
Compare
Choose a tag to compare

Added

  • Support for include statements in cfscript.

Release 1.0.0

17 Aug 12:36
Compare
Choose a tag to compare

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