=========
CHANGELOG
=========

0.8.4 (2020-04-08)
------------------

* Add support Django 2, 2.1, 2.2
* Add waittimeout settings


0.8.2 (2018-07-04)
------------------

* Response errors status code from 400 to 500


0.8.1 (2017-06-14)
------------------

* Fix phantom path in PATH


0.8.1 (2017-05-05)
------------------

* Fix python 3 support
* Add support for Django 1.11
* Drop support for Django <1.8


0.7.0 (2017-01-08)
------------------

* Support for rendering PDF
* Python 3 support
* Django 1.8 support
* Add TEST_CAPTURE_SCRIPT setting


0.6.0 (2014-11-27)
------------------

* Added support of pure PhantomJS capture, i.e. without CasperJS, without selector (by Mateusz Mikolajczyk)
* Support for capturing locally rendered templates, without external request (by Mateusz Mikolajczyk)


0.5.0 (2014-11-11)
------------------

* Added screenshot model and adminsite support (by Luc Milland)
* Allows to wait for a given time (milliseconds) before doing the screenshot (by Florent Lebreton)
* Replace mimetype by content_type in HttpResponse for django1.7 compliance (by Florent Lebreton)


0.4.0 (2014-03-19)
------------------

* If URL not provided, use request's host (by Mozillag)
* Allow to provide a custom PhantomJS command (by mo-mughrabi)
* Improved logging
* Added some minimalistic unit tests


0.3.1 (2014-01-31)
------------------

* Fix requirement spelling


0.3.0 (2013-09-05)
------------------

* Return appropriate HTTP responses on parameter errors (400)
* Better processing of capture errors, not for remote JS yet. (ref #1)
* Save temporary file step is specified output for ``casperjs_capture`` is a filepath
* Add a *screamshotter* orphan branch, as a demo Django project
* Ability to control image format (other than ``png`` or ``html``)


0.2.0 (2013-08-18)
------------------

* CASPERJS_CMD setting to bypass PATH lookup
* Query ``crop`` parameter to control resize
* Query ``size`` parameter to control image size
* Query ``render`` parameter to control output format
* Remove ``remote.message`` loging
* Query ``waitFor`` parameter to control capture timing
* Inject *screamshot* class on *body* to allow capture styling
* Use capture instead of captureSelector if no selector provided
* Query parameters to control viewport size
* Ability to add extra command-line arguments
* Updated CasperJS CLI status code
* Detect forwarded IP address in login decorator


0.1.1 (2012-04-17)
------------------

* Include package data


0.1.0 (2012-04-17)
------------------

* Initial working version
