Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
Drop Node 0.6 support
Don't update wd to 0.4.0 yet. See admc/wd#413
  • Loading branch information
MattiSG committed Nov 10, 2015
2 parents 5bcd303 + 6280e1c commit 30fcdac
Show file tree
Hide file tree
Showing 11 changed files with 552 additions and 193 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -44,9 +44,9 @@ You can execute a subset of tests only if you're working on a specific part. For

#### Coverage

Coverage information is provided by [Istanbul](https://github.com/yahoo/istanbul). You can obtain it with:
Coverage information is provided by [Istanbul](https://github.com/gotwarlost/istanbul). It is always output after tests. You can check the thresholds with:

npm test --coverage
npm run test-coverage


#### Exhaustive mode
Expand Down Expand Up @@ -96,9 +96,8 @@ Merging your changes

Once your changes are ready, i.e. you made sure:

1. You didn't break anything and respected the styleguide (`npm run test-exhaustive`).
2. You tested them properly (`npm test --coverage`).
3. You cleanly documented the new code (`npm run doc-private`).
1. You didn't break anything, tested properly, and respected the styleguide (`npm run test-exhaustive`).
2. You cleanly documented the new code (`npm run doc-private`).

…you may open a [pull request](https://help.github.com/articles/using-pull-requests) to ask your new code to be merged in the baseline.

Expand Down
15 changes: 15 additions & 0 deletions Changelog.md
Expand Up @@ -11,6 +11,21 @@ To get all details, and changes at all versions, including development ones, use
You are reminded that Watai uses [SemVer](http://semver.org), which means upgrades that have only a patch number (last digit) change are backwards-compatible, and versions with a minor number (second digit) are API-breaking while in `0` major versions.



v0.8 [WIP]
----

### v0.8.0

#### Breaking changes

- Drop support for Node 0.6 to allow updating dependencies.

#### Minor changes

- Update all dependencies.


v0.7
----

Expand Down

0 comments on commit 30fcdac

Please sign in to comment.