This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Releases: artesaos/warehouse
Releases · artesaos/warehouse
Stable 3.0
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
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
TODO
- Crud basic
- Responses with fractal available
- Tests
- More base interfaces
- Query Filter Builder
- Adjustments to the eager-loader eloquent in Fractal responses
- Documentation