v1.2.0
Laravel Parasut API v1.2.0 Changes
- All redundant code has been reviewed and fixed.
- Query parameters can now be used for every model. These values are validated with a Validator.
- A more optimized structure has been implemented.
- The functions of each model are tested with PHPUnit.
- LICENSE and CHANGELOG files have been added.
- A FUNDING file has been added.
- A GitHub Actions file has been added (currently in the testing phase).
- The
source
tag has been removed from the PHPUnit file. - The
api_url
has been added to the config file, and each model now retrieves this value from there.
Full Changelog: v1.0.4...v1.2.0