Releases: bornfight/jsonapi-documentation
Releases · bornfight/jsonapi-documentation
Swap inflector with Doctrine
Use doctrine inflector since it produces better results.
Symfony inflector had some wierd cases:
- tax ->tacies
- productDetails -> productDetailss
Remove Class and update Readme
v0.1.1 add readme
Initial Release
This is the initial release that contains main features:
- generate JsonApi documentation based on your Controller routes and Entity definitions based on Entities, Transformers and Hydrators.
- Ability to hook into the generation process and add custom routes.