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

Releases: Joezo/atom-jshint

v1.5.0

28 Oct 16:36
Compare
Choose a tag to compare

Updated jshint by removing the bundled version and installing it via apm/npm instead.

Fixes issue with multiple panes

26 Jun 17:26
Compare
Choose a tag to compare

Line errors are now highlighted in the correct pane.

This fixes issue #32

Clickable errors in error panel

26 Jun 14:41
Compare
Choose a tag to compare

Thanks again to @sjurba for making this happen..

You should now be able to click on an error and it will move your cursor to the relevant position in the editor.

Also fixed an issue with being able to update from versions 1.3.x

If you are having this issue, I apologise. You will need to disable the package and then uninstall it. Then reinstall the new version.

Reload config files automatically

26 Jun 08:58
Compare
Choose a tag to compare

Thanks for @sjurba for the hard work he put into making this happen.

Atom-jshint now watches all jshintrc files and will actually recognise nested jshintrc files.

v1.2.0

12 Mar 19:02
Compare
Choose a tag to compare

Now looks up the tree for your .jshintrc file, beginning at the project root.

Thanks to @sharky3112 for getting this done.

v1.1.1

09 Mar 19:41
Compare
Choose a tag to compare

Removed the use of buffer.transact as it was left over from the beginning.

v1.1.0

06 Mar 20:34
Compare
Choose a tag to compare

Some major performance enhancements were added this in version. Namely splitting the "hinting" of the code into a worker process, which dramatically increased speed! Thanks for @mattapperson for sorting that one out!