Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeout committed Jan 14, 2019
1 parent 938cdf6 commit 2f8122c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.1.2] - 2019-01-15

### Added

* Experimentally implemented
* Go To Definition
* `interface`
* `prefix-list`
* `policy-statement`
* `community`
* `as-path`
* `as-path-group`
* `firewall-filter`
* Completion and validation based on defined symbols


## [0.1.1] - 2019-01-10

### Added
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,25 @@ The language server has the following language features:
* Syntax highlighting
* Thanks to woodjme's [vscode-junos-syntax](https://github.com/woodjme/vscode-junos-syntax)

### Experimental Features

:warning: These features may work, but still under development. The behavior might be changed :warning:

* Go To Definition
* `interface`
* `prefix-list`
* `policy-statement`
* `community`
* `as-path`
* `as-path-group`
* `firewall-filter`


## Screen Shot

![Screen Shot](docs/images/screen_shot01.gif)
![Screen Shot](docs/images/screen_shot02.gif)


## Copyright and License

Expand Down
Binary file added docs/images/screen_shot02.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Junos for Visual Studio Code",
"author": "Shintaro Kojima",
"license": "MIT",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/codeout/vscode-junos"
Expand Down

0 comments on commit 2f8122c

Please sign in to comment.