Skip to content

Post Type Discovery

Latest
Compare
Choose a tag to compare
@aaronpk aaronpk released this 14 Jul 19:21
· 124 commits to main since this release
38d307d

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 including u-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