Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
247 lines (131 loc) · 7.04 KB

CHANGELOG.md

File metadata and controls

247 lines (131 loc) · 7.04 KB

4.2.4 (2020-02-13)

Bug Fixes

  • deps: update dependency globule to v1.3.1 (e26578e)

4.2.3 (2020-01-05)

Bug Fixes

  • deps: update dependency globule to v1.3.0 (6eaca61)

4.2.2 (2019-04-22)

Bug Fixes

  • deps: update dependency atom-package-deps to v5.1.0 (3f4b8e3)

4.2.1 (2019-02-06)

Bug Fixes

  • deps: pin remaining dependencies (2d01dd8), closes #363

4.2.0 (2019-01-20)

Features

  • upgrade to linter API v2 (b2a177a)

4.1.4 (2019-01-20)

Bug Fixes

  • deps: update dependency atom-package-deps to v5 (e1a753f)

Change Log

v4.1.3

v4.1.2

  • Update atom-linter to v9.0.0 (#323)
  • Handle editors with no path in Fix-on-Save (#328)

v4.1.1

  • Remove unused styles that were triggering deprecation warnings (#318)

v4.1.0

  • 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)

v4.0.5

  • Update atom-linter to v6.0.0 (#273)
  • Update JSCS to v3.0.6 (#278)

v4.0.4

  • Update JSCS to v3.0.5 (#272)

v4.0.3

  • Update JSCS to v3.0.4 (#262)

v4.0.2

  • Remove the non-existant Yandex preset (#253)
  • No longer attempt to run fix-on-save on a destroyed editor (#247)

v4.0.1

  • Don't run Fix-on-Save on HTML files, that method doesn't support them (#250)

v4.0.0

  • Update to JSCS v3.0.3

v3.5.0

  • Add a command to trigger fixing (#212)
  • Update JSCS to v2.11.0

v3.4.10

v3.4.9

  • Fix (#197) by unifying config discovery.

v3.4.8

  • Fix (#196) where linting was happening without config file

v3.4.7

  • Revert old behavior of skipping local preset if there is a config file.
  • Change onDidSave to onWillSave

v3.4.6

  • Support Linting of Inline JS (#110)

v3.4.5

  • Add <none> "preset" option (#178)
  • Fix merging of configPath property (#176)

v3.4.4

  • Fix Bug With JSON Files Being Parsed (#174)

v3.4.2

  • Upgrade JSPM to 2.9.0
  • Merge Package Options with .jscsrc file

v3.4.1

  • Use rangeFromLineNumber to highlight errors

v3.4.0

  • Fix Incorrect Column Number on Errors (#122)

v3.3.1

  • Add Tests

v3.3.0

  • Skip Excluded Files (#154)

v3.2.2

  • Fix a race condition (#151)

v3.2.1

  • Update dependencies

v3.2.0

  • Add config file path option (#129)

v3.1.2

  • maintain cursor position after fix (#125)

v3.1.1

  • Add idiomatic preset (#119)

v3.1.0

  • Add two new error types
  • Add name for linter

v2.0.1 - 28/07/2015

Bug fixes

  • Error with esnext option
  • Bug with package.json and .jscsrc config not correctly loaded

v2.0.0 - 28/07/2015

Features

  • Rewrite to ES6 (#71)
  • Support atom-linter 1.0 API (#71)
  • Support jscs 2.0.0
  • Support esnext option (babel)

v1.13.0 - 21/07/2015

Features

  • Add node-style preset (#68)

Bug fixes

  • Support excludeFiles rules (#57)

v1.11.0 - 05/04/2015

Features

  • Can select type of lint message (#50)

Bug Fixes

  • Fix deprecation warning (#48)
  • Fix harmony setting description (#46)

v1.7.0 - 02/25/2015

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)

v1.6.0 - 02/17/2015

Improvements

  • Changed the way linter messages are parsed. (#21)

  • Added JSX support with esprima-fb, enable harmony 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).

v1.5.0 - 02/17/2015

Features

  • Added a new harmony option, to enable ES6 linting

v1.4.9 - 08/09/2014

Bug Fixes

  • Fixed .jscsrc file breaking linter-jscs (#15)