Releases: 68publishers/image-storage
Releases · 68publishers/image-storage
v0.4.6
v0.4.5
v0.4.4
Added a modifier f
- fit
- fill
- stretch
- contain
- crop-* (all position from http://image.intervention.io/api/fit with a
crop-
prefix)
v0.4.3
v0.4.2
v0.4.1
v0.4
News:
- added a method
IImageStorage::getConfig()
- added support for image-storage-lambde
BC Breaks:
- and object
Env
has been renamed toConfig
- an option
env
has been renamed toconfig
- a
config
(env
formerly) options are now lowercase - changed a signature configuration (see changes)
- an option
no_image_rules
has been renamed tono_image_patterns
v0.3.1
v0.3
🆕 Major changes:
- source and cached images are in separated directories. An original (source) images are now saved without file extnension.
- an image format is parsed from a file extension (defined in URL path)
- webp and progressive jpeg support
- modifiers can be now defined without values like tags (if a modifier allows it of course). The only modifier that allows it is the
original
for now
❗️ BC breaks:
- removed modifier
pf
- removed method
ImageInfo:: isNoImage()