Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Releases: artesaos/warehouse

Stable 3.0

16 Sep 05:54
Compare
Choose a tag to compare

As a general guide, this package should be simple, so v3 is being released as stable since repository stuff is working really well.

Fractal is still in development tough, a new approach for transformers (with nesting support) should be deployed on the next major release only (4.0)

More flexible approach

06 Sep 07:40
Compare
Choose a tag to compare
Pre-release

Biggest changes:

  • Big Refactoring
  • Ability of implementing single CRUD methods on a specific repository
  • Transformers now returns array instead of JsonResponse so the application has control of what to do with it.

Biggest TO-DO's

  • Create a simple way of transforming nested data.

2.0 A simple and direct approach

29 Dec 03:18
Compare
Choose a tag to compare
Pre-release

TODO

  • Crud basic
  • Responses with fractal available
  • Tests
  • More base interfaces
  • Query Filter Builder
  • Adjustments to the eager-loader eloquent in Fractal responses
  • Documentation