Breaking changes:
- Bumped minimum PHP version from 5.4 to 5.6 (#220)
- #214 parse an img element for src and alt — i.e. all property values parsed as image URLs where the img element has an
altattribute will now be a{'value': 'url', 'alt': 'the alt value'}structure rather than a single URL string - Renamed
masterbranch tomain. Anyone who had been installing the latest development version withdev-masterwill need to change their requirements todev-main
Other changes: