Skip to content

Commit

Permalink
Version 0.2.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
reid committed Mar 14, 2013
1 parent 1b5f5e9 commit 3f7ddd3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion HISTORY.md
@@ -1,6 +1,17 @@
# A Brief History of Yeti

## 0.2.19 / In Development
## 0.2.19 / 2013-03-14

* Report uncaught errors.
<https://github.com/yui/yeti/pull/31>
* Fix agentError event.
* Catch uncaught errors that occur before domready.
* Increase timeout to first ping from 2s to 60s.
<https://github.com/yui/yeti/pull/30>
* Fix bug that would cause some tests to never run. (88f26d3, 8703aea)
* Prevent WebDriver-launched browsers from timing out during testing. (a9b7e10)
* Reduce WebDriver CLI options to `wd-url`. (4b2b8a3)
* Old options from earlier 0.2.x versions are maintained for compatibility.

## 0.2.18 / 2013-03-09

Expand Down
2 changes: 1 addition & 1 deletion doc/yeti/project.json
@@ -1,5 +1,5 @@
{
"projectName": "Yeti",
"yetiVersion": "v0.2.19pre",
"yetiVersion": "v0.2.19",
"yuiGridsUrl": "http://yui.yahooapis.com/combo?3.7.3/build/cssfonts/cssfonts-min.css&amp;3.7.3/build/cssgrids/cssgrids-min.css"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"yui3",
"test"
],
"version": "0.2.19pre",
"version": "0.2.19",
"homepage": "htp://yuilibrary.com/projects/yeti",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3f7ddd3

Please sign in to comment.