Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

Latest commit

 

History

History
326 lines (197 loc) · 19.1 KB

CHANGELOG.md

File metadata and controls

326 lines (197 loc) · 19.1 KB

Change Log

v2.1.1 (2018-02-01)

Full Changelog

Implemented enhancements:

Fixed bugs:

v2.1.0 (2017-05-10)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • PYTHONPATH hacks break inner pylint imports #104
  • Remove hardcoded PYTHONPATH hack. #213 (ddaanet)

v2.0.1 (2017-03-30)

Full Changelog

Fixed bugs:

  • linter-pylint wont work after update to 2.0.0 #206
  • Rename range to position #207 (Arcanemagus)

v2.0.0 (2017-03-29)

Full Changelog

Implemented enhancements:

  • Error running Pylint Error: Process execution timed out #204
  • PyLint console does not contain any web hyperlinks + unable to copy/paste #77
  • Rename executable to executablePath #153

Fixed bugs:

  • Relative imports not working (Django) #110
  • Bad warning: C0103 invalid module name "atom-linter_7080..." at line 1 col 0 in .../__init__.py #57
  • Linter v2 #205 (Arcanemagus)

v1.2.3 (2017-03-18)

Full Changelog

Implemented enhancements:

Fixed bugs:

v1.2.2 (2016-09-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

v1.2.1 (2016-07-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Pylint is executed in an Unicode-incompatible way. #135
  • Linter produces yellow marks in editor, but error/warning popup will not show #82
  • Linter cannot find pylint #80
  • Support virtualenv #75
  • Force environment encoding to UTF-8 #152 (Arcanemagus)
  • ES6 Rewrite #151 (Arcanemagus)
  • Update README URLs based on HTTP redirects #150 (ReadmeCritic)
  • Update atom-linter to 4.x #103 (SpainTrain)

v1.2.0 (2015-12-02)

Full Changelog

Implemented enhancements:

  • Allow %f in pythonpath for linting relative imports #98 (rainyday)

v1.1.2 (2015-12-01)

Full Changelog

Implemented enhancements:

  • add \r to regex for atom-linter on windows #97 (rainyday)

v1.1.1 (2015-11-30)

Full Changelog

Fixed bugs:

v1.1.0 (2015-11-30)

Full Changelog

Implemented enhancements:

  • Update atom-linter and fix specs #95 (Arcanemagus)
  • Allow use of project and file dir in rcfile, cwd, pythonpath. #91 (rainyday)

Fixed bugs:

  • PYTHONPATH does not work #86
  • actually use PYTHONPATH environment variable #93 (d70-t)

v1.0.5 (2015-11-22)

Full Changelog

Fixed bugs:

  • TypeError: Cannot read property 'length' of undefined #78

v1.0.4 (2015-11-20)

Full Changelog

Implemented enhancements:

Fixed bugs:

v1.0.3 (2015-10-05)

Full Changelog

Implemented enhancements:

v1.0.2 (2015-10-02)

Full Changelog

Implemented enhancements:

v1.0.1 (2015-09-28)

Full Changelog

Implemented enhancements:

  • Install linter automatically. #63
  • Add Mike S as a maintainer #59
  • Per project .pylintrc file configuration #45
  • Show linter codes #28
  • Lint also Django Python files #17
  • Install linter with atom-package-deps #64 (SpainTrain)

Fixed bugs:

  • Donate button image 403 #68
  • Issue with On-The-Fly linting #54
  • Object.activate is deprecated. #49
  • Not all errors are show!? #46
  • Upcoming linter changes #41
  • Linting on temporary files means imports don't work #23
  • Do not undraw current lint issues unless they are fixed #11
  • Remove donate link from README, broken image link #69 (miigotu)
  • README: Update with latest config parameters #56 (SpainTrain)

v1.0.0 (2015-08-17)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Config.unobserve is deprecated. #31
  • Deprecated: 'activationEvents' #29

v0.2.2 (2015-05-21)

Full Changelog

Fixed bugs:

v0.2.1 (2015-02-26)

Full Changelog

Fixed bugs:

v0.2.0 (2014-12-15)

Full Changelog

Implemented enhancements:

  • Specify pylint path and .pylintrc path as settings #16
  • Switching between pylint executables for py2 and py3 #14
  • Add support for configuration and removed executable check #24 (evilhamsterman)

Fixed bugs:

  • Work when pylint is called pylint-script.py #13
  • Uncaught Error: spawn ENOENT #12
  • fix #13 #19 (fnkr)

v0.1.5 (2014-08-18)

Full Changelog

Fixed bugs:

  • Remove space from msg-template in cmd & regex #15

v0.1.4 (2014-08-13)

Full Changelog

v0.1.3 (2014-07-29)

Full Changelog

Implemented enhancements:

  • Show message ids in lint messages #10 (dmnd)
  • Use project root as cwd #8 (dmnd)

Fixed bugs:

  • Respect linter.lintDebug config #9 (dmnd)

v0.1.2 (2014-06-24)

Full Changelog

Fixed bugs:

  • Uncaught TypeError: Object #<LinterPylint> has no method 'getCmd' #4
  • Now using getCmdAndArgs. Fixes #4 #5 (sebdah)
  • Fixed debug-output, implemented use of cwd for pylint-check #3 (florianb)

v0.1.0 (2014-05-26)

Full Changelog

v0.0.1 (2014-05-26)

Full Changelog

Implemented enhancements:

v0.0.4 (2014-05-12)

Full Changelog

* This Change Log was automatically generated by github_changelog_generator