-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Change Log | ||
========== | ||
|
||
This project honours [Semantic Versioning](http://semver.org). | ||
|
||
[Staged]: https://github.com/Alhadis/language-webassembly/compare/v1.1.0...HEAD | ||
|
||
|
||
[v1.1.0] | ||
------------------------------------------------------------------------ | ||
**June 27th, 2017** | ||
* __Added:__ Missing module-level keywords | ||
* __Added:__ Support for exponential floats and integers | ||
* __Added:__ Support for NaN constants with payloads. E.g. `nan:0xAF` | ||
* __Added:__ Support for variable-length unicode escapes. E.g, `\u{0AE}` | ||
* __Fixed:__ Incorrect opcode classification and matching | ||
|
||
[v1.1.0]: https://github.com/Alhadis/language-webassembly/releases/tag/v1.1.0 | ||
|
||
|
||
[v1.0.1] | ||
------------------------------------------------------------------------ | ||
**May 28th, 2017** | ||
* __Added:__ Support for [hexadecimal notation][hexdec] | ||
* __Added:__ Support for `NaN` and `infinity` constants | ||
|
||
[v1.0.1]: https://github.com/Alhadis/language-webassembly/releases/tag/v1.0.1 | ||
[hexdec]: http://webassembly.github.io/spec/text/values.html#integers | ||
|
||
|
||
[v1.0.0] | ||
------------------------------------------------------------------------ | ||
**May 27th, 2017** | ||
Initial release. | ||
|
||
Adds syntax highlighting to WebAssembly's textual representation. | ||
|
||
[v1.0.0]: https://github.com/Alhadis/language-webassembly/releases/tag/v1.0.0 |