Releases: AssemblyScript/assemblyscript
Releases · AssemblyScript/assemblyscript
v0.18.23
08 Apr 00:28
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fix assertion when trying to assign a namespaced class to a variable (#1791 ) (a073e1c )
v0.18.22
07 Apr 00:26
Compare
Sorry, something went wrong.
No results found
New features
Allow specifying transforms via the compiler API (#1786 ) (be3dfaf )
Bug fixes
Fix invalid store offsets in memset polyfill (#1787 ) (9b21306 )
v0.18.21
02 Apr 00:31
Compare
Sorry, something went wrong.
No results found
New features
Add optimize shorthands for -Ospeed and -Osize (#1781 ) (d812482 )
Bug fixes
Also traverse star exports when walking queued exports (#1780 ) (057ce46 )
v0.18.20
01 Apr 00:27
Compare
Sorry, something went wrong.
No results found
New features
Expose version as global constants (#1765 ) (ede042d )
Fall back to default type when inferring generic calls (#1759 ) (af53c48 )
Bug fixes
Fix asc-constants test failing during publish (#1775 ) (cf2d392 )
Other
v0.18.19
30 Mar 00:25
Compare
Sorry, something went wrong.
No results found
v0.18.18
28 Mar 00:27
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fix type confusion when resolving nested generics (#1762 ) (07b9fb6 )
Fix invalid assertion when compiling a property errored earlier (#1760 ) (cd6f9f4 )
v0.18.17
27 Mar 00:28
Compare
Sorry, something went wrong.
No results found
v0.18.16
23 Mar 00:57
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fix invalid signed/unsigned comparison in ReadableStream#read (#1742 ) (784521d )
Other
Add tests for StaticArray (#1728 ) (231a8dc )
Adds the following missing tests for StaticArray:
constructor
fromArray
concat (static)
slice (sstatic)
concat (instance)
includes
indexOF
join + toString
Use bool instead of boolean return type in isVoid builtin (#1745 ) (78a592f )
v0.18.15
13 Mar 00:55
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fix missing properties in generated type definitions (#1727 ) (d97df3e )
Other
v0.18.14
09 Mar 00:55
Compare
Sorry, something went wrong.
No results found
Bug fixes
Remove unused std string null checks and unify __gt overload (#1682 ) (70aef77 )
Other