File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jasmine-browser-runner" ,
3- "version" : " 2.1 .0" ,
3+ "version" : " 2.2 .0" ,
44 "description" : " Serve and run your Jasmine specs in a browser" ,
55 "bin" : " bin/jasmine-browser-runner" ,
66 "exports" : " ./index.js" ,
Original file line number Diff line number Diff line change 1+ # jasmine-browser-runner 2.2.0 Release Notes
2+
3+ ## New Features
4+
5+ * Added support for arbitrary Express middleware
6+ * Supports uses like serving extra static assets, proxying requests to
7+ another server, etc.
8+ * Fixes [ #37 ] ( https://github.com/jasmine/jasmine-browser-runner/issues/37 )
9+ * Fixes [ #38 ] ( https://github.com/jasmine/jasmine-browser-runner/issues/38 )
10+ * See [ #13 ] ( https://github.com/jasmine/jasmine-browser-runner/pull/13 )
11+ * See [ #33 ] ( https://github.com/jasmine/jasmine-browser-runner/pull/33 )
12+
13+ ## Supported environments
14+
15+ This version has been tested in the following environments.
16+
17+ | Environment | Supported versions |
18+ | -------------------| --------------------|
19+ | Node | 18, 20 |
20+ | Safari | 15-16 |
21+ | Chrome | 116 |
22+ | Firefox | 102, 116 |
23+ | Edge | 115 |
24+
25+
26+ ------
27+
28+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments