You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Removed
15
15
16
+
## [3.11.0] - Friday, 9 August 2019
17
+
### Added
18
+
- Support for query parameters in the bash template (https://github.com/mpociot/laravel-apidoc-generator/pull/545)
19
+
- Include query parameters and headers in the generated Postman collection (https://github.com/mpociot/laravel-apidoc-generator/pull/537)
20
+
- Include Python out of the box as example language (https://github.com/mpociot/laravel-apidoc-generator/pull/524)
21
+
22
+
### Changed
23
+
- Moved nunomaduro/collision to "suggested" so it doesn't break PHP 7.0 (https://github.com/mpociot/laravel-apidoc-generator/commit/2f3a2144e1a4f1eb0229aea8b4d11707cb4aabbf)
24
+
25
+
### Fixed
26
+
- Stopped using config helper inside config file (https://github.com/mpociot/laravel-apidoc-generator/pull/548)
27
+
16
28
## [3.10.0] - Sunday, 23 June 2019
17
29
### Added
18
30
-`--verbose` flag to show exception encountered when making response calls (https://github.com/mpociot/laravel-apidoc-generator/commit/dc987f296e5a3d073f56c67911b2cb61ae47e9dc)
0 commit comments