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.18

Toggle v0.0.18's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.18

- Add flag to drop fields from structs when generating docs. Useful when
  including types from external packages that are missing `json:"-"` on some
  fields and you want to generate sherpadoc for them.
- Give string/int values (enums) their own named type so we can generate
  sherpdoc (and sherpats api's) containing them.

v0.0.17

Toggle v0.0.17's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.17

- When importing packages, skip "main". Helps import package "time".

v0.0.16

Toggle v0.0.16's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.16

- Recognize -rename to basic types, and don't generate a type definition for them and don't fail on renames to the same basic types.

v0.0.15

Toggle v0.0.15's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.15

- Add cli flag to sort functions & types within a section by name.

v0.0.14

Toggle v0.0.14's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.14

- Add -rename flag, for having different type in sherpadoc output than in source code.

v0.0.13

Toggle v0.0.13's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.13

- Recognize time.Duration as int64 instead of failing on it.

v0.0.12

Toggle v0.0.12's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.12

- Do not generate docs for unexported fields in an section struct.
- Make Ints work for int64.

v0.0.11

Toggle v0.0.11's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.11

- Understand int8 and uint8 for numeric (integer) enums.

v0.0.10

Toggle v0.0.10's commit message

Verified

This tag was signed with the committer’s verified signature.
mjl- Mechiel Lukkien
v0.0.10

- allow enums without values
- add hack for accepting named types of []byte

v0.0.9

Toggle v0.0.9's commit message
v0.0.9

- If dependencies are vendored in a project, use vendor/ to load packages
  instead of (slower) packages.Load library.
0