This repository was archived by the owner on Dec 9, 2025. It is now read-only.
v0.8.0
Bumped! 🚉
Diff: v0.7.1...v0.8.0
Changes:
- Std [004]: kodiak [3db3572] (@f3l1x)
- Readme: support [ecd4c3c] (@f3l1x)
- Readme++ [c99c923] (@f3l1x)
- Readme: fix partners link (#156) [f97fc38] (@petrparolek)
- Github: allow build on all branches (#159) [f43fc82] (@petrparolek)
- ContainerConstraintValidator: fix & simplify documentation [6384a0c] (@martenb)
- BasicEntity: map GET parameters to DELETE method [9a41e4d] (@martenb)
- BasicEntity: map GET parameters to DELETE method - tests [0d46c18] (@martenb)
- [PHP 8.0] Pre-attributes - update annotations to named arguments (#162) [7c46619] (@TomasVotruba)
- Attributes: support attributes, added Koriym attribute reader, update annotations to named arguments [97d3ec3] (@TomasVotruba)
- Tests: make DoctrineAnnotationLoader test run attributes only on PHP 8.0 to avoid parse erorrs [7476965] (@f3l1x)
- QA: ignore attribute controller check, due to failing attribute rules [a23c2a1] (@TomasVotruba)
- Attributes: nested attributes are not allowed [e0df5fc] (@TomasVotruba)
- Composer: bump min version to PHP 7.3 [efd769e] (@TomasVotruba)
- Updates related to attributes feature [5352c86] (@f3l1x)
- Composer: unify authors [1503b25] (@f3l1x)
- CI: update default php, php8 is not allowed to fail [0a64db4] (@f3l1x)
- [PHP 8] Fixup attributes features based on use in practise (#163) [c8ffbe3] (@TomasVotruba)
- Tests: make heredoc named NEON to inform about the syntax language (#166) [5fae3d4] (@TomasVotruba)
- Add AnnotationAttributeDualReader that can read both annotations and attributes at the same time (#165) [7e15641] (@TomasVotruba)
- Readme++ [fca8106] (@f3l1x)
- Added support for HEAD method [1304c8b] (@tg666)
- Fix getcomposer link domain, Fix getcomposer.com to correct domain getcomposer.org. [22862ac] (@woytam)
- BasicEntity: fix json body decode (#169) [0a2f43c] (@miranovy)
Migration:
- RequestParameter - required parameter in
- @RequestParameter(name="id", type="int", description="User ID")
+ @RequestParameter(name="id", in="path", type="int", description="User ID")