Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | refactor: move cli/doc/ to separate crate (#7103) | Bartek Iwańczuk | |
2020-08-10 | feat(doc): handle imports (#6987) | Bartek Iwańczuk | |
This commit adds additional objects to JSON output of "deno doc" command to facilitate linking between types in different modules. | |||
2020-07-12 | feat(doc): Improve terminal printer (#6594) | Valentin Anger | |
- Add more support for generics - Add the --private flag - displays documentation for not exported and private nodes - Display more attributes like abstract, static and readonly - Display type aliases - Refactor module to use the Display trait - Use a bit more color | |||
2020-06-09 | feat(doc): display all overloads in cli details view (#6186) | uki00a | |
2020-04-08 | feat(doc): handle function params and type params (#4672) | Bartek Iwańczuk | |
2020-03-28 | feat: Add "deno doc" subcommand (#4500) | Bartek Iwańczuk | |