v22.2.2
What's Changed
- build: remove bundled curl by @saghul in #211
- Update libuv by @saghul in #212
- Fixup windows by @saghul in #213
- core,repl: use indirect eval in the repl by @saghul in #214
- misc: move package.json to the root directory by @saghul in #215
- core: fix various string leaks by @saghul in #217
- doc: add API documentation using DTS by @saghul in #216
- ci: automate deploying API docs to gh-pages by @saghul in #227
- core: remove tjs.gettimeofday by @saghul in #228
- Readfile uint8array by @saghul in #229
- error: remove UV_ prefix for error constants by @saghul in #230
- js: move alert/confirm/prompt to the tjs namespace by @saghul in #231
- tjs: add tjs.gethostname by @saghul in #232
- os: sanitize parameters passed to {get,set,unset}env by @saghul in #233
- udp: fix not exporting UDP constants by @saghul in #234
- fs: fix not exposing tjs.(l)stat by @saghul in #236
- tcp,udp: add support for bind flags by @saghul in #237
- modules: simplify module normalizer by @saghul in #238
- core: support stdio over files by @saghul in #239
- core: rename TJS_EvalFile to TJS_EvalModule by @saghul in #240
- cli: evaluate stdin if it's not a TTY by @saghul in #241
Full Changelog: v22.2.1...v22.2.2