-
Notifications
You must be signed in to change notification settings - Fork 197
/
CHANGELOG
199 lines (196 loc) · 4.86 KB
/
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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
v4.0.0:
date: 2023-01-12
changes:
- Dependency Updates
- requires node 14+
- requires jasmine 3.9.0+
- bump puppeteer to version 19
v3.0.0:
date: 2021-05-13
changes:
- Dependency Updates
- drop node 8 support
- bump puppeteer to 8.0.0
v2.2.0:
date: 2020-05-04
changes:
- Dependency updates
- set the default option timeout value to 30 secs to sync with puppeteer's default timeout value.
- options.sandboxArgs; passing options to puppeteer
v2.1.3:
date: 2019-07-31
changes:
- Fix security deps
- Update Puppeteer
v2.0.3:
date: 2018-11-14
changes:
- Fix security deps: lodash
- Build only should pass if the buildSpecrunner runs without error
v2.0.2:
date: 2018-08-13
changes:
- Fix noSandbox option.
- Fix startTime, and timing issues.
v2.0.1:
date: 2018-05-31
changes:
- Use the grunt current working directory to find the jasmine core.
- Implement options.version.
- Dependency updates.
v2.0.0:
date: 2018-05-19
changes:
- Switch from PhantomJS to Chrome Headless via Puppeteer
v1.1.0:
date: 2017-01-12
changes:
- adds `tempDir` option.
- locks jasmine version
v1.0.3:
date: 2016-04-07
changes:
- Move to a non-deprecated sprintf.
v1.0.2:
date: 2016-04-07
changes:
- Fix sprintf issues in error calls.
v1.0.1:
date: 2016-04-07
changes:
- Allow to use custom bootfile.
- Doc updates.
- Fix and use lodash directly.
v1.0.0:
date: 2016-01-26
changes:
- Bump grunt-lib-phantomjs to 1.0.0.
- Bump jasmine to 2.2.0.
v0.9.2:
date: 2015-09-24
changes:
- Fixes npm@3 issues.
v0.9.1:
date: 2015-09-04
changes:
- Fix summary logging.
v0.9.0:
date: 2015-07-10
changes:
- Fix deprecated package.json licenses.
- Fix Phantomjs dependency to include correct phantom kill.
v0.8.2:
date: 2015-01-08
changes:
- Fixes to test summary reporting.
v0.8.1:
date: 2014-10-20
changes:
- Now removes listeners when using the build flag.
- Adds handler for `fail.load`.
v0.8.0:
date: 2014-07-26
changes:
- Plugin now uses Jasmine 2.0.4 from npm.
- Updates other dependencies.
- Added `options.polyfills`.
v0.7.0:
date: 2014-07-26
changes:
- 'Merged #153 to add stack trace to summary.'
- Updated for Jasmine 2.0.1.
- 'Merged #133 for minimal output.'
- 'Merged #139 changing file exclusion logic.'
v0.6.5:
date: 2014-05-31
changes:
- Option to allow specifying a `junitTemplate`.
v0.6.4:
date: 2014-04-28
changes:
- Indent level fix.
- Moved scripts inside the body tag.
v0.6.0:
date: 2014-01-29
changes:
- Jasmine 2.0.0 support.
- Improved logging support.
- Various merges/bugfixes.
v0.5.2:
date: 2013-08-02
changes:
- 'Fixed breakage with iframes / #44.'
- 'Added filter flag / #70.'
- 'Fixed junit failure output / #77.'
v0.5.1:
date: 2013-06-18
changes:
- 'Merged #69: grunt async not called when tests fail or `keepRunner` is true.'
v0.5.0:
date: 2013-06-15
changes:
- Updated rimraf.
- Made teardown async.
- Added Function.prototype.bind polyfill.
- Breaking (templates) changed input options for `getRelativeFileList`.
- Breaking (usage) failing task on phantom error (SyntaxError, TypeError, et al).
v0.4.2:
date: 2013-04-03
changes:
- 'Updated grunt-lib-phantomjs to 0.3.0/1.9 (closes #45).'
- 'Merged #38, #51.'
- 'Addressed #40, #43, #48, #45.'
v0.4.0:
date: 2013-03-08
changes:
- Updated grunt-lib-phantomjs to 0.2.0/1.8.
- Allowed spec/vendor/helper list to return non-matching files (e.g. for remote, http).
- 'Merged #30, #34.'
v0.3.3:
date: 2013-02-24
changes:
- Added better console output (via Gabor Kiss @Neverl).
v0.3.2:
date: 2013-02-17
changes:
- Ensure Gruntfile.js is included on npm.
v0.3.1:
date: 2013-02-15
changes:
- First official release for Grunt 0.4.0.
v0.3.1rc7:
date: 2013-01-22
changes:
- Exposed phantom and sendMessage to templates
v0.3.0rc7:
date: 2013-01-22
changes:
- Updated dependencies for grunt v0.4.0rc6/rc7
v0.3.0rc5:
date: 2013-01-08
changes:
- Updating to work with grunt v0.4.0rc5.
- Switching to `this.filesSrc` API.
- Added JUnit xml output (via Kelvin Luck @vitch).
- Passing `console.log` from browser to verbose grunt logging.
- Support for templates as separate node modules.
- Removed internal requirejs template (see grunt-template-jasmine-requirejs).
v0.2.0:
date: 2012-12-03
changes:
- Generalized requirejs template config.
- Added loader plugin.
- Tests for templates.
- Updated jasmine to 1.3.0.
v0.1.2:
date: 2012-11-24
changes:
- Updated for new grunt/grunt-contrib APIs.
v0.1.1:
date: 2012-11-07
changes:
- Fixed race condition in requirejs template.
v0.1.0:
date: 2012-11-07
changes:
- Ported grunt-jasmine-runner and grunt-jasmine-task to grunt-contrib.