Releases: wapmorgan/OpenApiGenerator
Releases · wapmorgan/OpenApiGenerator
0.4.10: fix array query params
0.4.9: fix `use` bug
Fix bug of parsing use ()
0.4.8: float-types fix
Update TypeDescriber.php
0.4.7: fix `float` type description
Update TypeDescriber.php
0.4.6: fix emtpy module id for yii2
Update Yii2CodeScraper.php
0.4.5: fix describing rules
Fix describing rules when rule is equals to examples.
0.4.4: accumulated improvements
- Fixed usaged on php <8 version (openapi constants).
- Improved yii2 scraper: application controllers.
- Improved slim scraper: added
@auth
tag, source folder is passed now to scraper
0.4.3: fix php nullable type hints
Fix nullable fields in php type hints
0.4.2: new functions and fixings
- Request body is not always required
- Support for nullable virtual properties with dynamic types
- More detailed endpoint result in generate + inspect
- Fix dynamic properties generator and wrapping result
- Fix for arrays not direct properties
- Support for property types from php type hint only
0.4.1: two small fixes
Update Yii2CodeScraper.php