dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/gulp-remote-src/CHANGELOG.md

27 lines
478 B
Markdown
Raw Normal View History

2016-09-11 09:29:13 +01:00
## 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`.
### v0.4.1 (2016-02-26)
Improve response code check.