Releases: azawawi/atom-perl6-editor-tools
Releases · azawawi/atom-perl6-editor-tools
v0.10.5
Attempt to fix vulnerability. This is a bad release that was fixed in later v0.10.6. Sorry for any inconvenience.
v0.10.4
- Fix context sensitive help to work again https://doc.perl6.org.
- Remove dead code from unimplemented menu items.
v0.10.3
- Remove unimplemented menu items.
- Fix context sensitive help not opening the correct doc.perl6.org help url.
v0.10.2
- Replace ANSI color escaping with disabling environment variable
RAKUDO_ERROR_COLOR
. This fixes #30.
- Fix
atom-linter
missing dependency regression.
v0.10.1
- Remove experimental refactor support.
- Depend on file-icons. Remove atom tree view/css workaround.
v0.10.0
- Remove App::Mi6 experimental feature
- PR #31: Update package-deps to use the new package for P6 highlighting
- PR #25: Linter fixes
- Fix #21: Capture column number from error message
- Various linter fixes
v0.9.18
- Fix #16: Standard output in BEGIN {} blocks causes wrong syntax check linter failures
- Fix missing library include issue with "Run Tests" via prove
- Add mi6 test build target and check for App::Mi6 and warn if otherwise
v0.9.17
- Important: Apply workaround to fix Perl 6 file icons not showing up on atom startup. This is related to issue #13
- Add initial experimental plumbing for Perl 6 refactor (Not working at the moment)
- Add initial experimental plumbing for "New Perl Script/Project" (Not working at the moment)
v0.9.16
- Fix markdown for snippet. This is a quick patch release for 0.9.15