Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 90ba174

Browse files
committed
chore(release): version 0.18.0 changelog and version bump
1 parent d06d931 commit 90ba174

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

Diff for: CHANGELOG.md

+54
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,58 @@
1+
# 0.18.0
2+
_Note: Major version 0 releases are for initial development, and backwards incompatible changes may be introduced at any time._
3+
4+
## Features
5+
6+
- ([e3b1e7c](https://github.com/angular/protractor/commit/e3b1e7cec7af35f2e245ca64e4f94227ecaa1c57))
7+
feat(config): add option to exclude specs based on file patterns
8+
9+
The config now accepts `exclude`, an array of patterns to exclude.
10+
11+
- ([88a1e58](https://github.com/angular/protractor/commit/88a1e587a40f0e6d978b20fe55160a18e2855493))
12+
Feat(clientSideScripts): Add by.buttonText, by.partialButtonText
13+
14+
Adds client side JS implementations of by.buttonText and by.partialButtonText, enabling element
15+
lookup based on innerText.
16+
17+
Closes #452
18+
19+
- ([8d29c93](https://github.com/angular/protractor/commit/8d29c939766f044d910401e60834769cf8e5e44b))
20+
feat(config): allow LiveScript configuration files
21+
22+
## Bug Fixes
23+
24+
- ([d06d931](https://github.com/angular/protractor/commit/d06d931e1cb2c2bd38c2c50965a6f78690bdc336))
25+
fix(timeouts): fix an obscure cause of firefox timeouts
26+
27+
Fixes #493
28+
29+
- ([de39e50](https://github.com/angular/protractor/commit/de39e5077d09daaeb885767e968a5cef78c9cac7))
30+
fix(jasminewd): support multi-argument matchers
31+
32+
Implement support for multi-argument matchers in promise wrapper.
33+
34+
Closes #477
35+
36+
- ([11c4210](https://github.com/angular/protractor/commit/11c4210fe740771707d5421a4940bdce43d3d33e))
37+
fix(testForAngular): add a message when page load does not complete in time
38+
39+
- ([6ae6261](https://github.com/angular/protractor/commit/6ae626158ee0610b70501af5d57ad4ff379c5ead))
40+
refactor(waitForAngular): improve error messages when timeouts occur
41+
42+
- ([5dd93c2](https://github.com/angular/protractor/commit/5dd93c2397a401011e16271f6472c72037c871b6))
43+
fix(config): allow CoffeeScript 1.7 to be used
44+
45+
CoffeeScript now requires a register call to be made.
46+
47+
- ([10aec0f](https://github.com/angular/protractor/commit/10aec0ff212987bfdb9ab4011e6cb2f9c646fca2))
48+
fix(pageload): increase wait timeout
49+
50+
The 300 ms wait caused problems when testing IE on Sauce Labs. It seems way too short.
51+
"browser.get()" invariably timed out. Increasing it solved our problem.
52+
53+
154
# 0.17.0
55+
256
_Note: Major version 0 releases are for initial development, and backwards incompatible changes may be introduced at any time._
357

458
## Features

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test": "node lib/cli.js spec/basicConf.js; node lib/cli.js spec/altRootConf.js; node lib/cli.js spec/onPrepareConf.js; node lib/cli.js spec/mochaConf.js; node lib/cli.js spec/withLoginConf.js; node_modules/.bin/minijasminenode jasminewd/spec/adapterSpec.js"
4242
},
4343
"license" : "MIT",
44-
"version": "0.17.0",
44+
"version": "0.18.0",
4545
"webdriverVersions": {
4646
"selenium": "2.39.0",
4747
"chromedriver": "2.8",

0 commit comments

Comments
 (0)