-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.0.5](https://github.com/dsuurlant/response2schema/tree/1.0.5) (2024-11-26) | ||
|
||
### Added | ||
- Added NOTICE.md | ||
- Added CHANGELOG.md | ||
|
||
### Changed | ||
- Updated .gitignore | ||
- Updated LICENSE.md | ||
- Updated author email | ||
|
||
### Removed | ||
- Removed `clue/phar-composer` as it is no longer updated and `symfony/process` needs a security fix | ||
|
||
## [1.0.4](https://github.com/dsuurlant/response2schema/tree/1.0.4) (2023-10-09) | ||
|
||
### Changed | ||
- Bump dependencies to fix [CVE-2023-29197](https://github.com/advisories/GHSA-wxmh-65f7-jcvw) | ||
|
||
## [1.0.3](https://github.com/dsuurlant/response2schema/tree/1.0.3) (2022-10-07) | ||
|
||
### Changed | ||
- Updated Symfony dependencies | ||
- Updated PHP min requirement | ||
- Use newer Phar packager | ||
- Updated author email | ||
|
||
### Removed | ||
- Removed travis config + badge | ||
|
||
## [1.0.2](https://github.com/dsuurlant/response2schema/tree/1.0.2) (2021-03-27) | ||
|
||
### Changed | ||
- Update to last minor OAS version | ||
- Update dependencies | ||
- Replace `fzaninotto/faker` with `fakerphp/faker` | ||
- Update contact information | ||
|
||
## [1.0.1](https://github.com/dsuurlant/response2schema/tree/1.0.1) (2020-05-26) | ||
|
||
### Added | ||
- Add bin reference to composer.json | ||
|
||
### Changed | ||
- Update README.md | ||
|
||
## [1.0.0](https://github.com/dsuurlant/response2schema/tree/1.0.0) (2020-05-25) | ||
|
||
### Added | ||
- Initial commit | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"authors": [ | ||
{ | ||
"name": "Daniëlle Suurlant", | ||
"email": "danielle[email protected]" | ||
"email": "danielle@dsuurlant.dev" | ||
} | ||
], | ||
"autoload": { | ||
|