Releases: tiny-blocks/http
Releases · tiny-blocks/http
v4.2.0
- Bumps PHP requirement to 8.5 and updates related dependencies in composer.json.
- Refactors Makefile for improved usability, adds help target, and updates Docker image.
- Enhances CI workflow with build artifact caching and updated PHP version.
- Cleans up .gitignore and .gitattributes for consistency.
v4.1.1
- Fixes execution of composer scripts and updates dependencies.
v4.1.0
- Switch serialization support to
tiny-blocks/mapper.
v4.0.2
- Fixes http status code message.
v4.0.1
- Fixes header construction.
v4.0.0
- Improves lib's separation of responsibilities and using.
- Adds and improves tests.
- Updates documentation
- Updates dependencies and builds
v3.2.0
- Improves strict typing and tests.
v3.1.0
- Adds wrapper for HTTP code 422.
v3.0.3
- Fixes test and build execution for the GitHub workflow.
v3.0.2
- Fixes HTTP headers.