Help language development. Donate to The Perl Foundation
# Changelog for App::Perl6LangServer ## 0.2.0 - :tada: Add experimental hover support. - :arrow_up: Switch to JSON::Tiny for slower but more correct JSON output. ## 0.1.2 - :bug: Fix dependency meta data. - :white_check_mark: Add author tests for meta data. ## 0.1.1 - :construction_worker: Fix Travis CI on macOS by installing rakudo-star. - :books: Update documentation. - :tada: Add experimental regex-based outline view support. ## 0.0.2 - :bug: Fix `00-compile.t` copy & paste errors. - :hammer: Remove dead debugging code. - :construction_worker: Add Travis / AppVeyor CI with README badges ## 0.0.1 - First release - :tada: :art: Refactor out this project from [`IDE-Perl6`]( https://github.com/azawawi/ide-perl6).