Skip to content

Latest commit

 

History

History
153 lines (105 loc) · 4.12 KB

History.md

File metadata and controls

153 lines (105 loc) · 4.12 KB

1.1.11 / 2014-05-08

  • lib/jslint.js: fix Issue #47 (variable aliasing)
  • test/jslint.js: unit test to expose issue

1.1.10 / 2014-05-05

  • lib/jslint.js: remove BOM when present
  • test/jslint.js: unit tests for new fn preprocessScript

1.1.9 / 2014-04-13

  • Readme.md: document new feature, specify edition of jslint by path
  • lib/jslint.js: new function loadJSLintFromPath
  • test/editions.js: add unit test for loadJSLintFromPath

1.1.8 / 2014-03-19

  • Makefile: factor unit tests
  • exclude: factor, add tests, speed up exclude function

1.1.7 / 2014-03-19

  • Revert #39 and fix #41.
  • test: Add acceptance test for exclude

1.1.6 / 2014-03-14

  • Remove JSLint submodule
  • Fix acceptance test runner
  • Refactor makefile
  • Add grunt-cli as a development dep
  • Remove weird stuff from package.json
  • Add missing release notes
  • Use the algorithm JSHint uses for excludes instead of big-O(n^2) array element comparisons...

1.1.5 / 2014-02-14

  • Update jslint dep
  • Fix lint issues
  • Add regression tests

1.1.4 / 2014-02-10

  • Fix lint issues
  • Fix/refactor tests

1.1.3 / 2014-01-02

  • Add @smikes as a maintainer

1.1.2 / 2013-12-03

1.1.1 / 2013-09-26

1.1.0 / 2013-09-22

1.0.0 / 2013-07-28

  • Moved to a multi-task, allowing multiple groupings of files to be linted
  • Allowing the usage of globals rather than predef
  • Refactored entire project

0.2.6 / 2013-05-23

0.2.5 / 2013-03-23

  • Make grunt a devDependency to speed up npm install time
  • Fixed failOnError bug (@glan)
  • Fixed JSLint XML bug (@glan)
  • Another grunt 0.4.x support bug (@glan)
  • Bug fix for XML reports (non-escaped characters)
  • Added checkstyle XML reporting
  • Added shebang option
  • Improved test coverage
  • Re-factor everything, allowing for a test suite to be created
  • Updated the outputted JUnit-style XML for better intergration with Jenkins per @sbrandwoo
  • Removed unecessary dependencies

0.2.3-1 / 2012-12-12

  • Fix for bad template processing; thanks to @sbrandwoo

0.2.3 / 2012-12-12

0.2.2-1 / 2012-12-04

  • Updating JSLint to "edition" 2012-11-17

0.2.2 / 2012-11-19

  • Adding option to not cause Grunt to fail if a violation is detected

0.2.1 / 2012-11-03

0.2.0 / 2012-10-16

  • Cleaned up your grunt.js file for you - moved all options into the jslint object

0.1.8 / 2012-10-02

  • Updating README.md to contain more verbose documentation
  • Adding keywords to package.json

0.1.7 / 2012-10-02

  • Added an option to only report on errors

0.1.6 / 2012-09-28

  • Added an exclude option
  • Added number of files in violation to standard output