Releases: Joezo/atom-jshint
v1.5.0
Fixes issue with multiple panes
Line errors are now highlighted in the correct pane.
This fixes issue #32
Clickable errors in error panel
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
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
v1.1.1
v1.1.0
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!