Skip to content

Releases: maurobonfietti/slim4-api-skeleton-crud-generator

Version 0.21.0

26 Feb 17:29
dd9e55c
Compare
Choose a tag to compare

RELEASE VERSION: 0.21.0

CHANGES:

  • Use \Exception and minor changes.

Version 0.20.0

06 Nov 02:54
87c2a5c
Compare
Choose a tag to compare

RELEASE VERSION: 0.20.0

CHANGES:

  • Refactor CrudGeneratorService and minor changes.

Version 0.19.0

06 Nov 02:41
8fc99c2
Compare
Choose a tag to compare

RELEASE VERSION: 0.19.0

CHANGES:

  • Updated withJson with the skeleton's ResponseFactory.
  • Separate the Custom Response class to include in controllers and improve IntelliSense.

Thanks to @GoldraK for these contributions!

0.18.0

03 Oct 20:09
c5c032b
Compare
Choose a tag to compare

RELEASE VERSION: 0.18.0

CHANGES:

  • Minor change in the status code for the generated PHPUnit tests.

Version 0.17.0

16 Mar 03:29
9f2d96b
Compare
Choose a tag to compare

RELEASE VERSION: 0.17.0

CHANGES:

  • Some minor changes to improve the quality of the generated files.

Version 0.16.0

16 Mar 02:18
9fcdb95
Compare
Choose a tag to compare

RELEASE VERSION: 0.16.0

CHANGES:

  • Minor changes to improve the quality of the generated files.

Version 0.15.0

14 Nov 20:07
a9b4854
Compare
Choose a tag to compare

RELEASE VERSION: 0.15.0

CHANGES:

  • Minor changes to improve the quality of the generated files.

Version 0.14.0

15 Aug 23:27
809632c
Compare
Choose a tag to compare

RELEASE VERSION: 0.14.0

CHANGES:

  • Minor changes in PHPUnit Tests.
  • Minor changes when generate Routes, Repositories and Services in App.

Version 0.13.0

26 Jun 23:00
02252e8
Compare
Choose a tag to compare

RELEASE VERSION: 0.13.0

CHANGES:

  • ReOrder default endpoints generated.
  • Move JsonResponse to Helper.

Version 0.12.0

20 Jun 20:23
44bd937
Compare
Choose a tag to compare

RELEASE VERSION: 0.12.0

CHANGES:

  • Fix error after remove files with default Base Class in Slim 4 Api Skeleton Repository.