forked from asciidisco/grunt-lib-phantomjs-istanbul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
38 lines (37 loc) · 999 Bytes
/
CHANGELOG
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
# Puppeteer
v0.0.3:
date: 2018-01-04
changes:
- fixed some issues with assigning overrides to the puppeteer-producer child job.
v0.0.2:
date: 2018-01-04
changes:
- decided to create improvements alongside the qunit-puppeteer plugin. https://github.com/lee-leonardo/grunt-qunit-puppeteer-istanbul
v0.0.1:
date: 2018-01-01
changes:
- a work in progress. the local host related functionality does not work.
# PhantomJS
v0.6.0:
date: 2014-03-28
changes:
- Allow "spawn" to be called without options.
- Kill spawned phantomjs process on cleanup() in case something is keeping it open.
- Added option for screenshots.
v0.5.0:
date: 2014-01-17
changes:
- /41 /49 merged
v0.4.0:
date: 2013-09-02
changes:
- removed phantom.exit on failures after first load /24 /18
- return full request object for debugging /34
v0.3.0:
date: 2013-04-03
changes:
- bumped phantomjs to 1.9.0-1
v0.1.0:
date: 2012-10-05
changes:
- Work in progress.