8000 Tags · mjl-/sherpadoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mjl-/sherpadoc

Tags

v0.0.8

Toggle v0.0.8's commit message
v0.0.8

- Do not trip over struct fields with types that sherpadoc does not support if
  that field wouldn't be included in the output, e.g. due to a struct tag.

v0.0.7

Toggle v0.0.7's commit message
recognize builtin type "any" for empty interface

v0.0.6

Toggle v0.0.6's commit message
v0.0.6

- Make fields with json tag "omitempty" in the type, "nullable" in the sherpadoc output.

v0.0.5

Toggle v0.0.5's commit message
v0.0.5

- Fix case where following imports across multiple packages did not work properly.

v0.0.4

Toggle v0.0.4's commit message
v0.0.4

- Improve handling of embedded fields and cross-package field references.

v0.0.3

Toggle v0.0.3's commit message
v0.0.3

- Improve error message by prefixing the lines with filename:line number of offending source code, if available.
- Bail out with clear error message when encountering a type alias. It isn't supported yet.

v0.0.2

Toggle v0.0.2's commit message
v0.0.2

- Add flag -adjust-function-names for influencing how exported function names are transformed.
0