From 61f6eaff97081c9307e0217b28a1bbe7f83456fb Mon Sep 17 00:00:00 2001 From: bscan <10503608+bscan@users.noreply.github.com> Date: Sun, 15 Oct 2023 18:58:29 -0400 Subject: [PATCH] Bumping version and filling out changelog --- CHANGELOG.md | 7 +++++++ package.json | 2 +- server/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54100fa..e69c30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.7.2 2023-10-15 +- Leveraging the new parser for variety of features: +- Subroutine signatures visible while typing, and on hover (includes support for methods, corinna, etc) +- Navigation improved by just-in-time parsing. Fixes off-by-one line errors and Moo attributes. +- Foo::Bar->new(...)->func is now recognized as Foo::Bar->func() +- Thank you to IAKOBVS for code reviews and pull requests with speed improvements, readability improvement, and bug fixes + ## 0.7.1 2023-10-09 - Migrating browser version to new parser. Still not unified, but much closer. diff --git a/package.json b/package.json index e447519..5d84bba 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Code navigation, autocompletion, syntax checking, and linting for Perl", "author": "bscan", "license": "MIT", - "version": "0.7.1", + "version": "0.7.2", "icon": "images/camel_icon.png", "repository": { "type": "git", diff --git a/server/package.json b/server/package.json index 1d2c46c..43156f5 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "perlnavigator-server", "description": "Perl language server", - "version": "0.7.1", + "version": "0.7.2", "author": "bscan", "license": "MIT", "engines": {