This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
v2.0.0
- PHP 7 minimum requirement
- Symfony 3.1 minimum requirement
- Less code from runtime (using 3.1 symfony features)
Fixed bugs:
- Tags with dots generate classes with dots in the name #56
Closed issues:
- Generation without configuration file is broken #60
- Generating API with Response Model #35
- Objects extended with AllOf are generated wrong #33
- Multiple objects in AllOf generates Index Error #32
Merged pull requests:
- Fix generation when no configuration file is specified #61 (pyrech)
- Fixed typo in README #59 (pyrech)
- Fixed README: syntax + link to jolilogo #58 (lyrixx)
- Ref #56, remove all non alphanum from tags for the resource name #57 (damienalexandre)
- fix php-cs-fixer version #53 (drAlberT)
- Update nikic/php-parser from ^2.0 to ^3.0 #51 (ChiVincent)
- Make minor readability improvements in USAGE.md #48 (forevermatt)
- Manage special paths: #47 (HanXHX)
- Prevent doubleslashes with basepath in operations #46 (HanXHX)
- Add PHP 7.1 Support #44 (vik-singh)
- Update USAGE.md #43 (richhl)
- PHP cs fixer V2.0.0 compatibility #41 (matthieu88160)