Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.16.0
16 Oct 00:58
Compare
Sorry, something went wrong.
No results found
0.16.0 (2020-10-16)
Bug Fixes
Small integer rotl/rotr should use temp variables (81fda4c )
Refactor binary expression compilation to be reusable in builtins (#1489 ) (a4dc45e ), closes #1489
BREAKING CHANGES
The compiler's convertExpression does no longer take a wrap argument.
v0.15.2
13 Oct 00:56
Compare
Sorry, something went wrong.
No results found
v0.15.1
09 Oct 00:54
Compare
Sorry, something went wrong.
No results found
v0.15.0
07 Oct 00:54
Compare
Sorry, something went wrong.
No results found
0.15.0 (2020-10-07)
BREAKING CHANGES
RTrace is now a class and the onrealloc callback has been split into onresize and onmove.
v0.14.13
06 Oct 00:54
Compare
Sorry, something went wrong.
No results found
v0.14.12
28 Sep 00:52
Compare
Sorry, something went wrong.
No results found
v0.14.11
20 Sep 00:51
Compare
Sorry, something went wrong.
No results found
Features
Update reference types support to latest Binaryen (#1465 ) (9f38cc4 )
v0.14.10
05 Sep 01:21
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fix source map column numbers being off by one (#1458 ) (87f20fa )
v0.14.9
21 Aug 00:42
Compare
Sorry, something went wrong.
No results found
0.14.9 (2020-08-21)
Bug Fixes
Coerce NaN to false when casting to bool (#1437 ) (45bfe04 )
Fix MIN_NORMAL_VALUE definitions and unify f32/F32, f64/F64 constants (#1443 ) (6df63c4 )
Features
Infer package manager from environment upon asinit (#1442 ) (a6e5da6 )
v0.14.8
06 Aug 00:39
Compare
Sorry, something went wrong.
No results found
0.14.8 (2020-08-06)
Bug Fixes
Propagate delayed file exports to import * as alias namespaces of the file (5b910e3 )