Skip to content

Releases: SoliDry/api-generator

Custom json api pagination via page/limit

08 Jan 16:11
Compare
Choose a tag to compare

add errors processing corresponding to json api format

07 Jan 22:06
Compare
Choose a tag to compare

item/collection relations + fixes

07 Jan 16:03
Compare
Choose a tag to compare
0.7.1

	*	#hot-fix. DefaultTransformer collection/item + Json $host

Fix saveRels with inverse pivot

06 Jan 16:00
Compare
Choose a tag to compare
0.6.3

	*	#28. fix saveRels with inversed pivot

Fix PHP_DEV corrupted logic

05 Jan 19:40
Compare
Choose a tag to compare
0.6.2

	*	#hot-fix. PHP_DEV

--regenerate option + migration file existence check

05 Jan 12:35
Compare
Choose a tag to compare
0.6.1

	*	#26. add --regenerate option + migration existence check

refactor + php doc + raml correction

03 Jan 21:43
Compare
Choose a tag to compare
0.5.2

Merge branch 'develop'

Relations with JSON API strictly compatible output

03 Jan 13:38
Compare
Choose a tag to compare

CRUD on ManyToMany relationships better logic

03 Jan 07:24
Compare
Choose a tag to compare
0.4.1

Merge branch 'develop'

Major relations CRUD methods, migrations + refactoring

01 Jan 15:34
Compare
Choose a tag to compare
  • added routes for relations CRUD ops
  • migrations creation on the fly with --migrations flag
  • BaseController methods to retrieve, add, update or delete relationships