Releases: daniel-de-wit/lighthouse-paperclip
Releases · daniel-de-wit/lighthouse-paperclip
Lighthouse v6
Paperclip 5
v4.0.0 Upgrade to czim/laravel-paperclip 5
Reduce weight
Added development files to .gitattributes to reduce total package weight for production.
Support Laravel Paperclip 4
Fix model namespace issue + default variant option
3.1.0 Add variant default to enum
Improved variants
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
v2.1.1 Fix nullable attachments
Add PHP8 support
v2.1.0 Add PHP 8 support (#1)
Lighthouse ^5
- Add support for Lighthouse 5
- Remove support for Lighthouse 4
Add support for camelCasing attachment attributes in GraphQL
v1.0.1 Convert camelCase to snake_case