Skip to content

Releases: AssemblyScript/assemblyscript

v0.18.21

02 Apr 00:31
057ce46
Compare
Choose a tag to compare

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
cf2d392
Compare
Choose a tag to compare

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
639d5e0
Compare
Choose a tag to compare

New features

Bug fixes

  • Handle blocks larger than MAXSIZE in TLSF (#1763) (de2845b)

v0.18.18

28 Mar 00:27
07b9fb6
Compare
Choose a tag to compare

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
3005c64
Compare
Choose a tag to compare

New features

Bug fixes

v0.18.16

23 Mar 00:57
231a8dc
Compare
Choose a tag to compare

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
74a8989
Compare
Choose a tag to compare

Bug fixes

  • Fix missing properties in generated type definitions (#1727) (d97df3e)

Other

v0.18.14

09 Mar 00:55
9fe506c
Compare
Choose a tag to compare

Bug fixes

  • Remove unused std string null checks and unify __gt overload (#1682) (70aef77)

Other

v0.18.13

08 Mar 00:56
72de26d
Compare
Choose a tag to compare

Bug fixes

  • Invert reference type null check in makeIsTrueish (#1719) (72de26d)

Other

v0.18.12

03 Mar 00:51
c60e514
Compare
Choose a tag to compare

Bug fixes

  • Fix temp. local confusion in indexed assignment compilation (#1703) (c60e514)
  • Emit a warning when attempting to use a template literal (#1702) (0d06d37)