Skip to content

Releases: AssemblyScript/assemblyscript

v0.18.27

20 Apr 00:27
eca391b
Compare
Choose a tag to compare

New features

  • Add encodeURI(Component) and decodeURI(Component) (#1733) (7d0690d)

Bug fixes

Other

v0.18.26

16 Apr 00:24
7e20ad2
Compare
Choose a tag to compare

Bug fixes

  • Use F_NOEXPORTRUNTIME if __rtti_base is missing (#1808) (7e20ad2)

v0.18.25

15 Apr 00:27
30f5d13
Compare
Choose a tag to compare

New features

  • Implemented getters / setters and various string fns on Date (#1768) (30f5d13)

Other

  • Fix assertion when trying to assign to a method (#1799) (70c3bf9)

v0.18.24

11 Apr 00:29
42c2dbc
Compare
Choose a tag to compare

Bug fixes

  • Fix printing name of duplicate identifier in markVirtuals (#1794) (42c2dbc)

v0.18.23

08 Apr 00:28
a073e1c
Compare
Choose a tag to compare

Bug fixes

  • Fix assertion when trying to assign a namespaced class to a variable (#1791) (a073e1c)

v0.18.22

07 Apr 00:26
9b21306
Compare
Choose a tag to compare

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
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)