1 | ## [4.0.1](https://github.com/karma-runner/karma-jasmine/compare/v4.0.0...v4.0.1) (2020-08-12)
|
---|
2 |
|
---|
3 |
|
---|
4 | ### Bug Fixes
|
---|
5 |
|
---|
6 | * **adapter:** filter functions from result.order ([#272](https://github.com/karma-runner/karma-jasmine/issues/272)) ([28f337c](https://github.com/karma-runner/karma-jasmine/commit/28f337caa86e9147d2110a27fb78cc072409c62a))
|
---|
7 |
|
---|
8 | # [4.0.0](https://github.com/karma-runner/karma-jasmine/compare/v3.3.1...v4.0.0) (2020-08-11)
|
---|
9 |
|
---|
10 |
|
---|
11 | ### chore
|
---|
12 |
|
---|
13 | * update dependencies ([#275](https://github.com/karma-runner/karma-jasmine/issues/275)) ([0adead4](https://github.com/karma-runner/karma-jasmine/commit/0adead425d44457b2b510cee9d79e7d6c4a203f1))
|
---|
14 |
|
---|
15 |
|
---|
16 | ### BREAKING CHANGES
|
---|
17 |
|
---|
18 | * Drop support for node 8 (add support for node 14)
|
---|
19 |
|
---|
20 | ## [3.3.1](https://github.com/karma-runner/karma-jasmine/compare/v3.3.0...v3.3.1) (2020-05-28)
|
---|
21 |
|
---|
22 |
|
---|
23 | ### Bug Fixes
|
---|
24 |
|
---|
25 | * **filter:** match any portion of a spec name ([#270](https://github.com/karma-runner/karma-jasmine/issues/270)) ([ded4c4b](https://github.com/karma-runner/karma-jasmine/commit/ded4c4b13ecc0ed976ee00b0ae808dbcd134157b)), closes [#256](https://github.com/karma-runner/karma-jasmine/issues/256)
|
---|
26 |
|
---|
27 | # [3.3.0](https://github.com/karma-runner/karma-jasmine/compare/v3.2.0...v3.3.0) (2020-05-28)
|
---|
28 |
|
---|
29 |
|
---|
30 | ### Features
|
---|
31 |
|
---|
32 | * **reporter:** emit info events for suiteStarted/suiteDone ([#269](https://github.com/karma-runner/karma-jasmine/issues/269)) ([7b73ce0](https://github.com/karma-runner/karma-jasmine/commit/7b73ce0abec8da370986d10cbb040fe6e5ae1d22))
|
---|
33 |
|
---|
34 | # [3.2.0](https://github.com/karma-runner/karma-jasmine/compare/v3.1.1...v3.2.0) (2020-05-26)
|
---|
35 |
|
---|
36 |
|
---|
37 | ### Features
|
---|
38 |
|
---|
39 | * **results:** forward passedExpectations and properties ([#268](https://github.com/karma-runner/karma-jasmine/issues/268)) ([ad1d7dd](https://github.com/karma-runner/karma-jasmine/commit/ad1d7dd28d56d2612b8a502a10710591d4de1cff))
|
---|
40 |
|
---|
41 | ## [3.1.1](https://github.com/karma-runner/karma-jasmine/compare/v3.1.0...v3.1.1) (2020-02-11)
|
---|
42 |
|
---|
43 |
|
---|
44 | ### Bug Fixes
|
---|
45 |
|
---|
46 | * **adapter:** do not emit debug url unless in a browser ([#263](https://github.com/karma-runner/karma-jasmine/issues/263)) ([9bcce88](https://github.com/karma-runner/karma-jasmine/commit/9bcce8864d7328cdd7571dda9828401034c9dbe6)), closes [#262](https://github.com/karma-runner/karma-jasmine/issues/262)
|
---|
47 |
|
---|
48 | # [3.1.0](https://github.com/karma-runner/karma-jasmine/compare/v3.0.3...v3.1.0) (2020-01-10)
|
---|
49 |
|
---|
50 |
|
---|
51 | ### Features
|
---|
52 |
|
---|
53 | * **adapter:** support spec=name URL and sharding ([#243](https://github.com/karma-runner/karma-jasmine/issues/243)) ([39b1582](https://github.com/karma-runner/karma-jasmine/commit/39b1582987f4b82d6da4775414f208a8433ec794))
|
---|
54 |
|
---|
55 | <a name="3.0.3"></a>
|
---|
56 | ## [3.0.3](https://github.com/karma-runner/karma-jasmine/compare/v3.0.2...v3.0.3) (2020-01-08)
|
---|
57 |
|
---|
58 |
|
---|
59 | ### Bug Fixes
|
---|
60 |
|
---|
61 | * **npm:** ignore integration-tests/ ([#248](https://github.com/karma-runner/karma-jasmine/issues/248)) ([f0083cb](https://github.com/karma-runner/karma-jasmine/commit/f0083cb))
|
---|
62 |
|
---|
63 |
|
---|
64 |
|
---|
65 | <a name="3.0.2"></a>
|
---|
66 | ## [3.0.2](https://github.com/karma-runner/karma-jasmine/compare/v3.0.1...v3.0.2) (2020-01-08)
|
---|
67 |
|
---|
68 |
|
---|
69 |
|
---|
70 | <a name="3.0.1"></a>
|
---|
71 | ## [3.0.1](https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v3.0.1) (2020-01-06)
|
---|
72 |
|
---|
73 |
|
---|
74 | ### Bug Fixes
|
---|
75 |
|
---|
76 | * **adapter:** Remove incorrect function and its call. ([#183](https://github.com/karma-runner/karma-jasmine/issues/183)) ([cada4a9](https://github.com/karma-runner/karma-jasmine/commit/cada4a9))
|
---|
77 | * **build:** run eslint on npm test ([#237](https://github.com/karma-runner/karma-jasmine/issues/237)) ([a12024d](https://github.com/karma-runner/karma-jasmine/commit/a12024d))
|
---|
78 | * **console:** Re-add Error: to the stack ([#228](https://github.com/karma-runner/karma-jasmine/issues/228)) ([d0b980d](https://github.com/karma-runner/karma-jasmine/commit/d0b980d))
|
---|
79 | * **dep:** Depend upon the jasmine-core version we test ([#229](https://github.com/karma-runner/karma-jasmine/issues/229)) ([c4dfef5](https://github.com/karma-runner/karma-jasmine/commit/c4dfef5))
|
---|
80 | * **stack:** On error in beforeAll/afterAll relevant information to debug are miss… ([#232](https://github.com/karma-runner/karma-jasmine/issues/232)) ([cd6f060](https://github.com/karma-runner/karma-jasmine/commit/cd6f060))
|
---|
81 | * **time:** report correct time since Jasmine v2.9.0 ([#197](https://github.com/karma-runner/karma-jasmine/issues/197)) ([022ee04](https://github.com/karma-runner/karma-jasmine/commit/022ee04)), closes [#196](https://github.com/karma-runner/karma-jasmine/issues/196)
|
---|
82 | * **travis:** use new syntax for xenial and pin to it. ([#236](https://github.com/karma-runner/karma-jasmine/issues/236)) ([cb99ef8](https://github.com/karma-runner/karma-jasmine/commit/cb99ef8))
|
---|
83 | * return false for every entry is irrelevant ([#206](https://github.com/karma-runner/karma-jasmine/issues/206)) ([d7523d0](https://github.com/karma-runner/karma-jasmine/commit/d7523d0)), closes [/github.com/karma-runner/karma-jasmine/pull/206#discussion_r186142116](https://github.com//github.com/karma-runner/karma-jasmine/pull/206/issues/discussion_r186142116)
|
---|
84 |
|
---|
85 |
|
---|
86 | ### Chores
|
---|
87 |
|
---|
88 | * **deps:** Drop node v4 support. ([#214](https://github.com/karma-runner/karma-jasmine/issues/214)) ([e604132](https://github.com/karma-runner/karma-jasmine/commit/e604132))
|
---|
89 |
|
---|
90 |
|
---|
91 | ### Features
|
---|
92 |
|
---|
93 | * **adapter:** log when Jasmine fails because no expect() were run ([#238](https://github.com/karma-runner/karma-jasmine/issues/238)) ([646796e](https://github.com/karma-runner/karma-jasmine/commit/646796e))
|
---|
94 | * **reporter:** On no-single-run and failure, emit a debug URL ([#235](https://github.com/karma-runner/karma-jasmine/issues/235)) ([76f092a](https://github.com/karma-runner/karma-jasmine/commit/76f092a))
|
---|
95 | * Propagate errors thrown in afterAll blocks ([f3fa264](https://github.com/karma-runner/karma-jasmine/commit/f3fa264)), closes [#161](https://github.com/karma-runner/karma-jasmine/issues/161)
|
---|
96 | * update the version to 2.0.0 and restrict node version available to 4.0 ([c84316e](https://github.com/karma-runner/karma-jasmine/commit/c84316e))
|
---|
97 |
|
---|
98 |
|
---|
99 | * Update deps and drop node v6 to match karma v4.0 (#233) ([097eed4](https://github.com/karma-runner/karma-jasmine/commit/097eed4)), closes [#233](https://github.com/karma-runner/karma-jasmine/issues/233)
|
---|
100 | * feat (adapter): Use jasmine's new configure method (#224) ([6663e47](https://github.com/karma-runner/karma-jasmine/commit/6663e47)), closes [#224](https://github.com/karma-runner/karma-jasmine/issues/224) [#221](https://github.com/karma-runner/karma-jasmine/issues/221)
|
---|
101 |
|
---|
102 |
|
---|
103 | ### BREAKING CHANGES
|
---|
104 |
|
---|
105 | * drop support for node v6
|
---|
106 |
|
---|
107 | * Also update travis config to drop v6 andd v10
|
---|
108 | * `stopOnFailure`, which was previously documented in karma-jasmine's README, is
|
---|
109 | not configuration option for jasmine. Use `oneFailurePerSpec` instead.
|
---|
110 |
|
---|
111 | Requires peerDependency Jasmine@^3.3.0
|
---|
112 | * **deps:** Drop support for node 4.x
|
---|
113 |
|
---|
114 |
|
---|
115 |
|
---|
116 | <a name="3.0.0"></a>
|
---|
117 | # [3.0.0](https://github.com/karma-runner/karma-jasmine/compare/v2.0.1...v3.0.0) (2020-01-04)
|
---|
118 |
|
---|
119 |
|
---|
120 | * Update deps and drop node v6 to match karma v4.0 (#233) ([097eed4](https://github.com/karma-runner/karma-jasmine/commit/097eed4)), closes [#233](https://github.com/karma-runner/karma-jasmine/issues/233)
|
---|
121 |
|
---|
122 |
|
---|
123 | ### Bug Fixes
|
---|
124 |
|
---|
125 | * **build:** run eslint on npm test ([#237](https://github.com/karma-runner/karma-jasmine/issues/237)) ([a12024d](https://github.com/karma-runner/karma-jasmine/commit/a12024d))
|
---|
126 | * **stack:** On error in beforeAll/afterAll relevant information to debug are miss… ([#232](https://github.com/karma-runner/karma-jasmine/issues/232)) ([cd6f060](https://github.com/karma-runner/karma-jasmine/commit/cd6f060))
|
---|
127 | * **travis:** use new syntax for xenial and pin to it. ([#236](https://github.com/karma-runner/karma-jasmine/issues/236)) ([cb99ef8](https://github.com/karma-runner/karma-jasmine/commit/cb99ef8))
|
---|
128 |
|
---|
129 |
|
---|
130 | ### Features
|
---|
131 |
|
---|
132 | * **adapter:** log when Jasmine fails because no expect() were run ([#238](https://github.com/karma-runner/karma-jasmine/issues/238)) ([646796e](https://github.com/karma-runner/karma-jasmine/commit/646796e))
|
---|
133 | * **reporter:** On no-single-run and failure, emit a debug URL ([#235](https://github.com/karma-runner/karma-jasmine/issues/235)) ([76f092a](https://github.com/karma-runner/karma-jasmine/commit/76f092a))
|
---|
134 |
|
---|
135 |
|
---|
136 | ### BREAKING CHANGES
|
---|
137 |
|
---|
138 | * drop support for node v6
|
---|
139 |
|
---|
140 | * Also update travis config to drop v6 andd v10
|
---|
141 |
|
---|
142 |
|
---|
143 |
|
---|
144 | <a name="2.0.1"></a>
|
---|
145 | ## [2.0.1](https://github.com/karma-runner/karma-jasmine/compare/v2.0.0...v2.0.1) (2018-11-17)
|
---|
146 |
|
---|
147 |
|
---|
148 | ### Bug Fixes
|
---|
149 |
|
---|
150 | * **dep:** Depend upon the jasmine-core version we test ([#229](https://github.com/karma-runner/karma-jasmine/issues/229)) ([c4dfef5](https://github.com/karma-runner/karma-jasmine/commit/c4dfef5))
|
---|
151 |
|
---|
152 |
|
---|
153 |
|
---|
154 | <a name="2.0.0"></a>
|
---|
155 | # [2.0.0](https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v2.0.0) (2018-11-15)
|
---|
156 |
|
---|
157 |
|
---|
158 | * feat (adapter): Use jasmine's new configure method (#224) ([6663e47](https://github.com/karma-runner/karma-jasmine/commit/6663e47)), closes [#224](https://github.com/karma-runner/karma-jasmine/issues/224) [#221](https://github.com/karma-runner/karma-jasmine/issues/221)
|
---|
159 |
|
---|
160 |
|
---|
161 | ### Bug Fixes
|
---|
162 |
|
---|
163 | * **adapter:** Remove incorrect function and its call. ([#183](https://github.com/karma-runner/karma-jasmine/issues/183)) ([cada4a9](https://github.com/karma-runner/karma-jasmine/commit/cada4a9))
|
---|
164 | * return false for every entry is irrelevant ([#206](https://github.com/karma-runner/karma-jasmine/issues/206)) ([d7523d0](https://github.com/karma-runner/karma-jasmine/commit/d7523d0)), closes [/github.com/karma-runner/karma-jasmine/pull/206#discussion_r186142116](https://github.com//github.com/karma-runner/karma-jasmine/pull/206/issues/discussion_r186142116)
|
---|
165 | * **console:** Re-add Error: to the stack ([#228](https://github.com/karma-runner/karma-jasmine/issues/228)) ([d0b980d](https://github.com/karma-runner/karma-jasmine/commit/d0b980d))
|
---|
166 | * **time:** report correct time since Jasmine v2.9.0 ([#197](https://github.com/karma-runner/karma-jasmine/issues/197)) ([022ee04](https://github.com/karma-runner/karma-jasmine/commit/022ee04)), closes [#196](https://github.com/karma-runner/karma-jasmine/issues/196)
|
---|
167 |
|
---|
168 |
|
---|
169 | ### Chores
|
---|
170 |
|
---|
171 | * **deps:** Drop node v4 support. ([#214](https://github.com/karma-runner/karma-jasmine/issues/214)) ([e604132](https://github.com/karma-runner/karma-jasmine/commit/e604132))
|
---|
172 |
|
---|
173 |
|
---|
174 | ### Features
|
---|
175 |
|
---|
176 | * Propagate errors thrown in afterAll blocks ([f3fa264](https://github.com/karma-runner/karma-jasmine/commit/f3fa264)), closes [#161](https://github.com/karma-runner/karma-jasmine/issues/161)
|
---|
177 | * update the version to 2.0.0 and restrict node version available to 4.0 ([c84316e](https://github.com/karma-runner/karma-jasmine/commit/c84316e))
|
---|
178 |
|
---|
179 |
|
---|
180 | ### BREAKING CHANGES
|
---|
181 |
|
---|
182 | * `stopOnFailure`, which was previously documented in karma-jasmine's README, is
|
---|
183 | not configuration option for jasmine. Use `oneFailurePerSpec` instead.
|
---|
184 |
|
---|
185 | Requires peerDependency Jasmine@^3.3.0
|
---|
186 | * **deps:** Drop support for node 4.x
|
---|
187 |
|
---|
188 |
|
---|
189 |
|
---|
190 | <a name="1.1.2"></a>
|
---|
191 | ## [1.1.2](https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v1.1.2) (2018-05-02)
|
---|
192 |
|
---|
193 |
|
---|
194 | ### Bug Fixes
|
---|
195 |
|
---|
196 | * **adapter:** Remove incorrect function and its call. ([#183](https://github.com/karma-runner/karma-jasmine/issues/183)) ([cada4a9](https://github.com/karma-runner/karma-jasmine/commit/cada4a9))
|
---|
197 | * **time:** report correct time since Jasmine v2.9.0 ([#197](https://github.com/karma-runner/karma-jasmine/issues/197)) ([022ee04](https://github.com/karma-runner/karma-jasmine/commit/022ee04)), closes [#196](https://github.com/karma-runner/karma-jasmine/issues/196)
|
---|
198 |
|
---|
199 |
|
---|
200 | ### Features
|
---|
201 |
|
---|
202 | * Propagate errors thrown in afterAll blocks ([f3fa264](https://github.com/karma-runner/karma-jasmine/commit/f3fa264)), closes [#161](https://github.com/karma-runner/karma-jasmine/issues/161)
|
---|
203 | * update the version to 2.0.0 and restrict node version available to 4.0 ([c84316e](https://github.com/karma-runner/karma-jasmine/commit/c84316e))
|
---|
204 |
|
---|
205 |
|
---|
206 |
|
---|
207 | <a name="1.1.1"></a>
|
---|
208 | ## [1.1.1](https://github.com/karma-runner/karma-jasmine/compare/v1.1.0...v1.1.1) (2017-12-01)
|
---|
209 |
|
---|
210 |
|
---|
211 | ### Features
|
---|
212 |
|
---|
213 | * Propagate errors thrown in afterAll blocks ([f3fa264](https://github.com/karma-runner/karma-jasmine/commit/f3fa264)), closes [#161](https://github.com/karma-runner/karma-jasmine/issues/161)
|
---|
214 |
|
---|
215 |
|
---|
216 |
|
---|
217 | <a name="1.1.0"></a>
|
---|
218 | # [1.1.0](https://github.com/karma-runner/karma-jasmine/compare/v1.0.2...v1.1.0) (2016-12-09)
|
---|
219 |
|
---|
220 |
|
---|
221 | ### Bug Fixes
|
---|
222 |
|
---|
223 | * Karma reported test duration is negative fix [#143](https://github.com/karma-runner/karma-jasmine/issues/143) ([93452bb](https://github.com/karma-runner/karma-jasmine/commit/93452bb)), closes [#143](https://github.com/karma-runner/karma-jasmine/issues/143)
|
---|
224 |
|
---|
225 |
|
---|
226 | ### Features
|
---|
227 |
|
---|
228 | * report status of the spec closes [#129](https://github.com/karma-runner/karma-jasmine/issues/129) ([5b224e2](https://github.com/karma-runner/karma-jasmine/commit/5b224e2)), closes [#129](https://github.com/karma-runner/karma-jasmine/issues/129)
|
---|
229 | * Support --random and --seed flags ([0b59d69](https://github.com/karma-runner/karma-jasmine/commit/0b59d69)), closes [#145](https://github.com/karma-runner/karma-jasmine/issues/145) [#137](https://github.com/karma-runner/karma-jasmine/issues/137)
|
---|
230 |
|
---|
231 |
|
---|
232 |
|
---|
233 | <a name="1.0.2"></a>
|
---|
234 | ## [1.0.2](https://github.com/karma-runner/karma-jasmine/compare/v1.0.1...v1.0.2) (2016-05-04)
|
---|
235 |
|
---|
236 |
|
---|
237 | ### Bug Fixes
|
---|
238 |
|
---|
239 | * **version:** argh, make 'build' a prereq for test and fix gruntfile for eslint([f2a6109](https://github.com/karma-runner/karma-jasmine/commit/f2a6109))
|
---|
240 |
|
---|
241 |
|
---|
242 |
|
---|
243 | <a name="1.0.1"></a>
|
---|
244 | ## [1.0.1](https://github.com/karma-runner/karma-jasmine/compare/v1.0.0...v1.0.1) (2016-05-04)
|
---|
245 |
|
---|
246 |
|
---|
247 | ### Bug Fixes
|
---|
248 |
|
---|
249 | * **grunt:** load 'build' grunt task and make a pre-req for releasing([1861ae0](https://github.com/karma-runner/karma-jasmine/commit/1861ae0))
|
---|
250 |
|
---|
251 |
|
---|
252 |
|
---|
253 | <a name="1.0.0"></a>
|
---|
254 | # [1.0.0](https://github.com/karma-runner/karma-jasmine/compare/v0.3.8...v1.0.0) (2016-05-03)
|
---|
255 |
|
---|
256 |
|
---|
257 |
|
---|
258 | <a name="0.3.8"></a>
|
---|
259 | ## [0.3.8](https://github.com/karma-runner/karma-jasmine/compare/v0.3.7...v0.3.8) (2016-03-16)
|
---|
260 |
|
---|
261 |
|
---|
262 | ### Bug Fixes
|
---|
263 |
|
---|
264 | * v0.3.7 does not work in ie8 fix #105 ([d44b489](https://github.com/karma-runner/karma-jasmine/commit/d44b489)), closes [#105](https://github.com/karma-runner/karma-jasmine/issues/105)
|
---|
265 |
|
---|
266 | ### Features
|
---|
267 |
|
---|
268 | * **adapter:** add executedExpectationsCount to result ([666c207](https://github.com/karma-runner/karma-jasmine/commit/666c207))
|
---|