- provide
getHash()
for component-downloader and shrinkwrapper
- fix component#621 - not resolving semver in some cases
- fix bug which doesn't resolve
*
dependencies, broken in 1.1.9 #22
- fix Bitbucket support, was broken in 1.1.8 #20
- if you run
component install <user/repo>
the latest tag will be check, instead of the master branch copmonent#611
- check for redirects when a repo doesn't exist anymore via api.github.com
- use fork of cogent with a fix for
options.redirects: 0
- test with real http request for github API
- show more infos about github rate limit in the console
- adds debug output for github api call usage
- fix that annoying bitbucket malformed JSON error
- fix each remote overwriting other remotes' options
- add Remotes.defaults
- remote title-cased names of remotes
- add bitbucket remote (@netpoetica)
- fix logic issues with the previous retry command
- retry all possible URLs when GETing JSON. possible solution to #11
- change signature
- remove downloading
- add archive
- better folder directory options
- fix .resolve(null...)