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

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Sribnyi committed Mar 11, 2019
1 parent 5368e78 commit 0c5d99d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Change Log
### v3.0.1 (11/03/2019)
- [#135](https://github.com/codemanki/cloudscraper/pull/135) Handle non-challenge response bodies
- [#127](https://github.com/codemanki/cloudscraper/pull/127) Improved cloudflare detection
- Various code style improvements

### v3.0.0 (07/03/2019)
- **BREAKING CHANGE**: `get/post` methods together with their signatures are aligned with corresponding methods from [request](https://github.com/request/request#requestmethod)
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,13 @@ Current cloudflare implementation requires browser to respect the timeout of 5 s
- [x] Promisification

## Kudos to contributors
- [Dwayne](https://github.com/pro-src) by himself rewrote the whole library, closed bunch of issues and feature requests. Thank him for 3.0.0 version 鉂わ笍
- [roflmuffin](https://github.com/roflmuffin)
- [Colecf](https://github.com/Colecf)
- [Dwayne](https://github.com/pro-src)
- [Cole Faust](https://github.com/Colecf)
- [Jeongbong Seo](https://github.com/jngbng)
- [Mike van Rossum](https://github.com/askmike)
- [Santiago Castro](https://github.com/bryant1410)
- [Leonardo Gatica](https://github.com/lgaticaq)
- [Michael](https://github.com/roflmuffin)
- [Kamikadze4GAME](https://github.com/Kamikadze4GAME)

## Dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudscraper",
"version": "3.0.0",
"version": "3.0.1",
"description": "Bypasses cloudflare's anti-ddos page",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 0c5d99d

Please sign in to comment.