Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah authored Jan 19, 2020
1 parent 2af2f01 commit 6fc4837
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed


## [4.2.0] - January 2020
## [4.2.0] - Sunday, 19 January 2020
### Added
- New Postman collection generation features (https://github.com/mpociot/laravel-apidoc-generator/pull/666):
- Properly handle url parameters using the `:param` syntax (opposed to the Laravel-esque `{param}` syntax)
- Allow configuring the auth section of Postman collection config
- Add some documentation that was available but not exported in the Postman collection (for URL params and query params)

### Changed
- The package can now create a documentation endpoint automatically for `laravel`-type routes. This also allows users to install the package on dev-only enviornments but have their routes available in others, without writing custom routing code. (https://github.com/mpociot/laravel-apidoc-generator/pull/659)

### Fixed
- Error when installing due to DI not working properly on constructor (https://github.com/mpociot/laravel-apidoc-generator/pull/672)

## [4.1.0] - Monday, 6 January 2019
### Added
- RouteMatcher to use can now be specified by user (https://github.com/mpociot/laravel-apidoc-generator/pull/657)
Expand Down

0 comments on commit 6fc4837

Please sign in to comment.