Skip to content

Releases: 68publishers/image-storage

v0.4.6

15 May 21:17
Compare
Choose a tag to compare
Fix: An exception `FileExistsException` must be thrown if a source im…

v0.4.5

15 May 00:56
Compare
Choose a tag to compare
  • added macro n:picture
  • a macro {img} and n:img is deprecated, use {src} and n:src instead
  • updated README (section about Latte macro usages has been added)

v0.4.4

25 Apr 00:12
Compare
Choose a tag to compare

Added a modifier f - fit

v0.4.3

24 Apr 22:54
Compare
Choose a tag to compare

Added a modifier ar - aspect ratio

v0.4.2

20 Apr 19:17
Compare
Choose a tag to compare
Fix: A Filesystem adapters were registered into the DI as services bu…

v0.4.1

20 Apr 00:07
Compare
Choose a tag to compare
Removed mention about removed modifier `pf`

v0.4

19 Apr 23:47
Compare
Choose a tag to compare

News:

BC Breaks:

  • and object Env has been renamed to Config
  • an option env has been renamed to config
  • a config (env formerly) options are now lowercase
  • changed a signature configuration (see changes)
  • an option no_image_rules has been renamed to no_image_patterns

v0.3.1

26 Mar 22:43
Compare
Choose a tag to compare
  • an error response is in JSON format instead of a plain text
  • a 404 response is returned when an image not found and a no-image is not defined
  • small fixes in file paths and extensions

v0.3

11 Mar 23:26
Compare
Choose a tag to compare

🆕 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()

v0.2.3

26 Feb 00:28
Compare
Choose a tag to compare

🆕 added option storages.{name}.signature - requests on an ImageServer can be verified with signature parameter in URL
🆕 added an ENV property SIGNATURE_PARAMETER_NAME

❗️ changed a default value for an ENV property VERSION_PARAMETER_NAME to _v (NULL before)