Releases: azawawi/atom-perl6-editor-tools
Releases · azawawi/atom-perl6-editor-tools
v0.9.15
v0.9.14
v0.9.13
v0.9.12
v0.9.11
v0.9.10
v0.9.9
v0.9.8
- Add Camelia gray icons for Perl 6 file type in tree view. You need to collapse
and then expand the project tree panel for the first time due to an Atom
environment bug. - Disable language-perl (core) for a more Perl 6 fun editing experience on
startup - Improve code quality via refactoring, removing dead code and more delicious
code comments
v0.9.7
- Fix a regression where linter was not including the project lib folder
- Remove ANSI escape sequences noise from error messages on non-windows platforms
- Syntax check linter now uses the correct project directory
- Builder now uses the correct project directory for the active editor instead of using the first one
v0.9.6
- Merge #7 (linter)
- More robust error parsing in syntax check linter
- Fix a bug where the help text was not displaying the category and url
- Convert source code from CoffeeScript to ES6 via Babel
- Add eslint and babel-eslint to development dependencies