Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Releases: jscs-dev/grunt-jscs

Release 0.7.0

30 Aug 18:28
Compare
Choose a tag to compare
  • Bump JSCS to v1.6.0

Release 0.6.2

30 Jul 16:42
Compare
Choose a tag to compare
  • Bump JSCS to v1.5.9
  • Fix path length errors when using Windows (#56)

Release 0.6.1

30 Jun 20:42
Compare
Choose a tag to compare
  • Bump jscs to 1.5.7 to skip bug as reported in jscs-dev/node-jscs#488
  • Update documentation to match the new name of the repository: grunt-jscs

Release 0.6.0

23 Jun 13:06
Compare
Choose a tag to compare
  • [#48, #50] Breaking change: the config option will now accept a String (which will be a file path) or true (which will use the default JSCS config loader.
    See the readme for further details.

Release 0.5.1

17 Jun 23:55
Compare
Choose a tag to compare
  • Updated the documentation to match changes of the default value of the config option

Release 0.5.0

17 Jun 23:52
Compare
Choose a tag to compare
  • [#20] Breaking change: the default value of the config option is now set to null, instead of .jscsrc, value which has been deprecated since v0.4.0.
  • [#47] Bump JSCS to v1.5.2

Release 0.4.4

25 May 19:36
Compare
Choose a tag to compare
  • [#42] Bump jscs to 1.4.5 to skip bug introduced in v1.4.4

Release 0.4.3

25 May 19:36
Compare
Choose a tag to compare

Release 0.4.2

30 Apr 17:31
Compare
Choose a tag to compare

Release 0.4.1

18 Mar 19:06
Compare
Choose a tag to compare
  • [#37] config option will now be loaded using JSCS config loader
  • Added auto deployment to NPM via Travis CI