Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 869 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.0 - 2017-10-19

Changed

  • Use interface for crawler client to allow more flexible (decorated) clients
  • Redirects are returned as redirected URL instead of the original URL
  • Prerender.io uses https instead of http transport

1.1.0 - 2017-08-11

Added

  • Make Response available in Page

Removed

  • Support for hhvm

1.0.1 - 2017-03-31

Added

  • Tests

Fixed

  • Add "psr-log" to required packages

1.0.0 - 2016-11-28

Added

  • Initial version