summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2021-04-19feat(lsp): implement textDocument/prepareCallHierarchy (#10061)Jean Pierre
2021-04-19chore: align `Headers` to spec (#10199)Luca Casonato
2021-04-18fix(install): use first `deno` executable on PATH rather than deno.exe (#10247)David Sherret
2021-04-18cleanup(cli): use runtime's reg_sync() and reg_async() (#10241)Aaron O'Mullan
2021-04-18chore: improve help text (#10186)Ryan Dahl
2021-04-18chore(cli/lsp): fix 2 lint errors (#10228)Aaron O'Mullan
2021-04-16refactor(cli/flags): reorganize declarations (#10204)crowlKats
2021-04-16fix(#10200): weaken types so non-breaking (#10205)Kitson Kelly
2021-04-15fix(#10182): hang during http server response (#10197)Ryan Dahl
2021-04-14chore: align FormData to spec (#10169)Luca Casonato
2021-04-13v1.9.0Bartek Iwańczuk
2021-04-13chore: release crates (#10164)Bartek Iwańczuk
2021-04-13feat(cli): raise file descriptor limit on startup (#10162)Ben Noordhuis
2021-04-13fix(cli/dts): Make respondWith() return a Promise (#10128)Nayeem Rahman
2021-04-13feat(cli/dts): stricter typings for Listener & Conn (#10012)crowlKats
2021-04-13feat(permissions): allow env permission to take values (#9825)crowlKats
2021-04-13fix(core): remove wasm-test-streaming flag (#10158)Casper Beyer
2021-04-13upgrade: rusty_v8 0.22.0 (V8 9.1.269.2) (#10152)Bert Belder
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12fix(runtime/js/http): Correctly parse user response headers (#10076)Nayeem Rahman
2021-04-12feat(runtime): add truncate and truncateSync methods to Deno.File (#10130)Casper Beyer
2021-04-12feat(runtime): add stat and statSync methods to Deno.File (#10107)Casper Beyer
2021-04-12feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108)Casper Beyer
2021-04-12feat: Add Deno.memoryUsage() (#9986)Aaron O'Mullan
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-04-12fix(runtime/js/timers): Use (0, eval) instead of eval() (#10103)Nayeem Rahman
2021-04-11fix(op_crates/console): console.table value misalignment with varying keys (#...Liam Murphy
2021-04-11feat: blob URL support in fetch (#10120)Luca Casonato
2021-04-11feat: stabilize Deno.ftruncate and Deno.ftruncateSync (#10126)Casper Beyer
2021-04-11feat: set useDefineForClassFields to true (#10119)Nayeem Rahman
2021-04-10feat(unstable): ALPN config in listenTls (#10065)Luca Casonato
2021-04-10fix(cli/diagnostics): Update UNSTABLE_DENO_PROPS (#10095)Nayeem Rahman
2021-04-10chore: improve lsp registry validations (#10096)Luca Casonato
2021-04-10feat(permissions): allow run permission to take values (#9833)crowlKats
2021-04-09chore: upgrade dependencies (#10094)Bartek Iwańczuk
2021-04-09fix: async op error stacktraces (#10080)Nayeem Rahman
2021-04-09API change: Deno.startHttp -> Deno.serveHttp (#10087)Ryan Dahl
2021-04-09feat(lsp): add registry import auto-complete (#9934)Kitson Kelly
2021-04-09fix(lsp): normalize windows file URLs properly (#10034)Kitson Kelly
2021-04-08feat: native HTTP bindings (#9935)Bartek Iwańczuk
2021-04-08chore: update deps (#10058)Luca Casonato
2021-04-08fix(core): error handling in examples (#9867)Inteon
2021-04-08fix(runtime/readFile*): close resources on error during read (#10059)Satya Rohith
2021-04-07feat: blob URL support (#10045)Luca Casonato
2021-04-07fix(lsp): don't error on tsc debug failures for code actions (#10047)Kitson Kelly
2021-04-06docs: export EmitOptions and EmitResult (#10037)Yoshiya Hinosawa
2021-04-06fix(lsp): properly handle encoding URLs from lsp client (#10033)Kitson Kelly
2021-04-06refactor: add deno_file op crate (#10019)Luca Casonato
2021-04-06fix(lsp): folding range adjustment panic (#10030)Kitson Kelly
2021-04-06chore: deprecate Deno.iter and Deno.iterSync (#10025)Luca Casonato