Skip to content

Releases: rigwild/apidoc-markdown

4.0.1

14 Mar 17:48
Compare
Choose a tag to compare
  • Distribute TypeScript sources with npm packages (sources map)
  • Use fs.promises.readFile in utf-8 mode instead of using .toString()

4.0.0

14 Mar 14:05
Compare
Choose a tag to compare

Major release.

Introducing a real programmatic usage. The old system was just a CLI wrapper where you passed paths on from files on your file system. The project has been reworked to directly accept apiDoc data objects and prepend/template as strings.

See Programmatic usage API.

Check the README.md for new features.

  • Full refactor. Added real programmatic usage
  • Update README
  • Update examples with apidoc-example
  • Update tests
  • Fix #8
  • Cleaned template random spacings
  • Fix order setting sometimes crashes

3.2.2

26 Feb 20:18
Compare
Choose a tag to compare

Upgraded dependencies

3.2.1

16 Jan 21:15
Compare
Choose a tag to compare
  • Added support for legacy apidoc.json file
  • Updated apiDoc example data
  • Examples TypeScript rewrite
  • Tests update

3.2.0

16 Jan 19:49
Compare
Choose a tag to compare
  • Fixed @apiError not showing - See #6
  • Added more details to success and error responses
  • Removed dist from repository in favor of .npmignore file - See #7
  • Removed Todo section from README.md
  • Updated dependencies

3.1.0

01 Dec 12:15
Compare
Choose a tag to compare
  • Update License + author email
  • Update dependencies
  • Fix package.json format error

3.0.0

17 Oct 22:09
Compare
Choose a tag to compare
  • Full project refactor
  • TypeScript rewrite
  • Better tests
  • Better programmatic usage

Release 2.1.0

21 Jun 20:41
Compare
Choose a tag to compare