Skip to content

Commit

Permalink
Closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Feb 15, 2017
1 parent 932da27 commit 43a14cf
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 52 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
## Version 0.8.0

* **Internal:** Grammar updated to support VSCode 1.9.0

## Version 0.7.0

* **New:** Go to Definition
* **New:** Peek Definition
* **New:** Find All References
* **New Command:** Pascal: Generate Tags
* **New Command:** Pascal: Update Tags

## Version 0.6.0

* **New:** Added _Formatters_ category for Marketplace (kudos to @waderyan)

## Version 0.5.0

* **New:** Updated Syntax definitions (basic types, hexadecimal values, operators, flow control and others)

## Version 0.4.1

* **Fix:** Toggle Line/Block Comment not working (issue [#8](https://github.com/alefragnani/vscode-language-pascal/issues/8))

## Version 0.4.0

* **New:** Go to Symbol

## Version 0.3.1

* **Fix:** Formatter settings not available (issue [#1](https://github.com/alefragnani/vscode-language-pascal/issues/1))

## Version 0.3.0

* **New:** Formatter added

## Version 0.2.0

* License updated

## Version 0.1.1

* Icon added for Marketplace

## Version 0.1.0

* Update to official guidelines

## Version 0.0.1

* Initial release
52 changes: 1 addition & 51 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,60 +193,10 @@ Update two tags:
}
```

# Changelog

## Version 0.7.0

* **New** Go to Definition
* **New** Peek Definition
* **New** Find All References
* **New Command:** Pascal: Generate Tags
* **New Command:** Pascal: Update Tags

## Version 0.6.0

* **New** Added _Formatters_ category for Marketplace (kudos to @waderyan)

## Version 0.5.0

* **New** Updated Syntax definitions (basic types, hexadecimal values, operators, flow control and others)

## Version 0.4.1

* **Fix:** Toggle Line/Block Comment not working (issue [#8](https://github.com/alefragnani/vscode-language-pascal/issues/8))

## Version 0.4.0

* **New:** Go to Symbol

## Version 0.3.1

* **Fix:** Formatter settings not available (issue [#1](https://github.com/alefragnani/vscode-language-pascal/issues/1))

## Version 0.3.0

* **New:** Formatter added

## Version 0.2.0

* License updated

## Version 0.1.1

* Icon added for Marketplace

## Version 0.1.0

* Update to official guidelines

## Version 0.0.1

* Initial release

# License

[MIT](LICENSE.md) © Alessandro Fragnani

---

[![Paypal Donations](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EP57F3B6FXKTU&lc=US&item_name=Alessandro%20Fragnani&item_number=vscode%20extensions&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) if you enjoy using this extension :-)
[![Paypal Donations](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EP57F3B6FXKTU&lc=US&item_name=Alessandro%20Fragnani&item_number=vscode%20extensions&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) a :coffee: if you enjoy using this extension :thumbsup:
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pascal",
"displayName": "Language Pascal",
"description": "Pascal support for Visual Studio Code",
"version": "0.7.0",
"version": "0.8.0",
"publisher": "alefragnani",
"galleryBanner": {
"color": "#4682B4",
Expand Down

0 comments on commit 43a14cf

Please sign in to comment.