| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-31 | refactor: update to deno_doc 0.71 (#21023) | David Sherret | |
| 2023-10-30 | feat(doc): support multiple file entry (#21018) | Bartek Iwańczuk | |
| This commit adds support for multiple entry points to `deno doc`. Unfortunately to achieve that, I had to change the semantics of the command to explicitly require `--filter` parameter for filtering symbols, instead of treating second free argument as the filter argument. `deno doc --builtin` is still supported, but cannot be mixed with actual entrypoints. | |||
| 2023-10-26 | feat(doc): display non-exported types referenced in exported types (#20990) | David Sherret | |
| Upgrades to deno_doc 0.70 which includes the feature for showing non-exported types referenced in exported types as well as a much more advanced deno doc that uses a symbol graph. | |||
| 2022-11-02 | chore: update deno_doc (#16515) | Leo Kettmeir | |
| 2022-09-19 | refactor: move out test files from root testdata directory into sub ↵ | David Sherret | |
| directories (#15949) | |||
| 2021-09-02 | chore: upgrade crates (#11894) | Bartek Iwańczuk | |
| Co-authored-by: David Sherret <dsherret@gmail.com> | |||
| 2021-08-11 | chore: move test files to testdata directory (#11601) | David Sherret | |
