All Versions
85
Latest Version
Avg Release Cycle
138 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.22.0 Changes
April 27, 20200.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, 20200.20.1
- Avoid using container-fluid on the body if the screen is larger than 1200px (#846)
-
v0.20.0 Changes
January 17, 20200.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 !
- โ Add
-
v0.19.1 Changes
December 27, 20190.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:
-
v0.18.0 Changes
November 13, 20190.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.
- CLI
-
v0.17.4 Changes
- ๐ Parser
- Fix missing chars in root folder.
- Replace removed fs-extra.walkSync with klaw-sync.
- ๐ Parser
-
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.
- Template