From 01d0c4508b36ae9807e9a564f4ebff2b976296a3 Mon Sep 17 00:00:00 2001 From: nevada_scout Date: Mon, 13 Mar 2017 22:28:05 +0000 Subject: [PATCH] Update readme, changelog and version info for the v0.3.3 release --- README.md | 9 +++++++-- client/CHANGELOG.md | 7 ++++++- client/README.md | 9 +++++++-- client/package.json | 2 +- server/package.json | 2 +- 5 files changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e1aa6c8..7fe5a10 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,12 @@ You can also set `php.suggest.basic` to `false` to disable VS Code's built-in ph --- -## What's new in v0.3.2 (latest release) +## What's new in v0.3.3 (latest release) +- Document symbol provider - view top level symbols in the current file +- Workspace symbol provider - view top level symbols throughout the workspace +- Performance improvements + +## What's new in v0.3.2 - **Added go to definition on classes, traits & interfaces** - Fix several bugs introduced in v0.3.1 - Namespace insert text should be prefixed with a backslash _(Thanks @TheColorRed for pointing out this mistake!)_ @@ -60,6 +65,7 @@ You can also set `php.suggest.basic` to `false` to disable VS Code's built-in ph - Optionally for built-in PHP functions and classes (such as PDO) - **Go to definition** on classes, interfaces and traits - Peek definition on classes, interfaces and traits +- Document & workspace symbol providers ## Planned Features: @@ -67,7 +73,6 @@ You can also set `php.suggest.basic` to `false` to disable VS Code's built-in ph - Signature provider to show method parameter suggestions - Hover provider to show information about symbol under the cursor - Full go-to/Peek definition on variables, methods, properties, etc -- List symbols - PhpDoc support (both for reading and writing documentation) ## User Feedback diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 066f953..8c9331e 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,4 +1,9 @@ -# v0.3.2 (latest release) +# v0.3.3 (latest release) +- Document symbol provider - view top level symbols in the current file +- Workspace symbol provider - view top level symbols throughout the workspace +- Performance improvements + +# v0.3.2 - **Added go to definition on classes, traits & interfaces** - Fix several bugs introduced in v0.3.1 - Namespace insert text should be prefixed with a backslash _(Thanks @TheColorRed for pointing out this mistake!)_ diff --git a/client/README.md b/client/README.md index e1aa6c8..7fe5a10 100644 --- a/client/README.md +++ b/client/README.md @@ -24,7 +24,12 @@ You can also set `php.suggest.basic` to `false` to disable VS Code's built-in ph --- -## What's new in v0.3.2 (latest release) +## What's new in v0.3.3 (latest release) +- Document symbol provider - view top level symbols in the current file +- Workspace symbol provider - view top level symbols throughout the workspace +- Performance improvements + +## What's new in v0.3.2 - **Added go to definition on classes, traits & interfaces** - Fix several bugs introduced in v0.3.1 - Namespace insert text should be prefixed with a backslash _(Thanks @TheColorRed for pointing out this mistake!)_ @@ -60,6 +65,7 @@ You can also set `php.suggest.basic` to `false` to disable VS Code's built-in ph - Optionally for built-in PHP functions and classes (such as PDO) - **Go to definition** on classes, interfaces and traits - Peek definition on classes, interfaces and traits +- Document & workspace symbol providers ## Planned Features: @@ -67,7 +73,6 @@ You can also set `php.suggest.basic` to `false` to disable VS Code's built-in ph - Signature provider to show method parameter suggestions - Hover provider to show information about symbol under the cursor - Full go-to/Peek definition on variables, methods, properties, etc -- List symbols - PhpDoc support (both for reading and writing documentation) ## User Feedback diff --git a/client/package.json b/client/package.json index 0f2dbf7..4514ba9 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ }, "icon": "images/php-256.png", "license": "MIT", - "version": "0.3.2", + "version": "0.3.3", "publisher": "HvyIndustries", "engines": { "vscode": "^1.8.0" diff --git a/server/package.json b/server/package.json index f07cae1..f74e836 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "crane-lang-server", "description": "The language server for Crane", - "version": "1.1.2", + "version": "1.1.3", "author": "HVY Industries", "license": "MIT", "engines": {