Skip to content

Releases: Astrotomic/laravel-weserv-images

v1.0.0

24 Jun 19:14

Choose a tag to compare

  • drop \Astrotomic\Weserv\Images\Laravel\Url::img()
  • drop \Astrotomic\Weserv\Images\Laravel\Url::picture()
  • drop \Astrotomic\Weserv\Images\Laravel\Url::render()

v0.5.0

04 Mar 11:00

Choose a tag to compare

  • add Laravel 7 support
  • add img() and picture() methods with HtmlString return type

v0.4.1

02 Mar 12:35

Choose a tag to compare

  • remove deprecated <source src>

[Deprecation] with a parent is invalid and therefore ignored. Please use instead.

v0.4.0

02 Mar 11:58

Choose a tag to compare

  • BC: change method signature of toPicture(array $attr = [], array $srcSet = [])
    this was done to have the same signature as toImg() and allow all custom attributes

v0.3.0

01 Mar 09:15

Choose a tag to compare

  • add toPicture() method

v0.2.1

29 Feb 18:21

Choose a tag to compare

  • fix used Url class

v0.2.0

29 Feb 17:45

Choose a tag to compare

  • implement several Laravel interfaces: Htmlable, Renderable, Responsable, Jsonable, JsonSerializable, Arrayable

v0.1.0

29 Feb 15:34

Choose a tag to compare

  • initial release