Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-19 | refactor: move cli/doc/ to separate crate (#7103) | Bartek Iwańczuk | |
2020-07-31 | upgrade: deno_lint, dprint, swc (#6928) | Bartek Iwańczuk | |
This commit upgrades: deno_lint 0.1.20 dprint-plugin-typescript 0.25.0 swc_ecmascript 0.1.0 SWC is no longer reexported from dprint nor deno_lint. | |||
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-07-11 | chore: upgrade deno_lint, remove direct dprint dep (#6679) | Bartek Iwańczuk | |
This PR removes direct dependency on dprint-plugin-typescript and swc_ecma_visit. Both of these dependencies have been pushed out to deno_lint crate. This should make it a bit easier to do the upgrades and prevent having conflicting crate requirements. | |||
2020-05-17 | Update to dprint 0.18.3 and the latest version of swc (#5509) | David Sherret | |
2020-05-06 | feat: deno doc handles default exports (#4873) | Bartek Iwańczuk | |
2020-04-30 | fix(doc): better repr for object literal types (#4998) | Bartek Iwańczuk | |
2020-04-27 | refactor: factor out AstParser from DocParser (#4923) | Bartek Iwańczuk | |
2020-04-14 | fix(doc): Added extends field to interface (#4739) | Luca Casonato | |
2020-04-14 | fix(doc): expose optionality in function params and class members (#4738) | Luca Casonato | |
2020-04-08 | feat(doc): handle function params and type params (#4672) | Bartek Iwańczuk | |
2020-04-03 | upgrade dprint to 0.9.10 (#4601) | Bartek Iwańczuk | |
2020-04-03 | "deno doc" parses the "implements" clause of a class def (#4604) | Ondřej Žára | |
2020-04-03 | `deno doc` parses super-class names (#4595) | Ondřej Žára | |
Co-Authored-By: Luca Casonato <luca.casonato@antipy.com> | |||
2020-03-28 | feat: Add "deno doc" subcommand (#4500) | Bartek Iwańczuk | |