v22.11.0
What's Changed
- Added chmod, chown, lchown, kill by @samuelbrian in #284
- TypeScript definition file fixes and extras by @samuelbrian in #285
- setTimeout: support second params optional by @Sxs7513 in #283
- build(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #286
- xhr: fix ProgressEvent parameters not being passed to onprogress by @samuelbrian in #287
- process: added exec(cmd) wrapper around execvp() by @samuelbrian in #288
- read() and write() expect TypedArray as parameter by @guest271314 in #292
- modules/tjs.html is 404 in docs/intro.md by @guest271314 in #293
- fs: default tjs.open() mode parameter to 0666 by @samuelbrian in #297
- Typo fix by @vr5 in #298
- Added missing typings for gethostname and NetworkInterface.mac by @lal12 in #304
- Added os uptime and process uptime functions by @lal12 in #303
- Added ffi by @lal12 in #299
- ffi: fix compilation warnings by @saghul in #306
- ffi: improved struct parsing by @lal12 in #308
- js: change to UTF-8-only text-encoding package to reduce bundle size by @samuelbrian in #311
- Added PosixSocket by @lal12 in #302
- deps: update dependencies by @saghul in #312
- WIP by @saghul in #313
- FFI: fixed Pointer.deref() and DlSymbol.addr by @samuelbrian in #315
- misc: run clang-format by @saghul in #314
- curl: create helper for initializing handles by @saghul in #318
- ws: introduce WebSocket support by @saghul in #319
- deps: update libuv to version 1.44.2 by @saghul in #320
New Contributors
- @Sxs7513 made their first contribution in #283
- @guest271314 made their first contribution in #292
- @vr5 made their first contribution in #298
- @lal12 made their first contribution in #304
Full Changelog: v22.4.1...v22.11.0