Skip to content

Commit

Permalink
version bumped to v1.4.0 and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud committed Mar 20, 2023
1 parent 39632f6 commit f34ecd7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
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.
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": "vscode-wasm",
"displayName": "WebAssembly",
"description": "WebAssembly Toolkit for VSCode",
"version": "1.3.1",
"version": "1.4.0",
"publisher": "dtsvet",
"license": "MIT",
"icon": "images/vscode-wasm-logo.png",
Expand Down

0 comments on commit f34ecd7

Please sign in to comment.