It's About Time
This is a long overdue release and is a major version bump, due to the introduction of new rules in the preset that would cause a new set of JSCS errors in existing projects. See the clarification in the README regarding versioning.
This release does include the rather controversial disallowConstOutsideModuleScope
rule in the default preset, following this school of thinking. If you do not wish to use it, feel free to turn it off in your .jscsrc
file.
New Rules
- requireNumericLiterals @xtian
- requireSpread @xtian
- disallowConstOutsideModuleScope @rwjblue
- Rules from jscs-ember-deprecations @rwjblue @minichate
Other Changes
- #90 Remove 1.x compatibility code
- #99-#101 Upgrade Ember CLI and other dependencies @twokul @brzpegasus