OLD | NEW |
1 # Release Notes | 1 # Release Notes |
2 | 2 |
3 ## 1.9.1 / 2014-03-19 | 3 ## 1.9.1 / 2014-03-19 |
4 | 4 |
5 The following changes are required if you are upgrading from the previous versio
n: | 5 The following changes are required if you are upgrading from the previous versio
n: |
6 | 6 |
7 - **Users:** | 7 - **Users:** |
8 - Migrate configuration options to new interface. (see notes) | 8 - Migrate configuration options to new interface. (see notes) |
9 - **Plugin Developers:** | 9 - **Plugin Developers:** |
10 - No changes required | 10 - No changes required |
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 | 473 |
474 **1. Browser Testing**: Browser testing of the `./chai.js` file is now available
in the command line | 474 **1. Browser Testing**: Browser testing of the `./chai.js` file is now available
in the command line |
475 via PhantomJS. `make test` and Travis-CI will now also rebuild and test `./chai.
js`. Consequently, all | 475 via PhantomJS. `make test` and Travis-CI will now also rebuild and test `./chai.
js`. Consequently, all |
476 pull requests will now be browser tested in this way. | 476 pull requests will now be browser tested in this way. |
477 | 477 |
478 _Note: Contributors opening pull requests should still NOT include the browser b
uild._ | 478 _Note: Contributors opening pull requests should still NOT include the browser b
uild._ |
479 | 479 |
480 **2. SauceLabs Testing**: Early SauceLab support has been enabled with the file
`./support/mocha-cloud.js`. | 480 **2. SauceLabs Testing**: Early SauceLab support has been enabled with the file
`./support/mocha-cloud.js`. |
481 Those interested in trying it out should create a free [Open Sauce](https://sauc
elabs.com/signup/plan) account | 481 Those interested in trying it out should create a free [Open Sauce](https://sauc
elabs.com/signup/plan) account |
482 and include their credentials in `./test/auth/sauce.json`. | 482 and include their credentials in `./test/auth/sauce.json`. |
OLD | NEW |