OLD | NEW |
1 # Release Notes | 1 # Release Notes |
2 | 2 |
3 ## 1.9.2 / 2014-09-29 | 3 ## 1.9.2 / 2014-09-29 |
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 - No changes required | 8 - No changes required |
9 - **Plugin Developers:** | 9 - **Plugin Developers:** |
10 - No changes required | 10 - No changes required |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 | 498 |
499 **1. Browser Testing**: Browser testing of the `./chai.js` file is now available
in the command line | 499 **1. Browser Testing**: Browser testing of the `./chai.js` file is now available
in the command line |
500 via PhantomJS. `make test` and Travis-CI will now also rebuild and test `./chai.
js`. Consequently, all | 500 via PhantomJS. `make test` and Travis-CI will now also rebuild and test `./chai.
js`. Consequently, all |
501 pull requests will now be browser tested in this way. | 501 pull requests will now be browser tested in this way. |
502 | 502 |
503 _Note: Contributors opening pull requests should still NOT include the browser b
uild._ | 503 _Note: Contributors opening pull requests should still NOT include the browser b
uild._ |
504 | 504 |
505 **2. SauceLabs Testing**: Early SauceLab support has been enabled with the file
`./support/mocha-cloud.js`. | 505 **2. SauceLabs Testing**: Early SauceLab support has been enabled with the file
`./support/mocha-cloud.js`. |
506 Those interested in trying it out should create a free [Open Sauce](https://sauc
elabs.com/signup/plan) account | 506 Those interested in trying it out should create a free [Open Sauce](https://sauc
elabs.com/signup/plan) account |
507 and include their credentials in `./test/auth/sauce.json`. | 507 and include their credentials in `./test/auth/sauce.json`. |
OLD | NEW |