- update component-downloader and component-remotes due to shrinkwrapper support
- fix component#621 - not resolving semver in some cases
- fix troubleshooting url
- use debug instead of consoler.warn for requiring components below root
- show require path for warning requiring components below root
- disable concurrency, workaround for builder2.js/#29
- fix travis credentials
- support omitting name for nested locals like
foo/bar
- add tests for handing
*
as dependency - update dependencies
- switch to new npm remotes name: component-remotes
- issue#22,
can not require components below the root
use utils.warn() instead of throwing an error
- further to issue#12, only lookup non-local versions if not looking for '*' (master)
- issue#12, check non-local remotes when semver not satisfied locally
- bugfix local
branch.conanical
sep for deep paths
- Updated
.npmignore
to ignore test residualcomponents
folder andcomponent.json
- Updated
./test/resolver.js
to cleanup temporarycomponent.json
- normalize local
branch.conanical
path separators to/
for all platform - added tests
- using regenerator 0.4.6 (pinned) to build a working release
- adding
timeout
andretries
toremotes.options
- update for remotes.defaults
- bump deps
- add bitbucket support (@netpoetica)
- link install errors to
component open troubleshooting
- change validator to only log during
component-validate
- bump deps
- fix validate to always show filenames
- changed API signature
- add canonical names for each component
- use component-downloader
- refactor to component-flatten