All Versions
85
Latest Version
Avg Release Cycle
138 days
Latest Release
-

Changelog History
Page 3

  • v0.22.0 Changes

    April 27, 2020
    0.22.0
    • ๐Ÿ›  Fix issue with newer api endpoint showing up on first page load (#869) by @Yopai
    • โšก๏ธ Update Handlebars to latest version (fix security issue) (#867) by @NicolasCARPi
    • ๐Ÿ‘ Allow several path parameters (#866) by @rafaelgssa
    • โž• Add param file upload support (#850) by @aqnaruto
  • v0.21.0 Changes

    • โž• Add --single option to output in a single HTML file (#840) by @eyasliu
  • v0.20.1 Changes

    February 14, 2020

    0.20.1

    • Avoid using container-fluid on the body if the screen is larger than 1200px (#846)
  • v0.20.0 Changes

    January 17, 2020
    0.20.0
    • โž• Add @rigwild/apidoc-markdown converter in README (#839)
    • โž• Add --watch command line option to generate doc if source changes (#835)
    • ๐Ÿ“œ Handle parsing of array fields (#829)
    • ๐Ÿ– Handle nested fields when sending the request (#828)
    • โช Revert back the api Group/Name change in template (#821)

    ๐Ÿš€ A big thanks to the main contributor for the new features of this release: @omargho !

  • v0.19.1 Changes

    December 27, 2019
    0.19.1
    • Bring back apidoc-example as devDependencies for CI
    • โšก๏ธ Update apidoc-core version in package-lock.json
    • ๐Ÿ›  Fix documentation for filter-by option (use = instead of :)
    • ๐Ÿ›  Fix HTML after comparison (#827)
  • v0.19.0 Changes

    December 02, 2019

    ๐Ÿ›  The number of open pull requests in now 0! :D In this release you'll find one bugfix and also some new features/improvements.

    ๐Ÿ›  Bugfix:

    - Fix default header being sent instead of user input (#813)

    ๐Ÿ†• New features:

    • Add aloneDisplay config option to filter the page after clicking menu header (#820 by @SxiaZB)
    • Add filtering navigation bar based on URL (#820 by @SxiaZB)
    • Add dropdown box for the body parameter and modify to allow multiple params (#812 by @SxiaZB)
    • Add --filter-by option (#810 by @omaretna)

    - Add possibility to define absolute url in @api (fix #201)

    โœจ Enhancements:

    • Add mjs file extension to the list of parsed files (#815 by @mons54)
    • Improve the example project
    • Don't output anything by default on CLI (fix #799)
  • v0.18.0 Changes

    November 13, 2019
    0.18.0

    ๐Ÿš€ This release comes after more than two years without changes to the code. A lot of things were merged and fixed, so it is possible that this changelog is not entirely complete. Refer to the git log if necessary.

    Common

    • Add Docker image and improve it (#807)
    • Fix apiGroup showing instead of apiName in template

    - Add support for custom markdown parser location (#714)

    CLI

    • Add kotlin to default file-filters.

    - Escape content of success examples.

    Template

    • Update style.css to have horizontal scrolling for long URLs.
    • Add Vietnamese translation.
    • Add Turkish translation.
    • Blank optional parameters omitted from sample request.
    • Update template form parameter to be in form group (#669)
    • Improve the sorting of names (#688)
    • Avoid underscores in article titles (#764)
    • Add default value of the headers in the input (#806)
    • Add notes about Elixir (#658)

    - Send JSON body for APIs (#559)

    ๐Ÿšง Maintenance

    • Update dependencies where possible
  • v0.17.5 Changes

    January 31, 2017
    • CLI
      • Bugfix for folder problem.
  • v0.17.4 Changes

    • ๐Ÿ“œ Parser
      • Fix missing chars in root folder.
      • Replace removed fs-extra.walkSync with klaw-sync.
  • v0.17.3 Changes

    January 16, 2017
    • Template
      • Fix missing lodash dependency. #581
      • Fix hidden optional field.
      • Add check for empty header/footer nav points.