summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-25chore: deprecate npm itests (#25804)Mohammad Sulaiman
2024-09-25fix(check): properly surface dependency errors in types file of js file (#25860)David Sherret
2024-09-25fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...Nathan Whitaker
2024-09-25feat(fmt): better error on malfored HTML files (#25853)Bartek Iwańczuk
2024-09-24fix(check): ignore noImplicitOverrides in remote modules (#25854)David Sherret
2024-09-25test: disable 'test-child-process-ipc-next-tick.js' Node compat test (#25856)Bartek Iwańczuk
2024-09-24fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)Nathan Whitaker
2024-09-24v2.0.0-rc.5 (#25838)Bartek Iwańczuk
2024-09-24fix: better error for Deno.UnsafeWindowSurface, correct HttpClient name, clea...Leo Kettmeir
2024-09-24fix(fmt): --check was broken for CSS, YAML and HTML (#25848)Bartek Iwańczuk
2024-09-24fix(ext/node): Fix vm sandbox object panic (#24985)Divy Srivastava
2024-09-24fix: Update deno_npm to fix `deno install` with crossws (#25837)Nathan Whitaker
2024-09-24refactor: reenable more tests after DENO_FUTURE migration (#25752)Bartek Iwańczuk
2024-09-23perf(ext/fetch): improve decompression throughput by upgrading `tower_http` (...Yusuke Tanaka
2024-09-23fix: error out if a valid flag is passed before a subcommand (#25830)Leo Kettmeir
2024-09-23chore: add code generation for @types/deno (#25545)David Sherret
2024-09-23BREAKING: remove support for remote import maps in deno.json (#25836)David Sherret
2024-09-23feat(fmt): support vto and njk extensions (#25831)Óscar Otero
2024-09-23feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)Bartek Iwańczuk
2024-09-23fix: consistent with deno_config and treat `"experimentalDecorators"` as depr...Kenta Moriuchi
2024-09-23tests: update specs::cache::package_json (#25827)Satya Rohith
2024-09-23feat(ext/crypto): import and export p521 keys (#25789)Divy Srivastava
2024-09-23tests: enable auto_discovered tests of run/no_deno_json (#25821)Satya Rohith
2024-09-23feat: make 'globalThis.location' a configurable property (#25812)Bartek Iwańczuk
2024-09-23fix(ext/web): don't ignore capture in EventTarget.removeEventListener (#25788)carles escrig royo
2024-09-23fix(ext/node): stub cpu_info() for OpenBSD (#25807)Volker Schlecht
2024-09-23feat: Show hints when using `window` global (#25805)Bartek Iwańczuk
2024-09-22BREAKING(webgpu/unstable): move `width` and `height` options to `UnsafeWindow...Divy Srivastava
2024-09-21fix(node): Include "node" condition during CJS re-export analysis (#25785)Nathan Whitaker
2024-09-20chore: Revert child_process close ordering change (#25781)Nathan Whitaker
2024-09-20perf(ext/web): optimize performance.measure() (#25774)carles escrig royo
2024-09-20fix: panic when require(esm) (#25769)Bartek Iwańczuk
2024-09-20feat(fmt): upgrade markup_fmt (#25768)Pig Fang
2024-09-20fix(cli): Default to auto with --node-modules-dir flag (#25772)Nathan Whitaker
2024-09-20refactor(tests): migrate npm itests to specs (#25764)Satya Rohith
2024-09-20fix(flags): properly error out for urls (#25770)Leo Kettmeir
2024-09-20fix(ext/crypto): ensure EC public keys are exported uncompressed (#25766)Divy Srivastava
2024-09-20test: make specs::test::doc_success less flaky (#25765)Bartek Iwańczuk
2024-09-20fix(ext/crypto): reject empty usages in SubtleCrypto#importKey (#25759)Divy Srivastava
2024-09-20chore: update tools allow-run list (#25756)Divy Srivastava
2024-09-20chore: update sui to 0.3.1 (#25758)Divy Srivastava
2024-09-20fix(coverage): ignore urls from doc testing (#25736)Yoshiya Hinosawa
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-19fix(node): Don't error out if we fail to statically analyze CJS re-export (#2...Nathan Whitaker
2024-09-20ci: increase timeout to 180 minutes (#25750)Bartek Iwańczuk
2024-09-19fix(cli): Only set allow net flag for deno serve if not already allowed all (...Nathan Whitaker
2024-09-19v2.0.0-rc.4 (#25728)Bartek Iwańczuk
2024-09-19ci: revert changed to canary uploads (#25733)Bartek Iwańczuk
2024-09-19fix(ext/node): support x509 certificates in `createPublicKey` (#25731)Divy Srivastava
2024-09-19fix(ext/console): more precision in console.time (#25723)Luca Casonato