Releases: contributte/apitte
Releases · contributte/apitte
v0.12.3
Bumped! 🇯🇵
Diff: v0.12.2...v0.12.3
Changes:
- Annotations: support doctrine/annotations v1 [e5a799a] (@radimvaculik)
- feat: add Translator to SymfonyValidator [f6f7d56] (@martenb)
Maintenance:
v0.12.2
v0.12.1
Bumped! 🇧🇩
Diff: v0.12.0...v0.12.1
Changes:
- Annotations: unlock doctrine/annotations v2 [closes #196] [7a7ea09] (@f3l1x)
- Composer: allow middlewares 0.12.x [42d2a4e] (@f3l1x)
- Composer: rely on nette/di directly [3e5066e] (@f3l1x)
- OpenApiPlugin: drop definition helper from contributte/di [cb464d4] (@f3l1x)
Maintenance:
v0.12.0
Bumped! 🕉️
Diff: v0.11.1...v0.12.0
Changes:
- Composer: require PHP 8.1+ [d160fa6] (@f3l1x)
- OpenApi: moved to contributte/openapi [eced018] (@f3l1x)
- Composer: fix lower deps [51674d5] (@f3l1x)
- SymfonyValidator: fix phpstan [98fc3fd] (@f3l1x)
- Composer: upgrade deps (nette v4, symfony v6+) [6a378f1] (@f3l1x)
Maintenance:
v0.11.1
Bumped! 🚥
Diff: v0.11.0...v0.11.1
Changes:
- Composer: allow nette/utils 4.0 [c651ea7] (@radimvaculik)
v0.11.0
Bumped! 👼
Diff: v0.10.2...v0.11.0
Changes:
- Require PHP 8.0 [a600a32] (@f3l1x)
- Code: nettrine -> contributte [2a9f989] (@f3l1x)
- Composer: update dependencies [b3749f7] (@Roman3349)
- Add missing type hints, use more strict comparisons [68c04a6] (@Roman3349)
- EntityAdapter: basic support of array shapes [8ae43ce] (@PavelJurasek)
- TReflectionProperties: Fix accessing uninitialized properties [95f539e] (@Rixafy)
- SymfonyValidator: Make annotation reader optional, test attributes [459a16e] (@Rixafy)
- EntityAdapter: Fix deprecation and move errors to phpstan.neon [ebd7b11] (@Rixafy)
- ApiRequest: fix obtaining entity [8d66303] (@PavelJurasek)
- Apidoc: merge endpoint parameters specification if OpenApi annotation is provided (#199) [596ac1e] (@besir)
- Refactor: add more types [276791b] (@f3l1x)
- Refactor: drop finals [4d8b01c] (@f3l1x)
- DoctrineAnnotationLoader: make getReader protected [ad1ec9f] (@f3l1x)
- OpenAPI: add Link object and add missing properties of existing objects [ad2565b] (@Roman3349)
Maintenance:
- Composer: downgrade contributte/dev [0dc37d0] (@f3l1x)
- Tests: fix for PHP 8.0 [1a9a83c] (@f3l1x)
- Phpstan: fixes [7fdc0bf] (@f3l1x)
- Tests: ninjify -> contributte [235cd3e] (@f3l1x)
- Composer: ninjify -> contributte [765c83a] (@f3l1x)
- Codesniffer: ninjify -> contributte [c9a9b1b] (@f3l1x)
- Clean up in readme [13dec0c] (@petrparolek)
v0.10.2
Bumped! 🙆♂️
Diff: v0.10.1...v0.10.2
Changes:
- Request header parameter fix [b5510cc] (@MartinMystikJonas)
- OpenAPI: fix security scheme entity, add OAuth flow entity [7c38cc9] (@Roman3349)
- OpenApi: add missing validation for security scheme object [3b51deb] (@Roman3349)
- OpenAPI: add Exaple implementation add type hints to OpenAPI schema object properties [08e8857] (@Roman3349)
- Composer: upgrade psr7 to v0.9 [e0504ec] (@f3l1x)
- Composer: upgrade middlewares to v0.11 [4276db7] (@f3l1x)
Maintenance:
v0.10.1
Bumped! 👺
Diff: v0.10.0...v0.10.1
Changes:
- Apply response decorators also on responses returned from request dispatchers by early return [19fb13f] (@MartinMystikJonas)
- Custom mapping types [298a557] (@MartinMystikJonas)
- Phpstan: upgrades [870e0ac] (@f3l1x)
Maintenance:
v0.10.0
Bumped! 🏧
Diff: v0.9.1...v0.10.0
Changes:
- Composer: require PHP 7.4 [3da7316] (@f3l1x)
- Added schemaType in EndpointParameter, change openapi type to schemaType [d325a56] (@Domm98CZ)
- OpenApi: security scheme flows [60f2977] (@vlastakozelka)
- Fix type extraction from
array
/mixed
native types [3033fc7] (@r-st) - Improve routes matching (#185) [67d7605] (@czita)
v0.9.1
Bumped! ℹ️
Diff: v0.9.0...v0.9.1
Changes:
- Fix return values to comply with
IteratorAgreggate
interface,IteratorAggreage:getIterator()
should returnTraversable
since PHP 8.1 [5756697] (@r-st) - Fix support of typed properties [bc6830e] (@r-st)
- Bump
nette/utils
to 3.2 [ef262ad] (@r-st) - Support Symfony v6 [57e5406] (@f3l1x)
- QA: phpstan, codesniffer, tests, github actions [e25e03a] [2139ff4] [cd3da90] [1925694] (@f3l1x)