Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-23 | feat(fmt): stabilize CSS, HTML and YAML formatters (#25753) | Bartek IwaĆczuk | |
This commits stabilizes CSS, HTML and YAML formatters in `deno fmt`. It is no longer required to use either of these flags: - `--unstable-css` - `--unstable-html` - `--unstable-yaml` Or these `unstable` options in the config file: - `fmt-css` - `fmt-html` - `html-yaml` | |||
2024-08-14 | feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) | Pig Fang | |
This commit adds capability to format HTML, Svelte, Vue, Astro and Angular files. "--unstable-html" is required to format HTML files, and "--unstable-component" flag is needed to format other formats. These can also be specified in the config file. Close #25015 |