23 lines
423 B
Markdown
23 lines
423 B
Markdown
## Changelog
|
|
|
|
### v0.1.0 (2014-06-30)
|
|
|
|
First release.
|
|
|
|
### v0.2.0 (2014-07-01)
|
|
|
|
Fix streaming pipe.
|
|
|
|
Add tests for streaming pipe.
|
|
|
|
### v0.2.1 (2014-07-18)
|
|
|
|
Add option `strictSSL` (thank you [@Magomogo](https://github.com/Magomogo))
|
|
|
|
### v0.3.0 (2014-09-02)
|
|
|
|
Pass through [request](https://github.com/mikeal/request) options to make it flexible.
|
|
|
|
### v0.4.0 (2015-08-14)
|
|
|
|
Put `request` options in a single `requestOptions`. |