- Fixed bug where isValidMediaFileArray in the DefaultFormRequest could throw an error if the value is not an array.
- Fixed bug where prepareForValidation in the DefaultFormRequest could overwrite previous changes made to the input.
- Fixed a bug where the S3 disk was not supported for temporary media uploads.
- Added ability to enforce an order by model key on the query in an index route.
- Added missing
ext-pdo
requirement in the composer config. - Removed table of contents from
README.md
because GitHub has built-in feature for this. - Added link to js-junction package in
README.md
. - Added laravel pint github workflow.
- Fixed bug where
morphTo
relations inwhere
,whereIn
,whereNotIn
andsearch
filters would throw an error. - Deprecated
getRelationTableName
method onWeap\Junction\Http\Controllers\Helpers\Table
class because it gives the wrong results formorphTo
relations.
- Media temporary upload
beforeMediaUpload
&afterMediaUpload
hooks. - Media temporary upload bugfix,
$mediaFiles
was not being filled.
- Add local development instructions for composer and docker.
- Refactor scope calls to be more DRY.
- Fix checking if an attribute exists.
- Create a hook for the controller to mutate search values (e.g. for date formatting) (https://hitower.atlassian.net/browse/WEAP-187).
- Print any invalid relation names in the exception.
- Laravel Pint integrated.
- Added the Temporary Media Upload functionality.
- Return only the pagination keys if the request is paginated.
- Added support for simple pagination.
- Duplicate route names bug resolved.
- Laravel 11 support.
- Added route registrar.
- Search columns bugfix.
- Added support for post requests.
- Updated the routing, works with only controller names now.
- Fixed license in composer file.
- Added license file.
- Added option to save fillable instead of validated attributes.
- Fixed PHPDoc.
- Fixed readme example for scopes.
- Count class bugfix.
- Added support for whereNotIn.
- Fixed a bug with the where statement.
- Fixed bug where you couldn't use a scope without a parameter.
- Initial version.