André Cruz
82f5ad4af2
Complete completion section on the README
2012-12-30 10:56:21 +00:00
André Cruz
ae87fd4a32
Some tweaks to the completion.
...
- Now has a separate cache folder
- Adjust cache clean to also clear the completion cache (and fix some possible issues)
- Add two empty lines to the completion template in case the user does >> ~./bash_profile.sh
2012-12-30 10:53:37 +00:00
André Cruz
9c34adf2dc
Merge branch 'completion' of git://github.com/mklabs/bower into completion
...
Conflicts:
lib/commands/register.js
2012-12-30 10:28:39 +00:00
Mickael Daniel
b544425667
completion - generic method to complete command options
...
at command level, attach the `shorthand` Hash to the completion
function. The completion command will then try to complete shorthands
and longer flag based on user input.
completing after just one `-` will complete the list of short flags.
completing after just two `--` will complete the list of longer flags.
2012-12-25 16:03:21 +01:00
Mickael Daniel
8dbffe6fa7
Move completion cache results to ~/.bower/cache/__bowercompletion__
...
for cache-clean command to be able to clean it.
__bowercompletion__ to avoid potential naming conflicts.
2012-12-25 15:57:07 +01:00
Mickael Daniel
8a00820dbb
Adding a few notes in readme for completion
2012-12-25 15:56:52 +01:00
André Cruz
26503f8ee3
Add silent option to the register command.
2012-12-10 16:08:29 +00:00
André Cruz
879f19c70a
Fix uninstall removing packages not saved in the component.json, fixes #178 .
...
Also fix possible issues with options in other commands.
2012-12-10 16:03:57 +00:00
André Cruz
a93b166c1f
Update README with doc regarding fetching of specific versions.
2012-12-08 11:24:17 +00:00
André Cruz
3917fa0dc5
Add silent option to the register command.
2012-12-08 10:57:19 +00:00
André Cruz
caa983361e
Remove wrong options from cache-clean.
2012-12-08 10:53:43 +00:00
André Cruz
bdb4b4b6be
Merge branch 'master' of git://github.com/hemanth/bower into completion
2012-12-08 10:10:08 +00:00
André Cruz
728d96b1c6
Bump version!
v0.6.6
2012-12-03 22:34:29 +00:00
hemanth.hm
edbe667e73
Merge pull request #1 from mklabs/completion
...
Completion
2012-12-03 05:09:45 -08:00
André Cruz
0466e19456
Fix package not being correctly collected in the error summary.
2012-12-03 08:35:59 +00:00
André Cruz
88843bf855
Improve error message while reading the json.
2012-12-03 08:33:53 +00:00
Mickael Daniel
e11651648f
Add completion handler for each command
2012-12-01 21:32:34 +01:00
Mickael Daniel
174c37d75d
Tab completion, handler for install command
...
- results of the first lookup is cached to
~/.bower/completion/install.json
- consider caching in ~/.bower/cache instead, so that cache-clean
command also removes completion cache.
2012-12-01 21:32:07 +01:00
André Cruz
f9f3ee1d06
Bump version!
v0.6.5
2012-12-01 01:40:02 +00:00
André Cruz
d20625c7bb
Fix bower not fetching latest commits correctly in some cases.
2012-12-01 01:37:04 +00:00
André Cruz
f0fefc7620
Merge branch 'master' of github.com:twitter/bower
2012-12-01 00:41:15 +00:00
André Cruz
667b094bb7
CS.
2012-12-01 00:40:05 +00:00
André Cruz
3a48ba582f
Fix error summary not being displayed in some edge cases.
2012-12-01 00:39:46 +00:00
André Cruz
be679d6bb1
Typos.
2012-11-30 12:21:18 +00:00
André Cruz
4b134a3bdb
Improve last commit, fix tests.
v0.6.4
2012-11-30 00:50:14 +00:00
André Cruz
a3fa306916
Bump version.
2012-11-29 22:35:15 +00:00
André Cruz
d561299cdf
Fix perm issue with downloaded files, fixes #160 .
2012-11-29 22:12:54 +00:00
Paul Irish
fa55112b53
Merge pull request #163 from JamesMGreene/patch-1
...
Fixed a link with incorrect markdown syntax
2012-11-28 21:35:00 -08:00
James M. Greene
4f5593e7bf
Fixed a link with incorrect markdown syntax
...
Fixed a link to "semver" with incorrect markdown syntax.
2012-11-28 23:22:44 -06:00
André Cruz
7ba28d5c29
Bump version.
v0.6.3
2012-11-24 15:37:40 +00:00
André Cruz
53c48a2dc5
Fix version not being correctly set for local packages, fixes #155
2012-11-23 19:19:01 +00:00
André Cruz
84b59b1e55
Merge branch 'master' of github.com:twitter/bower
2012-11-23 09:24:21 +00:00
André Cruz
b4176ce250
Bump version.
v0.6.2
2012-11-23 09:23:36 +00:00
André Cruz
9505f3763c
Fix uninstall --save when there is no component.json.
2012-11-23 09:21:48 +00:00
André Cruz
6ac43b2f3a
More descriptive.
2012-11-23 01:50:29 +00:00
André Cruz
8f1d538dae
Another typo.
2012-11-23 01:44:43 +00:00
André Cruz
c9e1bbbb0f
Typo.
2012-11-23 01:37:09 +00:00
André Cruz
366d7f82cc
Oops, fix failing test.
v0.6.1
2012-11-23 01:31:37 +00:00
André Cruz
65367c2f5b
Bump version.
2012-11-23 01:12:20 +00:00
André Cruz
b63ab2be88
Cleanup temp directories even if node dies, closes #140 .
2012-11-23 01:11:54 +00:00
André Cruz
66a61acd5c
Fix errors not being caught when using file writter.
2012-11-23 00:50:27 +00:00
André Cruz
3b69d1a4d5
Fix uninstall when the project has no deps saved, closes #153 .
2012-11-23 00:49:44 +00:00
André Cruz
b594d84855
Better message.
2012-11-22 08:43:44 +00:00
André Cruz
c4d3612638
Typo.
2012-11-22 08:43:33 +00:00
André Cruz
951013c006
Remove unnecessary if.
2012-11-21 23:45:17 +00:00
André Cruz
b5d7f366d3
Oops, date typo.
2012-11-21 23:34:23 +00:00
André Cruz
8e4a7b7147
Bump version!
v0.6.0
2012-11-21 23:30:07 +00:00
André Cruz
57e46aff76
Add private repos reference, closes #151 .
2012-11-21 23:18:52 +00:00
André Cruz
49e08443b7
Fix failing test, update CHANGELOG.md.
2012-11-21 23:16:13 +00:00
André Cruz
ae4356552f
Oops.
2012-11-21 22:48:07 +00:00