All Versions
85
Latest Version
Avg Release Cycle
138 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.50.0 Changes
π₯ BREAKINGΒ CHANGES
- --silent renamed to --quiet or -q for short
- π² --color renamed to --no-color to disable color in log output
- π --parse was deleted because it is the same as --simulate
- --simulate renamed to --dry-run / -n
- 0οΈβ£ Default output is not json, use "--log-format json" to get json
- --config / -c must be a path to a file, not a directory
π FIXED
π Fix sampleUrl config option behavior:
- if it is absent or
false
, no sample block will be generated - if it is
true
, the current page location will be used - if it is an url, that will be used
π Note that the option useHostUrlAsSampleUrl has no longer any effect and can be safely removed. Use a value of
true
forsampleUrl
to get the same behavior.
- if it is absent or
π Fix non working sortFields function (fix #968)
π Fix syntax highlighting for markdown parsed text
π Fix color in logs was not showing since upgrade to winston 3
π Fix newlines being removed in pre tags (fix #809 by @JayBerlin)
π Fix header/footer in aloneDisplay mode (fix #905 via #1027 by @esaracco)
π Fix duplicated content in aloneDisplay mode (fix #938 via #1025 by @esaracco)
π Fix apiSampleRequest not working (fix #984 via #1023 by @esaracco)
π Fix error with parenthesis in apiGroup (fix #994 via #1022 by @esaracco)
π Fix absent diff on different api route (fix #963 via #1030 by @esaracco)
β ADDED
- β Add request method to compare template (#986 by @klickagent)
- β Add some shorthand options, see apidoc -h
- β Add --log-format option for json output (default is not json)
- β Add ascii art in verbose mode
- β Add --warn-error to treat warnings as error (fix #703)
β¨ ENHANCEMENTS
- HUGE CLEANUP OF THE CODEBASE
- π Merge apidoc-core back into the apidoc repository. The apidoc-core repository is now read-only.
- β Add .eslintrc.js and enforce coding style everywhere
- β‘οΈ Update many dependencies to their latest version
- π± Make sidenav wider and template more responsive (fix #851)
- Big CSS code overhaul and change
- 0οΈβ£ Ignore node_modules by default (fix #936)
- β Add ASCII art in verbose mode
- π Allow setting input and output in apidoc.json (fix #630)
- Take standard parameters of URL query string into account (#1014 by @esaracco)
- π Allow colon character in apiDefine (fix #877 via #1021 by @esaracco)
-
v0.29.0 Changes
- π Fix broken handlebar
- [DEV] add a npm run serve command
- β Remove space that was added for optional params
- π Make the 'optional' label unselectable (#970 by Thomas Bruun)
-
v0.28.1 Changes
- π Fix issue with handlebar (#967)
-
v0.28.0 Changes
- π Use npm lockfile v2
- β‘οΈ Update handlebar to fix vulnerability (#962)
- π Fix runtime error in single page template (#944 via #945 by Ashlanfox)
- π Implement apiBody parsing into multi page template (#953 by Seth Wheeler)
-
v0.27.0 Changes
- Maintain comment order for @apiParam and @apiSuccess (fix #206 via #951 by Matheus Giovani)
- β Add option for JavaScript output mode (#933 by refineddigital)
- β Add new configuration variable
useHostUrlAsSampleUrl
(#930) by Shivam Kumar Jha - β Add new favicon (#926 by Francisko Arenas)
- π Implement apiBody parsing into single page template (#916 by Seth Wheeler)
-
v0.26.0 Changes
November 28, 20200.26.0
- Clean up useless CSS rule (#923)
- Enable GitHub actions (#918 by @tommy87)
- π Send sample url request to url hosting the documentation when no sampleUrl is provided in config (#915 by @thealphadollar)
-
v0.25.0 Changes
August 14, 2020 -
v0.24.0 Changes
July 18, 20200.24.0
- π Fix output when offline (#894) by @SecretAgentKen
- β± Increase require.js timeout (#889) by @NicolasCARPi
- π Use Prism.js instead of deprecated prettify.js (#888) by @NicolasCARPi
-
v0.23.0 Changes
May 30, 2020π A lot of contributions in this release. A big thanks to all the contributors! :)
0.23.0
- Send sample request auto json body if body/json is not used but Content-Type application/json header is set (#862)
- π Fix documentation not showing / Show version when withCompare is set to false (#880) Fix #879
- β Add support for javascript config files (#872)
- β Add support for different config files (#874)
- π Fix tests for Windows (#873)
- π Fix pre borders overflowing on print view (#887)
-
v0.22.1 Changes
May 01, 20200.22.1
- π Fix initial jump with hashed URL (#871) by @rafaelgssa