Skip to content

Commit

Permalink
add history
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Aug 14, 2019
1 parent 2caa48f commit 7dcee8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -24,3 +24,10 @@ console.log(querySelectorAll('#t span', doc).length);
console.log(querySelectorAll('#t span', doc)[0].innerHTML);
console.log(Date.now()-time);
```

## history

### 2.0.0 / 2019.08.14

- use new build tool and test tool
- change export: `var querySelectorAll = require('query-selector').default;`

0 comments on commit 7dcee8d

Please sign in to comment.