Skip to content

Releases: bornfight/jsonapi-documentation

Swap inflector with Doctrine

21 Sep 14:31
ff86e41
Compare
Choose a tag to compare

Use doctrine inflector since it produces better results.

Symfony inflector had some wierd cases:

  • tax ->tacies
  • productDetails -> productDetailss

Remove Class and update Readme

04 Sep 14:26
Compare
Choose a tag to compare
v0.1.1

 add readme

Initial Release

04 Sep 13:55
Compare
Choose a tag to compare

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.