Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.27.12
08 Oct 01:15
Compare
Sorry, something went wrong.
No results found
v0.27.11
02 Oct 01:10
Compare
Sorry, something went wrong.
No results found
Bug fixes
interface inheritance cause crash (#2756 ) (a27258d )
Ensure call-less references to builtin functions in namespaces error (#2738 ) (58ed2b2 )
diagnose not implement when assign value to closure variable (#2750 ) (73193f0 )
Fixes: #2749
Type checker does not detect a signature mismatch (927b7cd )
Fixes: #2727
Other
build(deps): bump json5 from 2.2.1 to 2.2.3 in /lib/loader (#2610 ) (eedf306 )
Bumps json5 from 2.2.1 to 2.2.3.
updated-dependencies:
dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.27.10
28 Sep 01:11
Compare
Sorry, something went wrong.
No results found
Bug fixes
StaticArray#concat link child to incorrect parent (#2746 ) (1126ef1 )
v0.27.9
14 Aug 01:08
Compare
Sorry, something went wrong.
No results found
Bug fixes
Error on usage of reference types in fields (#2733 ) (321ed3d )
v0.27.8
02 Aug 01:18
Compare
Sorry, something went wrong.
No results found
v0.27.7
01 Aug 01:30
Compare
Sorry, something went wrong.
No results found
v0.27.6
19 Jul 02:49
Compare
Sorry, something went wrong.
No results found
v0.27.5
29 Apr 01:21
Compare
Sorry, something went wrong.
No results found
v0.27.4
26 Apr 01:21
Compare
Sorry, something went wrong.
No results found
v0.27.3
24 Apr 01:23
Compare
Sorry, something went wrong.
No results found
Bug fixes
Generate wrapper binding functions for non-identifier imports (#2657 ) (688746a )
Fix missing cast in process.ts (#2693 ) (3b2381b )
Other