Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Feb 14, 2020
1 parent ec16e1c commit d413bc4
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 33 deletions.
2 changes: 1 addition & 1 deletion asconfigc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion check-java-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion check-royale-version/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
21 changes: 21 additions & 0 deletions distribution/src/assembly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# ActionScript & MXML for Visual Studio Code Changelog

## v1.0.0

### New Features

- Project: Import projects from FlashDevelop. If you open a folder containing a FlashDevelop project, Visual Studio Code will prompt to convert it to _asconfig.json_.

### Fixed Issues

- Build: Fixed issue where `as3mxml.asconfigc.verboseOutput` setting was ignored when building with Adobe Animate.
- General: Fixed issue where certain compiler options could be incorrectly interpreted as file names, resulting in strange errors.
- General: Fixed issue where an Apache Royale SDK that contains _royale-sdk-description.xml_, but not _flex-sdk-description.xml_, was not considered valid.
- Problems: Fixed issue where wrong path was displayed when `mainClass` was not found.
- Rename: Fixed issue where references were not found inside array `[]` and object `{}` literals.
- Snippets: Fixed issue where for-loop snippet was missing a semi-colon.

### Other Changes

- Build: The `theme` compiler option may now be either a string or an array of strings.
- Build: Added the `include-libraries` compiler option.
- Rename: Optimized renaming a local variable or function inside a method, which previously searched for references in multiple files.

## v0.25.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>vscode-as3mxml</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion rcsh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 1 addition & 24 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-nextgenas",
"displayName": "ActionScript & MXML",
"description": "Language support for ActionScript and MXML",
"version": "0.26.0-SNAPSHOT",
"version": "1.0.0",
"publisher": "bowlerhatllc",
"homepage": "https://as3mxml.com/",
"repository": {
Expand Down Expand Up @@ -440,29 +440,6 @@
"language": "mxml",
"path": "./snippets/mxml.json"
}
],
"debuggers": [
{
"type": "node-royale",
"label": "Node.js (Apache Royale)",
"enableBreakpointsFor": {
"languageIds": [
"actionscript",
"mxml"
]
},
"initialConfigurations": [
{
"name": "Node.js (Apache Royale) Launch",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/bin/js-debug/index.js",
"cwd": "${workspaceRoot}/bin/js-debug",
"sourceMaps": true,
"outDir": "${workspaceRoot}/bin/js-debug"
}
]
}
]
}
}
2 changes: 1 addition & 1 deletion vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
<parent>
<groupId>com.as3mxml.vscode</groupId>
<artifactId>vscode-as3mxml</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>com.as3mxml.vscode</groupId>
Expand Down

0 comments on commit d413bc4

Please sign in to comment.