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

Latest commit

 

History

History
688 lines (430 loc) · 40.9 KB

CHANGELOG.md

File metadata and controls

688 lines (430 loc) · 40.9 KB

3.1.19 (2020-01-28)

Bug Fixes

  • deps: update dependency jshint to v2.11.0 (d1ab9c3)

3.1.18 (2019-12-18)

Bug Fixes

  • deps: update dependency jshint to v2.10.3 (b929ac5)

3.1.17 (2019-09-13)

Bug Fixes

  • update package-lock.json for security audit (6d139d7)

3.1.16 (2019-04-22)

Bug Fixes

  • deps: update dependency atom-package-deps to v5.1.0 (4abe4d8)

3.1.15 (2019-03-13)

Bug Fixes

  • deps: update dependency jshint to v2.10.2 (9485783)

3.1.14 (2019-02-06)

Bug Fixes

  • deps: pin remaining dependencies (dc01923), closes #627

3.1.13 (2019-02-05)

Bug Fixes

  • deps: update dependency jshint to v2.10.1 (a83e30f)

3.1.12 (2019-02-05)

Bug Fixes

  • deps: update dependency jshint to v2.10.0 (716cd1a)

3.1.11 (2019-01-20)

Bug Fixes

  • deps: update dependency jshint to v2.9.7 (e236c2f)

3.1.10 (2019-01-20)

Bug Fixes

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

3.1.9 (2018-09-27)

Bug Fixes

  • deps: update dependency jshint to v2.9.6 (d663243)

3.1.8 (2018-05-06)

Bug Fixes

  • package: update jshint-json to version 2.0.0 (a11590e)

3.1.7 (2018-05-06)

Bug Fixes

  • package: update shelljs to version 0.8.0 (#556) (6382677)

Change Log

v3.1.6 (2017-09-25)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • .jshintignore is being ignored on Windows #514
  • Bring ignore behavior inline with JSHint #515 (Arcanemagus)

v3.1.5 (2017-06-29)

Full Changelog

Implemented enhancements:

v3.1.4 (2017-06-23)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Atom Helper using 100% of CPU on Mac OS when escaping new lines '' for a big string #410

v3.1.3 (2017-06-23)

Full Changelog

Implemented enhancements:

Fixed bugs:

v3.1.2 (2017-05-10)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • "Disable when no jshintrc..." option still broken #396
  • Fix logic when there is a config file #398 (Arcanemagus)

v3.1.1 (2017-05-08)

Full Changelog

Fixed bugs:

  • Disable when no .jshintrc option broken #391
  • Wait on home config check response #392 (Arcanemagus)

v3.1.0 (2017-05-08)

Full Changelog

Implemented enhancements:

Fixed bugs:

v3.0.3 (2017-03-02)

Full Changelog

Implemented enhancements:

v3.0.2 (2016-12-13)

Full Changelog

Implemented enhancements:

v3.0.1 (2016-10-14)

Full Changelog

Implemented enhancements:

Fixed bugs:

v3.0.0 (2016-09-26)

Full Changelog

Implemented enhancements:

Fixed bugs:

v2.1.0 (2016-04-09)

Full Changelog

Implemented enhancements:

v2.0.4 (2016-03-31)

Full Changelog

Implemented enhancements:

v2.0.3 (2016-03-11)

Full Changelog

Implemented enhancements:

Fixed bugs:

v2.0.2 (2016-02-17)

Full Changelog

Fixed bugs:

  • TypeError: Cannot read property 'length' of undefined #213
  • Don't go negative on line/col #220 (Arcanemagus)

v2.0.1 (2016-02-17)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Stopped working with v2.0.0 #214
  • gulpfile.babel.js error #209
  • Add back a guard for the HTML JS extraction #219 (Arcanemagus)

v2.0.0 (2016-02-15)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.3.1 (2016-02-10)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.3.0 (2016-02-01)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.2.2 (2015-12-31)

Full Changelog

Merged pull requests:

v1.2.1 (2015-10-02)

Full Changelog

Implemented enhancements:

v1.2.0 (2015-09-09)

Full Changelog

Implemented enhancements:

  • linter-jshint causes Atom to hang for up to 30 seconds on large files #162
  • Upgrade helper module #166 (steelbrain)

Fixed bugs:

  • Nothing works after installing without any output #164

v1.1.5 (2015-08-10)

Full Changelog

Merged pull requests:

v1.1.4 (2015-07-23)

Full Changelog

v1.1.3 (2015-07-22)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.1.2 (2015-07-19)

Full Changelog

Fixed bugs:

  • Latest 1.1.1release seems to no longer recognize .jshintrc in project #140
  • Use child_process.fork instead of child_process.spawn #137
  • spawn EACCES Error at all the Times #133

Merged pull requests:

v1.1.1 (2015-07-18)

Full Changelog

Implemented enhancements:

v1.1.0 (2015-07-17)

Full Changelog

Implemented enhancements:

  • Extract Option - JavaScript inside HTML #106
  • Respect JSHint Configrautions #31
  • Expose jshint options #30
  • Add option for linting inline JavaScript #132 (jackmu95)
  • Some refactoring #131 (jackmu95)

Fixed bugs:

  • Invalid result received from JSHint #130
  • Upcoming linter changes #96
  • Long running process and high CPU usage #95
  • When linting only when rc file detected is enabled, linting does not happen, event when the rc file is present in the project root #94
  • HTML gets parsed by linter-jshint / add option to only lint .js files #50
  • JSHint is showing errors in HTML files (not in scripts) #49
  • Linter doesn't seem to respect jshintrc file #38
  • Escape JSHint Messages in Editor #36
  • JSHint breaks Emmet in HTML files #32
  • Error on jekyll-powered HTML files #21
  • Nunjucks templates are being detected as Javascript #20

Merged pull requests:

v1.0.5 (2015-07-13)

Full Changelog

Implemented enhancements:

  • Warnings are errors since 1.0.0 #119

Fixed bugs:

  • Error pop-ups, after 1.0.4 update #129
  • Check Console Error after 1.0.4 upgrade #128
  • Uncaught Error: write EPIPE #126
  • The bubble notification does not appear #125
  • Error linter with version 1.0.4 #124
  • I got error while upgrade to the latest version #123

v1.0.4 (2015-07-10)

Full Changelog

Implemented enhancements:

  • Look for config in package.json #25

v1.0.3 (2015-07-10)

Full Changelog

Fixed bugs:

  • write EPIPE after the upgrade to 1.0.0 #117

v1.0.2 (2015-07-10)

Full Changelog

v1.0.1 (2015-07-10)

Full Changelog

Fixed bugs:

  • Missing source file causes "jshint not found" error #113

v1.0.0 (2015-07-10)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.1.7 (2015-06-25)

Full Changelog

Fixed bugs:

  • 'Disable when no .jshintrc file found in path' is broken #40

Merged pull requests:

  • defines config as a property instead of a variable #99 (maxcnunes)

v0.1.6 (2015-06-03)

Full Changelog

v0.1.5 (2015-05-21)

Full Changelog

v0.1.4 (2015-05-08)

Full Changelog

Implemented enhancements:

  • respect .jshintignore #42

Merged pull requests:

  • Move atom.config observer to disposables container #89 (avdg)

v0.1.3 (2015-05-08)

Full Changelog

Fixed bugs:

  • Uncaught TypeError: undefined is not a function #64
  • Package.getActivationCommands is deprecated. #60
  • Package.activateConfig is deprecated. #59
  • Config.unobserve is deprecated. #52
  • This should fix #60/#67/#68 and #59/#66, i. e. "Package.getActivationCom... #71 (d4k0)

Merged pull requests:

v0.1.2 (2015-04-12)

Full Changelog

Merged pull requests:

v0.1.1 (2015-04-06)

Full Changelog

Implemented enhancements:

  • Changelog #39
  • Add code in message to help developer #27

Merged pull requests:

v0.1.0 (2014-08-15)

Full Changelog

Merged pull requests:

  • Specify command as array to fix paths with spaces #35 (postcasio)

v0.0.18 (2014-08-13)

Full Changelog

Implemented enhancements:

  • Add option for syntax types #12

Merged pull requests:

v0.0.17 (2014-05-26)

Full Changelog

Merged pull requests:

  • fix(json): remove json of scope #17 (iam4x)

v0.0.16 (2014-05-20)

Full Changelog

Merged pull requests:

  • Added json to supported source languages #15 (kitch)

v0.0.15 (2014-05-16)

Full Changelog

Merged pull requests:

  • chore(isNodeExecutable): use new property isNodeExecutable from Linter #11 (iam4x)

v0.0.14 (2014-05-15)

Full Changelog

Implemented enhancements:

  • .jshintrc config file ignored #7

Merged pull requests:

  • feat(node): use the node binary from Atom.io editor. #10 (iam4x)
  • Fixed typo #9 (pborreli)

v0.0.13 (2014-05-13)

Full Changelog

Merged pull requests:

  • feat(jshintrc): Use .jshintrc if present in directory #8 (iam4x)

v0.0.12 (2014-05-10)

Full Changelog

v0.0.11 (2014-05-10)

Full Changelog

v0.0.10 (2014-05-10)

Full Changelog

v0.0.9 (2014-05-08)

Full Changelog

v0.0.8 (2014-05-08)

Full Changelog

v0.0.7 (2014-05-08)

Full Changelog

Merged pull requests:

  • fix(conf): changed path default config #6 (iam4x)

v0.0.6 (2014-05-08)

Full Changelog

v0.0.5 (2014-05-06)

Full Changelog

Implemented enhancements:

  • Auto-Install JSHINT Dependency #1

v0.0.4 (2014-05-05)

Full Changelog

Merged pull requests:

v0.0.3 (2014-04-22)

Full Changelog

v0.0.2 (2014-04-18)

Full Changelog

v0.0.1 (2014-04-18)

* This Change Log was automatically generated by github_changelog_generator