Version 1.5 is the first to implement Post Type Discovery.
A new property is returned with every post, post-type
, which indicates the specific post type as determined by the Post Type Discovery algorithm.
Other changes since the last release notes:
New features:
- Supports
quotation-of
in Microformats posts and tweets - Parse
h-app
includingu-redirect-uri
as well as<link rel="redirect_uri">
values - Support parsing Instagram user pages as feeds
- Parse Instagram profile URLs, and include bio in h-card
- Updates to php-mf2 0.4.4-alpha release
Bugfixes:
- When interpreting JSON, don't require a
value
property for HTML values, generating the plaintext version - Fixes for several changes to Instagram's undocumented APIs
- Switch to an HTML5 parser for better parsing results
- Fixes for whitespace handling in
<br>
tags - Include
in-reply-to
URL for tweets - Fixes for Atom vs RSS parsing
- Updates to work with Twitter's streaming JSON which is slightly different than their REST API