Skip to content

Latest commit

 

History

History
203 lines (158 loc) · 4.84 KB

CHANGELOG.md

File metadata and controls

203 lines (158 loc) · 4.84 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

3.3.0 (2016-04-11)

Added

Changed

  • Option checkDevDependencies default to true

3.2.0 (2015-09-08)

Added

  • Dependencies:
    • atom-package-deps@^2.0.5

NOTE: From this version and on linter-js-standard doesn't need linter installed beforehand.

3.1.0 (2015-09-04)

Changed

3.0.2 (2015-09-03)

Fixed

  • Semistandard stop working after you use standard style
  • Linter doesn't lint when Markdown linting option is disabled

3.0.1 (2015-09-03)

Added

  • Support fenced code lint in markdown files

Fixed

Changed

  • Subscription event to cache file package.json settings to .onDidChangeActivePaneItem. This solved issue #37
  • Use the linter's node.js API instead of a child_process.execFile() call, making the linter supaaa fast! Partially suggested in issue #38.
  • Use a static version for the linters instead of ^x.x.x

2.4.0 (2015-08-04)

Added

  • New setting showEslintRules: Enable/disable show eslint rule name

2.3.0 (2015-08-04)

Changed

  • Dependencies update
    • ⬆️ standard@^5.0.0
    • ⬆️ semistandard@^7.0.2

2.2.0 (2015-07-24)

Changed

  • Switched from using file path to stdin
  • Dependencies update
    • ⬆️ atotm-linter@^3.0.0

Fixed

2.1.0 (2015-07-24)

Added

  • Support global vars in package.json

2.0.4 (2015-07-23)

Fixed

2.0.3 (2015-07-22)

Added

  • Warning message

2.0.2 (2015-07-22)

Fixed

  • Random errors thrown
    • no-style wasn't working

2.0.1 (2015-07-22)

Fixed

  • Still showing in Deprecation Cop that is needed to migrate to new API.
    • remove key linter-package from package.json

2.0.0 (2015-07-22)

Changed

  • Transpile code base from coffescript to javascript
  • AtomLinter new API migration

1.1.0 (2015-07-08)

Added

  • happiness linter

1.0.7 (2015-07-08)

Added

  • add cache: false to pkgConfig options

Changed

1.0.6 (2015-07-03)

Fixed

1.0.5 (2015-07-02)

Added

  • New dependencies
    • esprima
    • esprima-fb
  • More 2 custom parsers supported (esprima and esprima-fb)

1.0.4 (2015-07-01)

  • Reorganize code

1.0.3 (2015-07-01)

Fixed

  • When option checkDevDependencies was ticked and it didn't find any style on package.json it would throw a random error

1.0.2 (2015-07-01)

Changed

  • Documentation

1.0.1 (2015-07-01)

Fixed

  • Custom parser babel-eslint

1.0.0 (2015-07-01)

Added

  • Check project style in package.json devDependencies
  • Support to custom parser babel-eslint
  • Honor style settings
  • Add keywords to package.json
  • New dependencies
    • minimatch
    • pkg-config
    • find-root
    • babel-eslint

Changed

  • Documentation

0.3.0 (2015-06-10)

Changed

0.2.5 (2015-05-15)

Fixed

  • path is not defined
    • Related to a atom issue that was fixed in v0.199.0 release.

    Fixed an issue where fs and path would be accidentally available as global variables

0.2.4 (2015-05-13)

Removed

  • text.html.basic from grammar scope

0.2.3 (2015-05-08)

Fixed

0.2.2 (2015-05-07)

Fixed

  • Deprecate call to AtomLinter API
    • replace key activationEvents to activationCommands in package.json

0.2.1 (2015-05-04)

Changed

  • Documentation

0.2.0 (2015-05-04)

Added

  • semistandard linter

0.1.5 (2015-04-19)

Changed

  • Change stream from stderr to stdout

0.1.4 (2015-05-05)

Added

  • soruce.js.jsx files to grammarScope

0.1.3 (2015-04-03)

Changed

Fixed

  • cwd

0.1.2 (2015-04-01)

Changed

  • Documentation

0.1.1 (2015-04-01)

Changed

  • Documentation

0.1.0 (2015-03-13)

Added

  • standard linter