index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
schemas
Age
Commit message (
Expand
)
Author
2024-08-22
chore: update config-file.v1.json (#25163)
Kenta Moriuchi
2024-08-20
feat(config): Support frozen lockfile config option in deno.json (#25100)
Nathan Whitaker
2024-08-20
feat(unstable): ability to use a local copy of jsr packages (#25068)
David Sherret
2024-08-18
fix: correct JSON config schema to show vendor option as stable (#25090)
David Sherret
2024-08-16
feat(config/jsr): add license field (#25056)
David Sherret
2024-07-09
feat(workspace): support object config (#24483)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-04-30
feat(cli): add support for jsxImportSourceTypes (#23419)
Luca Casonato
2024-04-24
fix(config): move json schema unstable examples to item (#23506)
David Sherret
2024-04-24
chore(cli): Add workspaces property to config schema (#23546)
Nathan Whitaker
2024-04-22
feat: add jsx precompile skip element option (#23457)
Marvin Hagemeister
2024-03-08
fix(config): remove pkg name example and add pattern to schema (#22813)
David Sherret
2024-03-08
fix(config): add unstable features as examples to config schema (#22814)
David Sherret
2024-02-20
fix(lsp): add schema for JSR related config options (#22497)
Luca Casonato
2024-01-24
feat(publish): exclude and include (#22055)
Luca Casonato
2023-11-01
feat: precompile JSX (#20962)
Bartek Iwańczuk
2023-10-26
fix: add 'unstable' property to config json schema (#20984)
David Sherret
2023-08-22
feat(ext/kv): connect to remote database (#20178)
Heyang Zhou
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-06-29
fix: add `exactOptionalPropertyTypes` for configuration file JSON schema (#19...
scarf
2023-05-23
feat: add support for globs in the config file and CLI arguments for files (#...
Bartek Iwańczuk
2023-05-19
chore: add Deno version information to new 1.34 deno.json properties (#19202)
David Sherret
2023-05-18
feat(cli): add `nodeModulesDir` option to config file (#19095)
David Sherret
2023-05-18
feat(cli): top-level `exclude` field in `deno.json` (#17778)
scarf
2023-04-26
feat(cli): flatten deno.json configuaration (#17799)
scarf
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-25
feat(fmt): make semi-colon option a boolean (#17527)
David Sherret
2023-01-24
feat(fmt): add ability to configure semicolons (#17292)
Bartek Iwańczuk
2022-12-22
fix: add missing verb in description (#17163)
Geert-Jan Zwiers
2022-12-19
fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127)
Kamil Ogórek
2022-12-10
feat(cli): support deno bench in the config file (#16608)
Geert-Jan Zwiers
2022-12-08
feat(cli): support configuring the lock file in the config file (#16781)
Roj
2022-10-25
feat(lint): add a report lint config setting (#16045)
Brenley Dueck
2022-07-19
chore(cli): update config file schema to include test config (#15246)
Roj
2022-03-17
fix(config-file): fix config-file.v1.json schema to allow colons in the task ...
David Sherret
2022-03-10
feat: "deno task" subcommand (#13725)
Bartek Iwańczuk
2022-02-28
chore: Add "noImplicitOverride" to config-file.v1.json (#13780)
Elisée Maurer
2022-02-23
feat: allow specification of import map in config file (#13739)
Kitson Kelly
2021-12-14
feat(lsp): improve registry completion suggestions (#13023)
Kitson Kelly
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-09-20
fix(config-schema): correct default value of "lib" (#12145)
Eyal Shalev
2021-09-14
chore: update URL for schemas (#12070)
Bartek Iwańczuk
2021-09-14
chore: add JSON schema for configuration file (#12062)
Bartek Iwańczuk
2021-07-22
fix(cli): info now displays type reference deps (#11478)
Kitson Kelly