summaryrefslogtreecommitdiff
path: root/cli/schemas
AgeCommit message (Expand)Author
2024-11-19feat(fmt): support SQL (#26750)João Baptista
2024-11-19feat(task): dependencies (#26467)David Sherret
2024-11-16feat(task): support object notation, remove support for JSDocs (#26886)Bartek Iwańczuk
2024-11-14feat(cli): add `--unstable-node-globals` flag (#26617)Marvin Hagemeister
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-10-24fix: add 'fmt-component' to unstable features in schema file (#26526)Bartek Iwańczuk
2024-10-24fix(config): schemas for lint rule and tag autocompletion (#26515)Nayeem Rahman
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-09-23fix: consistent with deno_config and treat `"experimentalDecorators"` as depr...Kenta Moriuchi
2024-09-18fix: update nodeModulesDir config JSON schema (#25653)Marvin Hagemeister
2024-09-18fix: error on unsupported compiler options (#25714)Marvin Hagemeister
2024-09-18feat(check): turn on noImplicitOverride (#25695)Bartek Iwańczuk
2024-09-09BREAKING: remove deprecated files config (#25535)David Sherret
2024-09-06feat(lsp): turn on useUnknownInCatchVariables (#25474)Kenta Moriuchi
2024-09-05BREAKING: remove "emit" and "map" from deno info output (#25468)David Sherret
2024-09-05fix(config): validate export names (#25436)Marvin Hagemeister
2024-08-22chore: update config-file.v1.json (#25163)Kenta Moriuchi
2024-08-20feat(config): Support frozen lockfile config option in deno.json (#25100)Nathan Whitaker
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-18fix: correct JSON config schema to show vendor option as stable (#25090)David Sherret
2024-08-16feat(config/jsr): add license field (#25056)David Sherret
2024-07-09feat(workspace): support object config (#24483)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-24fix(config): move json schema unstable examples to item (#23506)David Sherret
2024-04-24chore(cli): Add workspaces property to config schema (#23546)Nathan Whitaker
2024-04-22feat: add jsx precompile skip element option (#23457)Marvin Hagemeister
2024-03-08fix(config): remove pkg name example and add pattern to schema (#22813)David Sherret
2024-03-08fix(config): add unstable features as examples to config schema (#22814)David Sherret
2024-02-20fix(lsp): add schema for JSR related config options (#22497)Luca Casonato
2024-01-24feat(publish): exclude and include (#22055)Luca Casonato
2023-11-01feat: precompile JSX (#20962)Bartek Iwańczuk
2023-10-26fix: add 'unstable' property to config json schema (#20984)David Sherret
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-06-29fix: add `exactOptionalPropertyTypes` for configuration file JSON schema (#19...scarf
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-05-19chore: add Deno version information to new 1.34 deno.json properties (#19202)David Sherret
2023-05-18feat(cli): add `nodeModulesDir` option to config file (#19095)David Sherret
2023-05-18feat(cli): top-level `exclude` field in `deno.json` (#17778)scarf
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-25feat(fmt): make semi-colon option a boolean (#17527)David Sherret
2023-01-24feat(fmt): add ability to configure semicolons (#17292)Bartek Iwańczuk
2022-12-22fix: add missing verb in description (#17163)Geert-Jan Zwiers
2022-12-19fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127)Kamil Ogórek
2022-12-10feat(cli): support deno bench in the config file (#16608)Geert-Jan Zwiers
2022-12-08feat(cli): support configuring the lock file in the config file (#16781)Roj
2022-10-25feat(lint): add a report lint config setting (#16045)Brenley Dueck