4.2.4 (2020-02-13)
- deps: update dependency globule to v1.3.1 (e26578e)
4.2.3 (2020-01-05)
- deps: update dependency globule to v1.3.0 (6eaca61)
4.2.2 (2019-04-22)
- deps: update dependency atom-package-deps to v5.1.0 (3f4b8e3)
4.2.1 (2019-02-06)
4.2.0 (2019-01-20)
- upgrade to linter API v2 (b2a177a)
4.1.4 (2019-01-20)
- deps: update dependency atom-package-deps to v5 (e1a753f)
- Remove unused styles that were triggering deprecation warnings (#318)
- Update JSCS to v3.0.7 (#283)
- This is the LAST release ever for JSCS
- Only activate
linter-jscs
when it could be used (#295)
- Update JSCS to v3.0.5 (#272)
- Update JSCS to v3.0.4 (#262)
- Remove the non-existant Yandex preset (#253)
- No longer attempt to run fix-on-save on a destroyed editor (#247)
- Don't run Fix-on-Save on HTML files, that method doesn't support them (#250)
- Update to JSCS v3.0.3
- Add a command to trigger fixing (#212)
- Update JSCS to v2.11.0
- Fix (#197) by unifying config discovery.
- Fix (#196) where linting was happening without config file
- Revert old behavior of skipping local preset if there is a config file.
- Change
onDidSave
toonWillSave
- Support Linting of Inline JS (#110)
- Fix Bug With JSON Files Being Parsed (#174)
- Upgrade JSPM to 2.9.0
- Merge Package Options with .jscsrc file
- Use
rangeFromLineNumber
to highlight errors
- Fix Incorrect Column Number on Errors (#122)
- Add Tests
- Skip Excluded Files (#154)
- Fix a race condition (#151)
- Update dependencies
- Add config file path option (#129)
- maintain cursor position after fix (#125)
- Add idiomatic preset (#119)
- Add two new error types
- Add name for linter
Bug fixes
- Error with
esnext
option - Bug with
package.json
and.jscsrc
config not correctly loaded
Features
- Rewrite to ES6 (#71)
- Support
atom-linter
1.0 API (#71) - Support
jscs
2.0.0 - Support
esnext
option (babel)
Features
- Add
node-style
preset (#68)
Bug fixes
- Support
excludeFiles
rules (#57)
Features
- Can select type of lint message (#50)
Bug Fixes
Features
- Add option to disable linter when no config file is found (#18)
- Add grunt preset to configuration (#32)
Bug Fixes
- Fix config path splitting in order to be OS agnostic (#35)
Improvements
-
Changed the way linter messages are parsed. (#21)
-
Added JSX support with
esprima-fb
, enableharmony
option and install Atom React package. -
Added
verbose
option, prepends the name of the offending rule to all error messages. -
Added support of
package.json
config file (#28).
Features
- Added a new
harmony
option, to enable ES6 linting
Bug Fixes
- Fixed .jscsrc file breaking linter-jscs (#15)