Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
0.50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Nov 21, 2021
1 parent d77e28a commit 50b5e25
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# apiDoc Changelog

### 0.50.2

#### FIXED

* fix checkbox styling (fix #1077 via #1079 by @esaracco)
* make sure success block appears after body/query params (fix #1100)
* fix content-type value (fix #1084 via #1085 by @esaracco)
* fix display of types for apiHeader and apiParam (#1083 by @esaracco)

#### ENHANCEMENTS

* improve build speed (by @rottmann)
* make the message about no config files found a warning
* look for package.json in current working directory for apidoc config (fix #1086)
* update chinese translation
* add json response highlighting (#1082 by @esaracco)

### 0.50.1

* fix issue with sampleUrl set to "true" (fix #1058 via #1062 by @esaracco)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.50.1",
"version": "0.50.2",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <rottmann@inveris.de>",
"license": "MIT",
Expand Down

0 comments on commit 50b5e25

Please sign in to comment.