Releases: aaronpk/XRay
XRay Library Release
This release is updated to only contain the files needed when running XRay as a library.
XRay 1.1.1
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.
XRay 1.0.0
First release of an easily-installable version of XRay. If you extract the xray.zip
file to your web server, you should be able to just drop it in and go. There are also installation instructions in the README. The xray.zip
file includes all the required dependencies already installed.