Skip to content

Releases: flarebyte/baldrick-doc-ts

"v0.11.0"

19 Apr 08:32
bac6a4c
Compare
Choose a tag to compare

What's Changed

  • feat:Generate csv with all the functions by @olih in #13

Full Changelog: "v0.10.0"..."v0.11.0"

"v0.10.0"

29 Mar 07:18
d4da4f4
Compare
Choose a tag to compare

What's Changed

  • chore:Update dependencies and migrate to broth by @olih in #12

Full Changelog: v0.9.0..."v0.10.0"

v0.9.0

25 Jan 18:28
8e6679e
Compare
Choose a tag to compare

What's Changed

  • General internal UML diagram and ngram stats by @olih in #9

Full Changelog: v0.8.5...v0.9.0

v0.8.5

24 Jan 14:32
c6ba39e
Compare
Choose a tag to compare

What's Changed

  • Adds parse command for mermaid by @olih in #7
  • Just minor increment version by @olih in #8

Full Changelog: v0.7.0...v0.8.5

v0.7.0

22 Jan 08:58
e0fd1e9
Compare
Choose a tag to compare

What's Changed

  • Normalise with latest scaffolding by @olih in #4

Full Changelog: v0.6.0...v0.7.0

v0.6.0

01 Jan 14:34
3e20879
Compare
Choose a tag to compare

What's Changed

  • Enforce uppercase for markdown file API.md by @olih in #2

Full Changelog: 0.5.0...v0.6.0

v0.5.0 typedoc markdown documentation

01 Jan 07:30
b22a8f5
Compare
Choose a tag to compare

Document generator for typescript projects

  • It relies on typedoc under the hood.
  • It can be run directly using npx.
  • It generate the documentation as markdown. This provides a more basic documentation that the default typedoc but does not generate any html or css that would become part of the source code, and may raise some warnings with many linters.