Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
Update readme, changelog and version info for the v0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nevadascout committed Mar 13, 2017
1 parent a51e2c9 commit 01d0c45
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)_
Expand Down Expand Up @@ -60,14 +65,14 @@ 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:

- Find references
- 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
Expand Down
7 changes: 6 additions & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!)_
Expand Down
9 changes: 7 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)_
Expand Down Expand Up @@ -60,14 +65,14 @@ 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:

- Find references
- 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
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 01d0c45

Please sign in to comment.