Skip to content

Releases: wapmorgan/OpenApiGenerator

0.4.10: fix array query params

21 Oct 16:27
e299af4
Compare
Choose a tag to compare

Fix array query params names

0.4.9: fix `use` bug

19 Apr 22:31
c71bcd8
Compare
Choose a tag to compare

Fix bug of parsing use ()

0.4.8: float-types fix

29 May 08:48
6a2cbbf
Compare
Choose a tag to compare
Update TypeDescriber.php

0.4.7: fix `float` type description

29 May 06:43
fa053a3
Compare
Choose a tag to compare
Update TypeDescriber.php

0.4.6: fix emtpy module id for yii2

11 May 14:13
bbadf18
Compare
Choose a tag to compare
Update Yii2CodeScraper.php

0.4.5: fix describing rules

24 Apr 10:26
ba32431
Compare
Choose a tag to compare

Fix describing rules when rule is equals to examples.

0.4.4: accumulated improvements

12 Apr 10:09
Compare
Choose a tag to compare
  • 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

06 Mar 10:37
Compare
Choose a tag to compare

Fix nullable fields in php type hints

0.4.2: new functions and fixings

05 Mar 18:36
Compare
Choose a tag to compare
  • 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

30 Jan 18:51
637d800
Compare
Choose a tag to compare
Update Yii2CodeScraper.php