Skip to content

Commit

Permalink
updated CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Dec 14, 2016
1 parent b709b16 commit c6d42e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## 0.2.1

* Fixed issue where opening a second workspace with a NextGenAS project would result in an error.
* Fixed issue where completion would incorrectly show generated classes from `[Embed]` metadata.
* Fixed issue where completion of local scope would include duplicate entries for getters and setters.
* Fixed issue where using MXML namespace * for the top-level package would not be recognized by completion.
* Fixed issue where extension would check for errors in XML files that don't contain MXML.
* Fixed issue where auto-closing pairs like [], {}, and () would not work inside MXML `<fx:Script>` elements.
* Fixed issue where toggle comment keyboard shortcuts worked incorrectly inside MXML `<fx:Script>` elements.

## 0.2.0

* Added support for MXML.
* Added `nextgenas.frameworksdk` setting to load a framework inside a different SDK from Apache FlexJS. For instance, this will allow you to use the Feathers SDK or the original Apache Flex SDK.
* Migrated build script to Apache Maven to make it easier for contributors to get started.


## 0.1.1

* Added support for `define` compiler option in `asconfig.json`.
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nextgenas",
"displayName": "NextGen ActionScript",
"description": "ActionScript and MXML language extension for Visual Studio Code",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "bowlerhatllc",
"homepage": "http://nextgenactionscript.com/vscode/",
"repository": {
Expand Down

0 comments on commit c6d42e4

Please sign in to comment.