2021-02-12 18:39:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 12 17:23:17 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- update to v1.7.3
|
|
|
|
* upgrade: rusty_v8 0.17.0, v8 9.0.123
|
|
|
|
* upgrade: deno_doc, deno_lint, dprint, swc_ecmascript, swc_bundler
|
|
|
|
* feat(unstable, lsp): add deno cache code actions
|
|
|
|
* feat(unstable, lsp): add implementations code lens
|
|
|
|
* fix(cli): check for inline source maps before external ones
|
|
|
|
* fix(cli): fix WebSocket close
|
|
|
|
* fix(cli): import maps handles data URLs
|
|
|
|
* fix(console): log function object properties / do not log
|
|
|
|
non-enumerable props by default
|
|
|
|
* fix(lsp): handle code lenses for non-documents
|
|
|
|
* fix(lsp): handle type deps properly
|
|
|
|
* fix(lsp): prepare diagnostics when the config changes
|
|
|
|
* fix(lsp): properly handle static assets
|
|
|
|
* fix(lsp): support codeAction/resolve
|
|
|
|
* fix(op_crates): Don't use `Deno.inspect` in op crates
|
|
|
|
* fix(runtime/tls): handle invalid host for connectTls/startTls
|
|
|
|
* std:BREAKING(http/cookie): remove Cookies and SameSite type aliases
|
|
|
|
* std:docs(fmt): fix examples in fmt/colors.ts
|
|
|
|
* std:docs(io/ioutil): improve jsdoc
|
|
|
|
* std:fix(http/file_server): svg media type
|
|
|
|
* std:refactor(hash/md5): throw TypeError for wrong type
|
|
|
|
* std:test(node): enable native node tests
|
|
|
|
|
2021-02-05 23:00:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 5 21:14:55 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- update to v1.7.2
|
|
|
|
* feat(lsp, unstable): add references code lens
|
|
|
|
* feat(lsp, unstable): add TS quick fix code actions
|
|
|
|
* fix: improve http client builder error message
|
|
|
|
* fix(cli): fix handling of non-normalized specifier
|
|
|
|
* fix(cli/coverage): display mapped instrumentation line counts
|
|
|
|
* fix(cli/lsp): fix using jsx/tsx when not emitting via tsc
|
|
|
|
* fix(repl): prevent symbol completion panic
|
|
|
|
* refactor: rewrite Blob implementation
|
|
|
|
* refactor: rewrite File implementation
|
|
|
|
* std:feat(http/file_server): support do not show dotfiles
|
|
|
|
* std:feat(http/file_server): show ../ if it makes sense & end dirs with /
|
|
|
|
|
2021-01-29 22:33:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 29 17:34:16 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- update to v1.7.1
|
|
|
|
* feat(std/node): Add support for process.on("exit")
|
|
|
|
* fix(std/node): Stop callbacks being called twice when callback throws error
|
|
|
|
* fix(std/node): replace uses of window with globalThis
|
|
|
|
* fix(std/async): make pooledMap() errors catchable
|
|
|
|
* feat(lsp, unstable): add performance measurements
|
|
|
|
* fix(lsp): complete list of unused diagnostics
|
|
|
|
* fix(lsp): fix deadlocks, use one big mutex
|
|
|
|
* fix(lsp): handle mbc documents properly
|
|
|
|
* fix(lsp): handle mbc properly when formatting
|
|
|
|
* fix(lsp): reduce deadlocks with in memory documents
|
|
|
|
* fix(cli): IO resource types, fix concurrent read/write and graceful close
|
|
|
|
* fix(cli): Move WorkerOptions::deno types to unstable
|
|
|
|
* fix(cli): add lib dom.asynciterable
|
|
|
|
* fix(cli): correctly determine emit state with redirects
|
|
|
|
* fix(cli): early abort before type checking on missing modules
|
|
|
|
* fix(cli): enable url wpt
|
|
|
|
* fix(cli): fix panic in Deno.emit
|
|
|
|
* fix(cli): fix panic in op_dns_resolve
|
|
|
|
* fix(cli): fix recursive dispatches of unload event
|
|
|
|
* fix(cli): fmt command help message
|
|
|
|
* fix(cli): use DOMException in Performance#measure
|
|
|
|
* fix(cli/flags): don't panic on invalid location scheme
|
|
|
|
* fix(compile): fix panic when cross-compiling between windows and unix
|
|
|
|
* fix(core): Handle prepareStackTrace() throws
|
|
|
|
* fix(coverage): ignore comments
|
|
|
|
* fix(coverage): use source maps when printing pretty reports
|
|
|
|
* fix(op_crates/fetch): fix ReadableStream.pipeThrough()
|
|
|
|
* fix(op_crates/web): Add gb18030 and GBK encodings
|
|
|
|
* fix(op_crates/web): Improve customInspect for Location
|
|
|
|
* chore: new typescript WPT runner
|
|
|
|
|
2021-01-26 17:32:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 20 14:08:20 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- update to v1.7.0
|
|
|
|
* upgrade: rusty_v8 0.16.0, v8 8.9.255.3
|
|
|
|
* upgrade: tokio 1.0
|
|
|
|
* upgrade: Rust 1.49.0
|
|
|
|
* upgrade: deno_doc, deno_lint, dprint, swc_ecmascript, swc_bundler
|
|
|
|
* upgrade: deno_lint to 0.2.16
|
|
|
|
* upgrade: swc_bundler 0.19.2
|
|
|
|
* BREAKING(std/wasi): hide implementation details
|
|
|
|
* BREAKING(std/wasi): return exit code from start
|
|
|
|
* BREAKING(unstable): Use hosts for net allowlists
|
|
|
|
* BREAKING(unstable): remove CreateHttpClientOptions.caFile
|
|
|
|
* feat(std/wasi): allow stdio resources to be specified
|
|
|
|
* feat(unstable): add Deno.resolveDns API
|
|
|
|
* feat(unstable): runtime compiler APIs consolidated to Deno.emit()
|
|
|
|
* feat: Add WorkerOptions interface to type declarations
|
|
|
|
* feat: Add configurable permissions for Workers
|
|
|
|
* feat: Standalone lite binaries and cross compilation
|
|
|
|
* feat: add --location= and globalThis.location
|
|
|
|
* feat: add global tls session cache
|
|
|
|
* feat: add markdown support to deno fmt
|
|
|
|
* feat: add utf-16 and big5 to TextEncoder/TextDecoder
|
|
|
|
* feat: denort binary
|
|
|
|
* feat: stabilize Deno.shutdown() and Conn#closeWrite()
|
|
|
|
* feat: support data urls
|
|
|
|
* feat: support runtime flags for deno compile
|
|
|
|
* feat: upload release zips to dl.deno.land
|
|
|
|
* fix(cli): dispatch unload on exit
|
|
|
|
* fix(cli): print a newline after help and version
|
|
|
|
* fix(coverage): do not store source inline in raw reports
|
|
|
|
* fix(coverage): merge duplicate reports
|
|
|
|
* fix(coverage): report partial lines as uncovered
|
|
|
|
* fix(inspector): kill child process after test
|
|
|
|
* fix(install): fix cached-only flag
|
|
|
|
* fix(lsp): Add textDocument/implementation
|
|
|
|
* fix(lsp): Respect client capabilities for config and dynamic registration
|
|
|
|
* fix(lsp): support specifying a tsconfig file
|
|
|
|
* fix(op_crates/fetch): add back ReadableStream.getIterator and deprecate
|
|
|
|
* fix(op_crates/fetch): align streams to spec
|
|
|
|
* fix(op_crates/fetch): correct regexp for fetch header
|
|
|
|
* fix(op_crates/fetch): req streaming + 0-copy resp streaming
|
|
|
|
* fix(op_crates/web) let TextEncoder#encodeInto accept detached ArrayBuffers
|
|
|
|
* fix(op_crates/web): Use WorkerLocation for location in workers
|
|
|
|
* fix(op_crates/web): fix atob to throw spec aligned DOMException
|
|
|
|
* fix(op_crates/websocket): respond to ping with pong
|
|
|
|
* fix(std): Don't use JSDoc syntax for browser-compatibility headers
|
|
|
|
* fix(std/http): Use ES private fields in server
|
|
|
|
* fix(std/http): parsing of HTTP version header
|
|
|
|
* fix(std/node): resolve files in symlinked directories
|
|
|
|
* fix(watcher): keep working even when imported file has invalid syntax
|
|
|
|
* fix: Use "none" instead of false to sandbox Workers
|
|
|
|
* fix: Worker hangs when posting "undefined" as message
|
|
|
|
* fix: align DOMException API to the spec and add web platform testing of it.
|
|
|
|
* fix: don't error on version and help flag
|
|
|
|
* fix: don't swallow customInspect exceptions
|
|
|
|
* fix: enable WPT tests
|
|
|
|
* fix: full commit hash in canary compile download
|
|
|
|
* fix: ignore "use asm"
|
|
|
|
* fix: implement DOMException#code
|
|
|
|
* fix: incremental build for deno declaration files
|
|
|
|
* fix: panic during deno compile with no args
|
|
|
|
* fix: panic on invalid file:// module specifier
|
|
|
|
* fix: race condition in file watcher
|
|
|
|
* fix: redirect in --location relative fetch
|
|
|
|
* fix: stronger input checking for setTimeout; add function overload
|
|
|
|
* fix: use inline source maps when present in js
|
|
|
|
* fix: use tokio for async fs ops
|
|
|
|
* refactor(cli): remove 'js' module, simplify compiler snapshot
|
|
|
|
* refactor(op_crates/crypto): Prefix ops with "op_crypto_"
|
|
|
|
* refactor(op_crates/websocket): refactor event loop
|
|
|
|
* refactor: Print cause chain when downcasting AnyError fails
|
|
|
|
* refactor: make Process#kill() throw sensible errors on Windows
|
|
|
|
* refactor: move WebSocket API to an op_crate
|
|
|
|
- pass -s to link flags to strip debug symbols from binary
|
|
|
|
- revendor: apply mktemp fix from Matthias Eliasson (re: boo#1180782)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 31 20:57:31 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- update to v1.6.3
|
|
|
|
* upgrade: rusty_v8 0.15.0, v8 8.8.294
|
|
|
|
* upgrade: dprint, swc_bundler, swc_common, swc_ecmascript
|
|
|
|
* feat(lsp): Add cache command
|
|
|
|
* feat(lsp): Implement textDocument/rename
|
|
|
|
* feat(std/node): adds fs.mkdtemp & fs.mkdtempSync
|
|
|
|
* feat(unstable): collect coverage from the run command
|
|
|
|
* fix(core): Fix incorrect index in Promise.all error reporting
|
|
|
|
* fix(lsp): handle ts debug errors better
|
|
|
|
* fix(lsp): provide diagnostics for unresolved modules
|
|
|
|
* fix(std/http): Don't expose ServerRequest::done as Deferred
|
|
|
|
* fix: fetch bad URL will not panic
|
|
|
|
* fix: info does not panic on missing modules
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 28 05:46:18 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- Build from the 2 source repos (deno and rusty_v8)
|
|
|
|
* No need to depend on published crate
|
|
|
|
- Add revendor_source.sh to carry the bucket for "cargo vendor"
|
|
|
|
- Remove ninja/gn env vars (fix upstreamed)
|
|
|
|
- Optimize exclusions (including removal of winapi binaries)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 25 20:04:58 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- update to v1.6.2
|
|
|
|
* upgrade TypeScript to 4.1.3
|
|
|
|
* feat(lsp): support the unstable setting
|
|
|
|
* feat(std/node): Added os.type
|
|
|
|
* feat(unstable): record raw coverage into a directory
|
|
|
|
* feat(unstable): support in memory certificate data for Deno.createHttpClient
|
|
|
|
* fix: atomically write files to $DENO_DIR
|
|
|
|
* fix: implement ReadableStream fetch body handling
|
|
|
|
* fix: make DNS resolution async
|
|
|
|
* fix: make dynamic import errors catchable
|
|
|
|
* fix: respect enable flag for requests in lsp
|
|
|
|
* refactor: optimise static assets in lsp
|
|
|
|
* refactor: rename runtime/rt to runtime/js
|
|
|
|
* refactor: rewrite lsp to be async
|
|
|
|
* refactor: rewrite ops to use ResourceTable2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 20 11:30:43 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- Build completely from source
|
|
|
|
- Dropped librusty_v8_release_x86_64-unknown-linux-gnu.a
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 19 08:57:04 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- update to v1.6.1
|
|
|
|
* upgrade: swc_ecmascript to 0.15.0
|
|
|
|
* feat(lsp): support import maps
|
|
|
|
* fix(compile): error when the output path already exists
|
|
|
|
* fix(lsp): only resolve sources with supported schemas
|
|
|
|
* fix(op_crates/fetch): support non-ascii response headers value
|
|
|
|
* fix(repl): recover from invalid input
|
|
|
|
* fix: show canary string in long version
|
|
|
|
* fix: zsh completions
|
|
|
|
* refactor: deno_runtime crate
|
|
|
|
- includes v1.6.0
|
|
|
|
* rusty_v8 updated to 0.14.0
|
|
|
|
* break: std/bytes changes
|
|
|
|
* break: isolatedModules non-configurable
|
|
|
|
- add _constraints to request memory for build
|
|
|
|
- cleanup description
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 4 02:20:19 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
|
|
|
|
|
|
|
|
- init pkg at v1.5.4
|