Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Files

Latest commit

d4ab64e · Nov 10, 2015

History

History
108 lines (72 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

108 lines (72 loc) · 1.96 KB

1.5.1 / 2015-11-10

  • fixing #43

1.5.0 / 2015-11-09

  • updating jslint version
  • adding ES6 support
  • updating README with es6 support (#27)
  • updating JSlint documentation link - fixes #39

1.4.0 / 2015-06-10

  • adding the new jslint version to config selection
  • updating jslint to 0.9.0
  • Fixed subscription / disposables issue

1.3.2 / 2015-05-05

  • updating amp

1.3.1 / 2015-04-20

  • upgrading to use getPaths (1.0 API) (#32)

1.3.0 / 2015-04-15

  • removing deprecated calls (#30, #31)

1.1.0 / 2015-02-09

  • adding titles to config settings
  • adding ability to choose jslint version

1.0.2 / 2015-02-03

  • making lint variables global (#21)
  • fixes issue #22

1.0.0 / 2015-01-20

  • total rewrite
    • now written i Coffeescript
    • now supports the new atom API
    • removing atom-keymap-plus
    • updating atom-message-panel to 1.1.4
    • updating jslint to 0.7.2
  • adding .editorconfig
  • adding LICENSE
  • removing static preview

0.10.2 / 2014-10-07

  • Escape BOM (thx to @ghoudmon)

0.10.1 / 2014-08-05

  • fixing an error on windows

0.10.0 / 2014-05-14

  • adding support for windows and linux

0.9.1 / 2014-04-30

  • fix the line indicator bug

0.9.0 / 2014-03-24

  • adding support for `.jslintrc´ config files

0.8.0 / 2014-03-14

  • adding option to hide if no errors was found
  • adding option to use fold mode as default

0.7.1 / 2014-03-14

  • adding a little bug icon for the fun of it
  • updating atom-message-panel to 0.3.0

0.7.0 / 2014-03-13

  • if a line has an error the line number will turn red
  • updating atom-message-panel to 0.2.*

0.6.3 / 2014-03-11

  • changing keycap to cmd-alt-l