Skip to content

Releases: alchemy-fr/PHP-dataURI

Support parsing of datauri's without mediatype

27 Feb 11:06
e521b11
Compare
Choose a tag to compare
Merge pull request #14 from jczerwinski/allow-blank-mime

Support parsing of datauri's without mediatype.
Also tag as 0.2.5

0.2.4: enforce png for tests

27 Feb 09:46
5873c82
Compare
Choose a tag to compare
Luckily via.placeholder.com returns png even if doc says default is gif.
Anyway it also returns png even if you explicitly ask for a gif...

0.2.3

30 Nov 13:19
Compare
Choose a tag to compare

Fix sami version
Add support for SVG formats

0.2.2

10 Dec 14:06
Compare
Choose a tag to compare

Update package to run tests with more PHP versions

0.2.1

10 Dec 12:39
Compare
Choose a tag to compare

Adds composer compatibility with Symfony 3

0.2.0

29 Sep 08:09
Compare
Choose a tag to compare

Adds a new method to build a data URI from a remote file using CURL.

This release adds an optional dependency on ext-curl to use that new feature.

0.1.1

22 Aug 15:03
Compare
Choose a tag to compare
  • Fix parsing of mime types that contains plus signs and dots (#4)