Skip to content

Releases: alexdebril/feed-io

PHP 7 migration

17 Aug 05:32
Compare
Choose a tag to compare
PHP 7 migration Pre-release
Pre-release

PHP 5 no longer supported : #124
Rules no longer returns DomElement : #121
Strict mode in every classes : #123
Update to PHPUnit 6 : #128
Specify return types in all methods : #136

Yahoo! media thumbnails

16 Aug 07:39
Compare
Choose a tag to compare

detect media:thumbnail as medias if present #140

Ability to force the feed's timezone if missing from the stream

04 Aug 12:14
Compare
Choose a tag to compare

medias inclusion in Atom stream

02 Aug 09:39
Compare
Choose a tag to compare

medias are now correctly embedded in Atom feeds #131

Fix body size detection

27 Jul 11:41
Compare
Choose a tag to compare

Use ->getBody()->getSize() instead of strlen() which can be buggy : #122

multiple categories writing - 304 status support

25 Jul 11:46
Compare
Choose a tag to compare

The Formatter now writes all categories : #106
The Feed is empty if the HTTP response's status is 304 : #109 , #119

Atom's date format, Guzzle Factory, Feed implements Countable and php-cs-fixer

19 Jul 12:11
Compare
Choose a tag to compare

Date format was not compliant with Atom's standard : #102
Configuration was not passed to Guzzle through the Factory : #107
\FeedIo\Feed now implements \Countable : #110
The project is now PSR-2 compliant : #115

Thanks to @shavounet and @mirfilip

Fix crash when lastModified attribute is missing

22 Jun 16:03
Compare
Choose a tag to compare
v3.0.1

Update specifications-support.md

JSON Feed support

20 Jun 15:32
Compare
Choose a tag to compare

feed-io now supports JSON Feed as specified on https://jsonfeed.org/version/1

HTML special chars decoding

07 Jun 18:52
Compare
Choose a tag to compare

feed-io now decodes HTML special chars in the description