This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
Releases: jscs-dev/grunt-jscs
Releases · jscs-dev/grunt-jscs
Release 0.4.0
Release 0.3.2
- [#27] Relaxed JSCS dependency due to quick releases
Release 0.3.1
Release 0.3.0
- [#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
- [#14] jscs@1.0.14
Version 0.2.5
- [#9] Added JUnit XML reporter
Version 0.2.4
- jscs@1.0.13
Version 0.2.3
- jscs@1.0.11
- Added options as of jscs 1.0.11:
disallowSpaceAfterPrefixUnaryOperators
anddisallowSpaceBeforePostfixUnaryOperators
- Added tests (finally!)
Version 0.2.2
- jscs updated to 1.0.8
Version 0.2.1
- jscs updated to v1.0.7
- [#5] output the number of valid files