Skip to content

Latest commit

 

History

History
416 lines (184 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

416 lines (184 loc) · 17.5 KB

7.1.6 (2024-01-15)

Bug Fixes

  • resource always select should always be selected in controller even if removed via removefields in querystring (22743b2)

7.1.3 (2024-01-15)

Bug Fixes

  • add deprecation for inline validation - should use formRquests instead (1d192e5)
  • added studly case response option (1eef478)
  • should use a new query for each batch updated record (#115) (61027b3)
  • tidy batch actions (2c4271f)

7.1.1 (2023-11-06)

Bug Fixes

  • nested relations with camel cased methods (9050b9a)

7.1.0 (2023-10-31)

Bug Fixes

  • load is slow on larger data-sets, unsetting and reloading the relationship manually is a lot faster. (afae9c6)

Features

  • add apiAddFields method (cd10f4a)
  • add request macro to force include relations (96d0af0)
  • allow setting only validated (e2958b8)

7.0.2 (2023-08-15)

Bug Fixes

  • load is slow on larger data-sets, unsetting and reloading the relationship manually is a lot faster. (afae9c6)

5.9.4 (2023-03-06)

Bug Fixes

5.9.3 (2023-01-10)

Bug Fixes

5.9.2 (2023-01-09)

Bug Fixes

  • for new hasOne Relations created, where withDefault is set, use the defaults (a439e24)

5.9.1 (2022-12-21)

Bug Fixes

  • morph relation not updated correctly (8d55c99)

5.9.0 (2022-12-21)

Features

  • query parser trait can be used for custom scope (99b1cfd)

5.8.4 (2022-12-20)

Bug Fixes

  • getBuilder should call getNewQuery by default if not set (da058a9)

5.8.3 (2022-12-20)

Bug Fixes

  • patch ability to call include method on model that is not a relationshiop (8cdba5c)

5.8.2 (2022-12-14)

Bug Fixes

  • alternate for where Has notHas (4043407)

5.8.0 (2022-12-14)

Bug Fixes

  • added has / not_has to filters experimental area (ab66270)

Features

  • experimental new filtering engine (1b109df)

5.8.0 (2022-12-14)

Features

  • experimental new filtering engine (1b109df)

5.7.0 (2022-12-05)

Bug Fixes

  • nested: fixes automatic filtering on hasOne (d876fc9)

Features

  • add restore route for soft deletes (650a66a)

5.6.1 (2022-10-13)

Bug Fixes

  • nested: fixes automatic filtering on hasOne (d876fc9)

5.6.0 (2022-10-13)

Bug Fixes

  • policy mapping for parent (c3525f2)

Features

  • revoke overriding policies as against core Laravel logic (1d469c4)

5.5.1 (2022-10-11)

Bug Fixes

5.5.0 (2022-10-11)

Features

  • add ability to use custom policy on a controller (25ac102)

5.4.1 (2022-09-27)

Bug Fixes

  • relation needs resource available (9d0ec0b)

5.4.0 (2022-09-13)

Features

  • events: add new trait wrap events (84b0ed7)

5.3.1 (2022-08-06)

Bug Fixes

  • stubs: fix policy stub having hardcoded namespace and model for some functions (f58d5d3)

5.2.0 (2022-08-06)

Bug Fixes

  • hidden fields should be hidden by default unless allowed (0bd653a)
  • morphMany in the api (b38d1da)
  • unused param (1801a68)

Features

  • allow forcing selection of columns not for display (01b31b8)

5.2.0 (2022-07-28)

Bug Fixes

  • hidden fields should be hidden by default unless allowed (0bd653a)

Features

  • allow forcing selection of columns not for display (01b31b8)

5.2.0 (2022-07-14)

Features

  • allow forcing selection of columns not for display (01b31b8)

5.1.0 (2022-06-10)

Bug Fixes

  • use model page size definition by default (93fa9b6)

Features

  • use model defaults for pagination size unless overwritten (669ba7d)

4.3.0 (2022-06-07)

Bug Fixes

  • documentation (ffa8678)
  • fix whitespace formatting (b48c638)
  • update namespace for batch actions (c41ac90)

Features

  • allow usage of Laravel Route Binding (2cde22e)
  • Included resources should not inherit parent (a6e11d3)

4.3.0 (2022-06-05)

Bug Fixes

  • fix whitespace formatting (b48c638)
  • update namespace for batch actions (c41ac90)

Features

  • allow usage of Laravel Route Binding (2cde22e)

4.3.0 (2022-06-01)

Bug Fixes

  • fix whitespace formatting (b48c638)
  • update namespace for batch actions (c41ac90)

Features

  • allow usage of Laravel Route Binding (2cde22e)

4.3.0 (2022-05-24)

Bug Fixes

  • update namespace for batch actions (c41ac90)

Features

  • allow usage of Laravel Route Binding (2cde22e)

4.2.3 (2022-05-23)

Bug Fixes

  • update namespace for batch actions (c41ac90)

4.2.2 (2022-05-16)

Bug Fixes

  • make sure case of keys is correct (3bc2adc)

4.2.1 (2022-05-10)

Bug Fixes

  • Breaking model holding onto incorrect static bindings (01019e8)

4.2.0 (2022-05-05)

Bug Fixes

  • builder should be initialised (e0de920)

Features

  • upgrade to construct models on first call instead of on controller instansiation (742b47e)

4.1.1 (2022-04-26)

Bug Fixes

4.1.0 (2022-04-11)

Features

  • extends filterUserField to pass the resource to all fieldGates, so that gates with context-dependent logic can be used. (dfed357)

4.0.4 (2022-04-07)

Bug Fixes

  • resource to Array should be a manual call (15badb7)

4.0.3 (2022-03-30)

Bug Fixes

  • api nested stub not working (6f003c8)
  • stub paths / variables (1f7a787)

4.0.2 (2022-03-30)

Bug Fixes

  • non-default related models were returned if defined in $mapResources (d9d4ff1)

4.0.1 (2022-03-15)

Bug Fixes

  • array breaks when passed to resource (2380d81)

4.0.0 (2022-03-14)

Bug Fixes

chore

Features

  • Laravel 9 compatability (d8b8906)

BREAKING CHANGES

    • support for laravel prior to 8.5 dropped

4.0.0-beta.1 (2022-03-14)

Bug Fixes

  • parser not initialised (0d3c36f)
  • use Attribute type attributes (84e470c)

Features

  • Laravel 9 compatability (e5f51c8)

BREAKING CHANGES

  • No longer supports older than laravel 8.5 / php 8.0

4.0.0-beta.1 (2022-03-10)

Bug Fixes

Features

  • Laravel 9 compatability (e5f51c8)

BREAKING CHANGES

  • No longer supports older than laravel 8.5 / php 8.0