Releases: cflint/CFLint
Releases · cflint/CFLint
CFLint 1.2.2
A minor release. Mostly improving the parsing of CFML.
CFLint 1.2.0
Merge branch 'dev' Conflicts: README.md
CFLint 1.0.1
Bug fixes on CFLint 1.0.0 release.
CFLint-0.6.1
release 0.6.1
CFLint-0.6.0
Merge pull request #139 from cflint/dev Merge pull request #138 from cflint/master
Release 0.5.1-SNAPSHOT #97
CFLint0.5.1 Merge branch 'dev'
CFLint-0.5.0
• Using CFParser's newest release with ANTLr 4 grammar.
• Updated license from LGPL-3 to BSD-2
CFLint-0.2.0 ProgressMonitor, Ant task, pure mvn build.
formalized the build of the parser and CFLint under maven.
Added https://github.com/cfparser/cfparser/
Added CFLintAnt, Ant task integration:
See https://github.com/cflint/CFLint/blob/70ca1f92ea6befd8164156e82ffb10ffb4fdaacb/src/test/resources/sample.build.xml
Added a progress monitor to the UI.
Added contributed machine independent new lines.
Some major changes done to get maven working. Let us know if you see anything odd.
add --version arg, change text output
CFLint-0.1.8 Update README.md
CFLint-0.1.7 - add quiet. stdout, single file
Addressed issues 2,3,4, and 5.