summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2023-10-09 12:28:03 -0400
committerbscan <10503608+bscan@users.noreply.github.com>2023-10-09 12:28:03 -0400
commitdde2ce2149285f84f45063e44e5adc46af48ad4b (patch)
treee78e78af004b9c84546f3030c5386a633f922396 /CHANGELOG.md
parent084cb4ddc874b286731f4ec95468d0db5ab97558 (diff)
downloadPerlNavigator-dde2ce2149285f84f45063e44e5adc46af48ad4b.zip
Bumping version
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0d27a9..99dd797 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+
+## 0.7.0 2023-10-09
+- No new features, no new bugs 🤞.
+- Large refactor of the tagger. Migrated from Perl to Typescript. This should enable a variety of features moving forward that require a Perl parser.
+- Now depends on TextMate grammars as implemented using Oniguruma in WebAssembly
+
## 0.6.3 2023-09-23
- Allow server to be installed with npm i -g perlnavigator-server
@@ -8,9 +14,11 @@
- Support for Dancer/Dancer2 with syntax highlighting and detection of HTTP routes as symbols
- Bug fix to show "is not exported by" syntax errors on the line where the module is imported
+
## 0.5.9 2023-07-09
- Support for perlParams which helps with Carton, Docker, Carmel support, etc. Thanks @marlencrabapple https://github.com/bscan/PerlNavigator/pull/68
+
## 0.5.8 2023-07-08
- Better support for use feature 'class': improved navigation, syntax highlighting fixes, critic on :param, critic on :isa()
- Fix "blinking" of diagnostics from multiple simulatenous runs