Skip to content

XRay 1.1.1

Compare
Choose a tag to compare
@aaronpk aaronpk released this 29 Apr 19:57
· 182 commits to master since this release
3107efd

This release adds support for a few more websites and Microformats vocabularies, as well as a major refactor that allows XRay to be used as a library in other PHP projects rather than just an API.

The following websites were added:

  • GitHub repos, pull requests, issues and comments
  • XKCD comics

The following Microformats vocabularies were added:

  • h-review
  • h-product
  • h-recipe

There is a new API endpoint and library method for parsing all rel values of a page. This will merge the list of HTTP Link headers that have rel values with the HTML rel values found on the page. See the README for documentation.