Skip to content

v0.19.8

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 01:03
3efc838

New features

  • Add findLastIndex for Array and TypedArray (Stage 3) (#1981) (a0307d8)
  • add __newArrayBuffer() to the loader (#1965) (5df7318)

Bug fixes

  • use type cast for comparing BinaryOp to -1 (#1964) (20a0635)
  • Make warning 232 pedantic (#1986) (3a33a25)
  • check function's instance class is a subclass of virtual method (#1985) (1958554)

Other