Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.07 KB

Changelog

All notable changes to laravel-weserv-images will be documented in this file

1.0.0 - 2020-06-24

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

0.5.0 - 2020-03-04

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

0.4.1 - 2020-03-02

  • remove deprecated <source src>

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

0.4.0 - 2020-03-02

  • 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

0.3.0 - 2020-03-01

  • add toPicture() method

0.2.1 - 2020-02-29

  • fix used Url class

0.2.0 - 2020-02-29

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

0.1.0 - 2020-02-29

  • initial release