Releases: typedoc2md/typedoc-plugin-markdown
Releases · typedoc2md/typedoc-plugin-markdown
v1.0.14
- Updated packages and readme. No code changes.
v1.0.13
- Fixed issue with private properties not rendering.
v1.0.12
- Updated url resolving logic to match default theme
v1.0.11
- Updated for typedoc 0.9.0
v1.0.10
- Removed extraneous ? symbol from parameter output as flag already set to optional
v1.0.9
- Fixed issue with optionals not rendering correctly.
- Fixed issue with internal links in parameter comment blocks not rendering correctly.
v1.0.8
Fixed issue with links not parsing correctly inside comment tags.
v1.0.6
- Removed -mdOutFile from options (this never worked very well and was over complicating the code - if anybody complains then will look at re-implementing).
- Tidied up interface output to use generic property partials.