Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

78 lines (58 loc) · 2.3 KB

Changelog

Unreleased

v0.2.2

  • Fixed bug where isValidMediaFileArray in the DefaultFormRequest could throw an error if the value is not an array.

v0.2.1

  • Fixed bug where prepareForValidation in the DefaultFormRequest could overwrite previous changes made to the input.

v0.2.0

  • 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.

v0.1.2

  • Fixed bug where morphTo relations in where, whereIn, whereNotIn and search filters would throw an error.
  • Deprecated getRelationTableName method on Weap\Junction\Http\Controllers\Helpers\Table class because it gives the wrong results for morphTo relations.

v0.1.1

  • Media temporary upload beforeMediaUpload & afterMediaUpload hooks.
  • Media temporary upload bugfix, $mediaFiles was not being filled.

v0.1.0

  • 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.

v0.0.15

  • Return only the pagination keys if the request is paginated.

v0.0.14

  • Added support for simple pagination.

v0.0.13

  • Duplicate route names bug resolved.
  • Laravel 11 support.

v0.0.12

  • Added route registrar.
  • Search columns bugfix.

v0.0.11

  • Added support for post requests.
  • Updated the routing, works with only controller names now.

v0.0.10

  • Fixed license in composer file.

v0.0.9

  • Added license file.

v0.0.8

  • Added option to save fillable instead of validated attributes.

v0.0.7

  • Fixed PHPDoc.
  • Fixed readme example for scopes.

v0.0.6

  • Count class bugfix.
  • Added support for whereNotIn.

v0.0.5

  • Fixed a bug with the where statement.

v0.0.4

  • Fixed bug where you couldn't use a scope without a parameter.

v0.0.1

  • Initial version.