-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bumped to v1.4.0 and updated changelog
- Loading branch information
1 parent
39632f6
commit f34ecd7
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,50 @@ | ||
# Change Log | ||
|
||
All notable changes to the "wasm" extension will be documented in this file. | ||
|
||
## [1.4.0] - 2023-03-20 | ||
|
||
- Added Syntax Highlighting for WAI and WIT files [#51](https://github.com/wasmerio/vscode-wasm/pull/51) | ||
- Switch over to the WABT bindings generated by wit-pack [#40](https://github.com/wasmerio/vscode-wasm/pull/40/) | ||
|
||
## [1.3.1] - 2020-01-24 | ||
|
||
- Updated Changelog date :) | ||
|
||
## [1.3.0] - 2018-01-24 | ||
|
||
- Update `wabt` to support Wasm experimental features by default | ||
- Updated grammar with the latest spec [#21](https://github.com/wasmerio/vscode-wasm/pull/21) | ||
- Improved README & logo | ||
- Updated dependencies | ||
- Added basic snipets for wat [#16](https://github.com/wasmerio/vscode-wasm/pull/16) | ||
- Added basic snipets for wat [#16](https://github.com/wasmerio/vscode-wasm/pull/16) | ||
|
||
## [1.2.1] - 2018-10-01 | ||
|
||
- Improved syntax grammar ([@AlexanderOtavka](https://github.com/AlexanderOtavka)) | ||
- Fixed a bug with incorrect name resolution. [#14](https://github.com/reklatsmasters/vscode-wasm/issues/14) | ||
|
||
## [1.2.0] - 2018-05-12 | ||
|
||
- Ability to save .wasm files to .wat and .wat files to .wasm | ||
- Move to [wabt](https://www.npmjs.com/package/wabt) parser / printer again. [WebAssemblyjs](https://github.com/xtuc/webassemblyjs) seems unstable. | ||
|
||
## [1.1.1] - 2018-04-20 | ||
|
||
- Update dependencies. | ||
|
||
## [1.1.0] - 2018-04-09 | ||
|
||
- Added icon ([@bitjson](https://github.com/bitjson)) | ||
- Support large wasm files. Now a pure js wasm parser / printer [webassemblyjs](https://github.com/xtuc/webassemblyjs) is used. | ||
|
||
## [1.0.1] - 2017-12-04 | ||
|
||
- Fix badges only. | ||
|
||
## [1.0.0] - 2017-12-04 | ||
|
||
### Added | ||
|
||
- Open WebAssembly binary files from context menu. | ||
- Syntax highlighting. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters