Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [Unreleased]

- chore: add Renovate configuration for automated dependency updates [#17](https://github.com/voku/httpful/pull/17)
- CI: modernize GitHub Actions workflow (bump `actions/checkout`, `actions/cache`, `actions/upload-artifact` to supported releases; switch deprecated `set-output` to `$GITHUB_OUTPUT`) [#18](https://github.com/voku/httpful/pull/18)
- CI: add `composer validate --strict` and `composer audit` steps; declare `phpstan/phpstan` in `require-dev` [#18](https://github.com/voku/httpful/pull/18)
- tests: increase line coverage from 63.88% to 72.41% (+8.53%) by adding 97 new tests for `UriResolver`, `Factory`, `FormMimeHandler`, `HtmlMimeHandler`, `XmlMimeHandler`, `CsvMimeHandler`, `Http`, `Mime`, `Request`, `Setup`, and `ClientErrorException` [#19](https://github.com/voku/httpful/pull/19)
- code style fixes applied via StyleCI [#16](https://github.com/voku/httpful/pull/16) [#20](https://github.com/voku/httpful/pull/20)
- examples: update `post_form.php`

## 3.0.1 (2023-07-22)

- "composer.json" -> provide "psr/http-factory-implementation"
Expand Down
Loading