Releases: contributte/api-router
Releases · contributte/api-router
v6.0.0
v5.0.0
Bumped! 🇲🇷
Diff: v4.3.0...v5.0.0
Maintenance:
- Code: add types [e536d7d] (@f3l1x)
- Composer: allow contributte/utils 0.6.0 [2132786] (@radimvaculik)
- Composer: update deps to current versions [717263a] (@f3l1x)
- ApiRoute: allow to enable/disable basePath [closes #52][closes #53] [e69cc26] (@f3l1x)
- Composer: require PHP 8.1+ [be87248] (@f3l1x
Changes:
- Composer: upgrade dev tools, allow dev versions [480b5a2] (@f3l1x)
- Makefile: modernize [14e8905] (@f3l1x)
- CI: modernize [10c19d3] (@f3l1x)
- Tests: refactoring [3928d94] (@f3l1x)
- QA: update codesniffer [a6d5a09] (@f3l1x)
- QA: update phpstan [c881ea1] (@f3l1x))
- CI: drop PHP 8.0 [e3e2aef] (@f3l1x)
- Versions: open 5.1.x [7eba9a0] (@f3l1x)
v4.3.0
Bumped! 🇨🇼
Diff: v4.2.0...v4.3.0
Changes:
- Router: add HEAD method (#51) [9b75ef0] (@MikyWoW)
- DI: replace deprecated nette/reflection with contributte/utils [8bf9ca0] (@f3l1x)
- Readme: mention extension + examples [6963e46] (@f3l1x)
- Composer: upgrade deps [e04de8b] (@f3l1x)
Maintenance:
- Phpstan: replace code-rules [d2bd9ff] (@f3l1x)
- Composer: allow codesniffer plugin (#50) [d06f91d] (@petrparolek)
- CI: update workflows [19de9f1] (@f3l1x)
- QA: update tools [28d9a32] (@f3l1x)
- Tests: cases -> Cases [0812cf3] (@f3l1x)
- Composer: reformat [368f5f8] (@f3l1x)
- QA: codesniffer [4b2a8d1] (@f3l1x)
- Tests: fix tests [bc3b787] (@f3l1x)
- Composer: open 4.3-dev [e652f0c] (@petrparolek)
- Update composer to v2 in CI [5e1d787] (@petrparolek)
v4.2.0
v4.1.0
Bumped! 🍿
Diff: v4.0.0...v4.1.0
Changes:
- Std [004]: kodiak [f574e2e] (@f3l1x)
- Fix for str_replace(): Argument #2 () must be of type array|string, int given [905c373] (@jvitasek)
- Travis CI -> GitHub Actions [671e795] (@petrparolek)
- fixed compatibility with Nette 3.1 (@petrparolek)
v2.1.1
v2.1.0
Bumped! ⏫
Diff: v2.0.3...v2.1.0
Changes:
- less strict requirements for doctrine/cache [75c3c8e] (@vvoody-)
- simplified versions in composer.json, ^2.4 is subset of ^2.3 [277d6dc] (@vvoody-)
- Merge pull request #18 from vvoody-/doctrine-cache-version, Doctrine cache version [e497277] (@paveljanda)
- Deal with the situation when resolved method is not defined [87c2a31]
- Add master alias [7f2a3e8] (@mabar)
- Nette 3.0 compatibility [b0d0ec7]
- FIX NotWorkingAnnotations, - Remove run tag is deprecated replace by addicting getService into initialize throw afterCompile, - Fixing loading presenters by tag 'nette.presenter' tag no longer exist replaces by finding by type of IPresenter [c253686] (@matlad)
- remove unused import [05adeed] (@matlad)
- removing unused import [ac6a69e] (@matlad)
- Actualization of composer.lock for nette 3.0 [c4578fc] (@matlad)
- Format Nette code style [eb23f53] (@matlad)
- fix class name [eae6c5b] (@matlad)
- README [70f4feb] (@paveljanda)
- README [cf24af4] (@paveljanda)
- ublaboo -> contributte [73b113f] (@paveljanda)
- README [7fd29d4] (@paveljanda)
- README [577b4da] (@paveljanda)
v4.0.0
v3.0.0
BC Breaks:
- nette 3
v2.0.3
- Allow ApiRouteSpec::$description to be null