Skip to content

Commit

Permalink
add 0.0.5 changelog. and fix incorrect links and words in documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxingliu committed Mar 29, 2018
1 parent c416562 commit e28ef88
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# CHANGELOG

### 0.0.5 (2018-03-29)

1. fix invalid links in nginx documents.
2. add a configuration to enable/disable strict auto-completion.
3. update Nginx directives and variables to latest.

### 0.0.4 (2017-07-24)

1. update Nginx directives and variables to latest.
Expand All @@ -15,4 +23,4 @@
### 0.0.2 (2017-04-11)

1. fixed wrong description in `README.md`
2. add devDependencies into `package.json`
2. add devDependencies into `package.json`
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Welcome contributing:

- useful nginx.conf snippets reporting bug
- improving pull request
- reporting bug
- helpful pull request
- report bug

[Pull Request](pr) & [Issues](issues)
[Pull Request][pr] & [Issues][issues]

## Executing npm install

Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ You can report bug or send a feature suggestion in [Github Issues Page][issues].

## Functions

1. hint nginx directives and embedded variables
1. auto complete nginx directives and embedded variables
2. hint directive default parameters
3. hint directives syntax
4. nginx block snippets
5. "Goto Nginx Document" for each directives and variables

## Changelog

### 0.0.4 (2017-07-24)
### 0.0.5 (2018-03-29)

1. update Nginx directives and variables to latest.
2. add access_log into block server snippet
3. modify snippet project structure
1. fix invalid links in nginx documents.
2. add a configuration to enable/disable strict auto-completion.
3. update Nginx directives and variables to latest.

[CHANGELOG.md][changelog]

Expand All @@ -41,11 +41,11 @@ You can report bug or send a feature suggestion in [Github Issues Page][issues].
## Contributing to the Extension

- useful nginx.conf snippets
- report bug
- othe improving pull request
- report bug via Github issues
- helpful pull request
- give me coffee to make extension better and better via [Paypal][paypal]


[Pull Request](pr) & [Issues](issues)
[Pull Request][pr] & [Issues][issues]

[CONTRIBUTING.md](CONTRIBUTING.md)

Expand All @@ -60,3 +60,4 @@ You can report bug or send a feature suggestion in [Github Issues Page][issues].
[issues]: https://github.com/hangxingliu/vscode-nginx-conf-hint/issues
[pr]: https://github.com/hangxingliu/vscode-nginx-conf-hint/pulls
[changelog]: https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/master/CHANGELOG.md
[paypal]: https://www.paypal.me/hangxingliu

0 comments on commit e28ef88

Please sign in to comment.