Skip to content

Releases: azawawi/atom-perl6-editor-tools

v0.9.15

24 Feb 07:52
Compare
Choose a tag to compare
  • Fix #5: Document snippets in markdown

v0.9.14

23 Feb 09:03
Compare
Choose a tag to compare
  • Add more animated gif screencasts in README.md

v0.9.13

23 Feb 09:03
Compare
Choose a tag to compare
  • Optimize help index for faster load time

v0.9.12

21 Feb 08:56
Compare
Choose a tag to compare
  • Add more documentation about file icons and its workaround
  • Add setting options to toggle the following features (Atom restart needed):
    • Context-senstive help hyperclick
    • Syntax check linter
    • File icons support

v0.9.11

17 Feb 09:35
Compare
Choose a tag to compare
  • Fix issue #12
  • Require new versions of dependencies namely q and atom-package-deps
  • Activate the plugin once the dependencies are properly installed by atom-package-deps

v0.9.10

15 Feb 10:00
Compare
Choose a tag to compare
  • Fix syntax check linter ANSI escape sequence removal and error message parsing
  • Refactor the remaining CoffeeScript CSON files to JSON. This includes tests, keymaps, menus and snippets

v0.9.9

13 Feb 06:25
Compare
Choose a tag to compare
  • Fix POD preview double bars
  • Handle also .pm and .pl file types for camelia icons in tree view
  • Fix syntax check linter error "undefined length"

v0.9.8

12 Feb 04:04
Compare
Choose a tag to compare
  • 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

10 Feb 11:25
Compare
Choose a tag to compare
  • 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

10 Feb 11:25
Compare
Choose a tag to compare
  • 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