Releases: AtomLinter/linter-coffeelint
Releases · AtomLinter/linter-coffeelint
v1.0.2
- Add angular coffeescript to sources (#49)
v1.0.1
- Remove unused global variable (#45)
- Fix a bug in how
configFinder
is called (00cc305)
v1.0.0
- Removed the old linter provider. Now this only uses Linter's 1.0 API
v0.2.4
- Fixed a mistake that was causing the local CoffeeLint to not load
- Add a message if your local CoffeeLint needs to be upgraded
v0.2.3
- Resolve local coffeelint based on the original filename, not the temporary filename.
- Upgrade coffeelint to 1.9.5
v0.2.1
- Small patch to wrap calls to CoffeeLint. This should prevent blocking atom when there are errors.
v0.2.0
- Switched to using CoffeeLint as a library instead of calling out to a command and parsing the output.
0.1.7
- Fix a broken link for CoffeeLint