Skip to content

Releases: vysokeskoly/image-api-sdk

Version 3.2.0

10 Oct 09:49
78ccc71
Compare
Choose a tag to compare

3.2.0 - 2022-10-10

  • Use Imagine to generate images
  • Add ImageContent::parseRealImageType method
  • Implement Imagine PointInterface in Point
  • Add ImageSize::asBox method

Version 3.1.0

10 Oct 09:49
ab5253f
Compare
Choose a tag to compare

3.1.0 - 2022-10-09

  • Add ImageGenerator service
  • Add Crop Value Object
  • Add ImageContent::fromImagick named constructor

Version 3.0.0

25 Jul 13:14
c1d0e2c
Compare
Choose a tag to compare

3.0.0 - 2022-07-25

  • Require php 8.1
    • [BC] Use php 8.1 features and types

Version 2.0.0

25 Jul 12:46
64860db
Compare
Choose a tag to compare

2.0.0 - 2022-07-25

  • Use php 7.4
  • [BC] Replace gmagick to imagick
  • Update dependencies
  • [BC] Refactor the library, to use lmc/cqrs-http as Commands and Queries instead of directly calling an API
  • Add and use value objects instead of scalar types