v22.4.1
What's Changed
- core: simplify defining getters by @saghul in #254
- core: add tjs.{pid,ppid} by @saghul in #255
- core: add tjs.userInfo() by @saghul in #256
- deps: update libuv to v1.44.0 by @saghul in #257
- core,test: add tjs.availableParallelism() by @saghul in #259
- fs: add FileHandle.truncate() by @saghul in #260
- tjs,signal: remove constants by @saghul in #262
- process: use signal names by @saghul in #263
- deps: update libuv to v1.44.1 by @saghul in #264
- deps: update QuickJS to 2021-03-27+2788d71 by @saghul in #265
- fs: add File.{sync,datasync} by @saghul in #266
- fs: replace wrapper class with proxy by @saghul in #267
- fs: introduce a DirEnt object by @saghul in #268
- fs: improve stat result objects by @saghul in #269
- fs: turn DirEnt getters into properties by @saghul in #270
- fs: simplify watch event flags by @saghul in #271
- tcp,udp: remove constants by @saghul in #272
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #276
- build: add the ability to build with ASAN by @saghul in #277
- fs: add mkdir() by @samuelbrian in #281
New Contributors
- @samuelbrian made their first contribution in #281
Full Changelog: v22.3.1...v22.4.1