summaryrefslogtreecommitdiff
path: root/cli/standalone
AgeCommit message (Expand)Author
2024-11-19feat(compile): ability to embed directory in executable (#26939)David Sherret
2024-11-19feat(compile): ability to embed local data files (#26934)David Sherret
2024-11-19refactor: update deno_doc, use prismjs, remove internal reference html genera...Leo Kettmeir
2024-11-18perf(compile): code cache (#26528)David Sherret
2024-11-17feat(cli): support multiple env file argument (#26527)Bhuwan Pandit
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-13feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801)Łukasz Czerniawski
2024-11-10Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" (#26799)Divy Srivastava
2024-11-09perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)Bartek Iwańczuk
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-28fix(compile): regression handling redirects (#26586)David Sherret
2024-10-26perf: pass transpiled module to deno_core as known string (#26555)David Sherret
2024-10-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-10-15fix(install): retry downloads of registry info / tarballs (#26278)Nathan Whitaker
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-09-30refactor: move ByonmNpmResolver to deno_resolver (#25937)David Sherret
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-28refactor: move NpmCacheDir to deno_cache_dir (#25916)David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-26fix(compile): support 'deno compile' in RC and LTS releases (#25875)Bartek Iwańczuk
2024-09-19fix: cjs resolution cases (#25739)snek
2024-09-16chore: remove `warnOnDeprecatedApi()` (#25673)Asher Gomez
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-04fix(byonm): resolve npm deps of jsr deps (#25399)David Sherret
2024-09-03chore: cleanup code for deprecation notices in JS code (#25368)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-27fix(task): support tasks with colons in name in `deno run` (#25233)Marvin Hagemeister
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-19feat: Deprecate "import assertions" with a warning (#24743)Bartek Iwańczuk
2024-08-19fix(compile): make output more deterministic (#25092)David Sherret
2024-08-15refactor: `version` module exports a single const struct (#25014)Bartek Iwańczuk
2024-08-15refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)Bartek Iwańczuk
2024-08-15feat: `deno compile --icon <ico>` (#25039)Divy Srivastava
2024-08-08fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)Nathan Whitaker
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06feat: deno run <task> (#24891)Satya Rohith
2024-08-01fix: regressions around Error.prepareStackTrace (#24839)Bartek Iwańczuk
2024-08-01fix(compile): adhoc codesign mach-o by default (#24824)Divy Srivastava
2024-08-01feat: codesign for deno compile binaries (#24604)Divy Srivastava
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-24Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692)Bartek Iwańczuk
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-22Revert "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24665)Bartek Iwańczuk