-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathCHANGES
119 lines (75 loc) · 2.6 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
=========
CHANGELOG
=========
0.8.6.dev0 (undefined)
------------------
*
0.8.5 (2020-04-09)
------------------
* Fix support Django 2, 2.1, 2.2
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