v23.1.0
What's Changed
- build: enable parallel jobs by @saghul in #326
- Bundle refactor by @saghul in #328
- Simplify run by @saghul in #330
- Fixup runtime by @saghul in #331
- Fix eval stdin pipe by @saghul in #332
- Js cli by @saghul in #333
- stdio: only set blocking writes on stdout/err pipes on Windows by @saghul in #334
- cli: refactor and implement subcommands by @saghul in #335
- js: reorganize code by @saghul in #336
- Builtin test runner by @saghul in #338
- fs,streams: consolidate EOF marker by @saghul in #339
- Fixup CI by @saghul in #340
- docker: improve Dockerfile by @saghul in #341
- core: refactor code bundling for a faster startup by @saghul in #342
- tjs: fix tjs.environ not refreshing with every call by @saghul in #343
- tjs: fix bogus getters by @saghul in #344
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #351
- Typo: Substitute decoder for decoer by @guest271314 in #352
- core: refactor stdlib by @saghul in #355
- console: improve logging Error objects by @saghul in #356
- crypto,uuid: use a native UUIDv4 implementation by @saghul in #357
- cli: add ability to launch WASM files directly by @saghul in #358
- vm: fix segfault when running a file which throws an error by @saghul in #360
- test: add test for "bad" JS by @saghul in #361
- assert: fix showing the right assertion line by @saghul in #364
- core: add top level await support by @saghul in #362
- examples: use TLA by @saghul in #365
- repl: add initial support for await by @saghul in #366
- docs: update documentation by @saghul in #367
- hashing: change how SUPPORTED_TYPES is exported by @saghul in #368
Full Changelog: v22.11.1...v23.1.0