Skip to content

Releases: daniel-de-wit/lighthouse-paperclip

Lighthouse v6

28 Mar 07:44
5e42204
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

Paperclip 5

18 Nov 15:29
Compare
Choose a tag to compare
v4.0.0

Upgrade to czim/laravel-paperclip 5

Reduce weight

13 Nov 13:11
846cc2e
Compare
Choose a tag to compare

Added development files to .gitattributes to reduce total package weight for production.

Support Laravel Paperclip 4

15 Dec 09:43
Compare
Choose a tag to compare

Fix model namespace issue + default variant option

26 Jul 09:56
Compare
Choose a tag to compare
3.1.0

Add variant default to enum

Improved variants

20 Jul 14:50
Compare
Choose a tag to compare

Changed:

  • Guard against variant values that are not compatible for use as enum ( e.g; starting with number "50x50" )
  • [breaking] Prefix Model name to generated variant enum ( e.g; UserImageVariant )
  • Improve resolving of model internally

Support nullable attachments

18 Feb 13:23
6f5907b
Compare
Choose a tag to compare
v2.1.1

Fix nullable attachments

Add PHP8 support

10 Feb 13:29
c2f9b3d
Compare
Choose a tag to compare
v2.1.0

Add PHP 8 support (#1)

Lighthouse ^5

05 Jan 13:28
Compare
Choose a tag to compare
  • Add support for Lighthouse 5
  • Remove support for Lighthouse 4

Add support for camelCasing attachment attributes in GraphQL

03 Dec 10:41
Compare
Choose a tag to compare
v1.0.1

Convert camelCase to snake_case