v0.3.0
What's Changed
- Update LICENSE by @saghul in #175
- Simplify Makefile by @saghul in #176
- Detect JOBS in a more portable way by @saghul in #178
- Fix Makefile rebuilding every target by @saghul in #181
- Add NetBSD support by @FGasper in #177
- Fix private field setters by @saghul in #182
- Use named constant for regexp bytecode size field by @bnoordhuis in #183
- Rename LRE_FLAG_UTF16 to LRE_FLAG_UNICODE by @bnoordhuis in #186
- Remove duplicate JS_GetBigInt call by @bnoordhuis in #188
- Remove js_new_bf() by @bnoordhuis in #189
- Use JS_ToBigIntFree() instead of JS_ToBigInt() by @bnoordhuis in #190
- Change regexp flags field from uint8 to uint16 by @bnoordhuis in #185
- Fix OP_FMT_none_loc bytecode dumping by @bnoordhuis in #192
- Remove CONFIG_CHECK_JSVALUE build mode by @bnoordhuis in #194
- Replace JSValueConst with JSValue by @bnoordhuis in #195
- Cherry-pick fixes from bellard/quickjs by @bnoordhuis in #197
- Implement TypedArray.prototype.toReversed by @bnoordhuis in #198
- Implement TypedArray.prototype.toSorted by @bnoordhuis in #199
- Implement TypedArray.prototype.with by @bnoordhuis in #200
- Change to SIGTERM in child process test by @bnoordhuis in #203
- Handle TypedArray detach during iteration by @bnoordhuis in #201
- Disable flaky test on Cygwin by @bnoordhuis in #202
- Record source column positions by @bnoordhuis in #193
- Add navigator.userAgent to qjs CLI by @saghul in #204
- Remove JSFunctionBytecode.has_debug flag by @bnoordhuis in #207
- Don't throw OOB exception for detached typed array by @bnoordhuis in #208
- Handle TypedArray detach during iteration by @bnoordhuis in #209
- Handle negative zero typed array indices correctly by @bnoordhuis in #212
- Add / adapt upstream fixes by @saghul in #211
- Remove broken JS_READ_OBJ_ROM_DATA flag by @bnoordhuis in #216
- Partially port bellard/quickjs@58f374ef42 by @bnoordhuis in #214
- Remove unused member from JSContext by @saghul in #219
- Retain function source code in serialized bytecode by @bnoordhuis in #218
- Drop non-standard Error properties by @saghul in #220
- Fix typo in #undef by @bnoordhuis in #222
- Implement Error.prepareStackTrace support by @saghul in #223
- Implement Error.stackTraceLimit by @saghul in #226
Full Changelog: v0.2.0...v0.3.0