Releases: photogabble/tuppence
Releases · photogabble/tuppence
v2.0.4
v2.0.3
What's Changed
- Patch: Make test helpers available by @carbontwelve in #16
Full Changelog: 2.0.2...2.0.3
v2.0.2
What's Changed
- chore(deps-dev): bump phpunit/phpunit from 8.5.32 to 9.6.3 by @dependabot in #11
- chore(deps-dev): bump phpunit/phpunit from 9.6.3 to 9.6.6 by @dependabot in #14
- Feature: Add makes requests trait by @carbontwelve in #15
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: 2.0.1...2.0.2
v2.0.1
feat: publish v2.0.1
v2.0.0
- Update dependency on PHP from
^5
to^8
- Update usage of PHPUnit from
5.7.*
to^8.5
- Replace usage of
Zend\Diactoros
withlaminas/laminas-diactoros
- Update usage of league/container from
^2.2
to^4.2
- Update usage of league/event from
^2.1
to^3.0
- Update usage of league/route from
^3.0
to^5.1
v1.1.3
The helper methods for GET/POST/DELETE/PATCH now return the instance of router they modify allowing chaining if needed (e.g adding middleware.)
1.1.2
:bug: fixed bug where $request is null
1.1.1
:sparkles: exception handler now aware of request
1.1.0
:bookmark: version 1.1 (#2) * :white_check_mark: begun adding tests for exception handling * :sparkles: added exception handlers
First Release
1.0.0 :tada: first commit