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.4.0

25 Feb 23:42
Compare
Choose a tag to compare
  • [#35] jscs@1.3.0
  • [#32] Changed force option behaviour
  • [#33] Optimized various configuration files (.jshintrc, package.json)
  • [#33, #30] Relaxed dependencies by using tilde syntax in package.json
  • [#34] Added MIT license
  • [#34] Report how much time is spent in each task with time-grunt package

Release 0.3.2

01 Feb 15:14
Compare
Choose a tag to compare
  • [#27] Relaxed JSCS dependency due to quick releases

Release 0.3.1

10 Jan 02:44
Compare
Choose a tag to compare
  • [#25, #26] jscs@1.2.0
  • [#23] Default reporter is not outputable to file via reporterOutput option
  • [#22] Save all reporter output when using reporterOutput, not only the last console.log call
  • [#24] Passtasks/lib/* files thru JSHint

Release 0.3.0

23 Dec 14:15
Compare
Choose a tag to compare
  • [#17] Rewrote (almost?) everything in the task
  • [#18] Fixed Windows testing by forcing end of line via .gitattributes
  • [#15, #16] Do not silently fail at syntax error
  • [#13] Add reporter option
    Allows to use any of the built-in JSCS reporters
  • Add reporterOutput option
    Writes task output to a separate file.
  • Implemented --force CLI argument/task option
  • [#4] Accept JSCS options as task options
  • jscs@1.1.0

...and a big thanks to @markelog, who did everything in this version! 👍

Version 0.2.6

09 Dec 10:58
Compare
Choose a tag to compare
  • [#14] jscs@1.0.14

Version 0.2.5

25 Nov 21:29
Compare
Choose a tag to compare
  • [#9] Added JUnit XML reporter

Version 0.2.4

19 Nov 16:08
Compare
Choose a tag to compare
  • jscs@1.0.13

Version 0.2.3

06 Nov 13:16
Compare
Choose a tag to compare
  • jscs@1.0.11
  • Added options as of jscs 1.0.11: disallowSpaceAfterPrefixUnaryOperators and disallowSpaceBeforePostfixUnaryOperators
  • Added tests (finally!)

Version 0.2.2

20 Oct 20:20
Compare
Choose a tag to compare
  • jscs updated to 1.0.8

Version 0.2.1

20 Oct 20:13
Compare
Choose a tag to compare
  • jscs updated to v1.0.7
  • [#5] output the number of valid files