File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " jasmine-browser-runner" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.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 1.2.0 Release Notes
2+
3+ ## New Features and bug fixes
4+
5+ * Added a ` alwaysListPendingSpecs ` config option to omit pending specs from
6+ the console reporter's output if there are any failures
7+
8+ * The ` runSpecs ` subcommand now uses the port number specified in the config file
9+ * Merges [ #24 ] ( https://github.com/jasmine/jasmine-browser-runner/pull/24 ) from @DobromirZlatkov
10+ * Fixes [ #21 ] ( https://github.com/jasmine/jasmine-browser-runner/issues/21 )
11+
12+ ## Supported Environments
13+
14+ jasmine-browser-runner 1.2.0 has been tested in the following environments.
15+
16+ | Environment | Supported versions |
17+ | -------------------| --------------------|
18+ | Node | 12.17+, 14, 16, 18 |
19+ | Safari | 14-15 |
20+ | Chrome | 106 |
21+ | Firefox | 91, 105 |
22+ | Edge | 105 |
23+
24+
25+ ------
26+
27+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments