Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvachon committed Mar 13, 2018
1 parent 002cf68 commit 816fb30
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 25 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- 4
- 6
- 8
- node
script: npm test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ When `true`, will remove `#hashes` from URLs. They are most likely not useful to
## Changelog
* 0.7.0 support for Node.js v9
* 0.6.0 added `.length()` and removed `Object.assign()` polyfill
* 0.5.0 removed use of Promises as they were unnecessary
* 0.4.0 simpler `Promise`-based API
Expand Down
Loading

0 comments on commit 816fb30

Please sign in to comment.