What's Changed
- update projects.md to include scriptc project reference (from the Ver… by @lukasMega in #1677
- Fixes segfault from #1661 by @sr5434 in #1675
- docs: add Qbs to projects by @ABBAPOH in #1685
- Add Big Endian architecture support instructions by @saghul in #1681
- Conditional BUILD_DIR by @kapouer in #1686
- Fix String.prototype.normalize() crash from #1683 by @sr5434 in #1688
- Fix reference count bug in Promise.withResolvers by @bnoordhuis in #1692
- Enable test262 host-gc-required feature by @bnoordhuis in #1696
- docs: add Vayu to projects by @athrvk in #1702
- Use mirror for Alpine GHA by @bnoordhuis in #1705
- Fix Iterator.from GetIteratorDirect handling by @jiang1997 in #1706
- Link against libm unconditionally on Unices by @bnoordhuis in #1699
- Fix out-of-bound read in JS_NewTypedArray by @bnoordhuis in #1704
- Preserve old interrupt handler in std.evalScript by @bnoordhuis in #1707
- fix: correct int/int32_t pointer mismatches for -Wincompatible-pointer-types by @SomSamantray in #1657
- Fix JS_FreeCStringUTF16 on slice strings by @bnoordhuis in #1709
- Add react-native-quickjs project to documentation by @saghul in #1710
- Move JSClass out of quickjs.h by @bnoordhuis in #1713
- Optimize JS_DeleteGlobalVar by @bnoordhuis in #1714
- Throw error when converting BigIntArray to Int8Array (#1690) by @sr5434 in #1694
- Fix power-of-two integer hash collisions by @bnoordhuis in #1720
- Store constant atoms more compactly in wire format by @bnoordhuis in #1719
- Prevent Object.preventExtensions when a TypedArray has a resizable ArrayBuffer by @sr5434 in #1695
- Make DOMException a bit more conformant by @goffrie in #1721
- Fix TypedArray.prototype.at() to handle resized ArrayBuffer correctly by @sr5434 in #1718
- Fix JS_SetMemoryLimit byte accounting on WASI by @josefguenther in #1711
- Fix(wasi): enable configurable stack overflow protection by @aayush-kapoor in #1700
- Use a bigger initial atom hash table by @bnoordhuis in #1723
- Add private symbols by @bnoordhuis in #1725
- Peephole-optimize negation + conditional jump by @bnoordhuis in #1726
- Check for property deletion when accessing in
withby @sr5434 in #1722
New Contributors
- @lukasMega made their first contribution in #1677
- @kapouer made their first contribution in #1686
- @athrvk made their first contribution in #1702
- @SomSamantray made their first contribution in #1657
- @goffrie made their first contribution in #1721
- @josefguenther made their first contribution in #1711
- @aayush-kapoor made their first contribution in #1700
Full Changelog: v0.16.2...v0.17.0