- Add
shorthand_resolver
to allow shorthands to be resolved to repositories other than GitHub (#278)
- Fix
cache-clean
command clearing the completion cache when the command was called with specific packages - Add error message when an error is caught parsing an invalid
component.json
- Fix some more duplicate async callbacks being called twice
- Preserve new lines when saving
component.json
(#285)
- Fix error when using the
update
command (#282)
- Fix some errors in windows while removing directories, had to downgrade
rimraf
(#274) - Prevent duplicate package names in error summaries (#277)
- Fix some async callbacks being fired twice (#274)
- Add init command similar to
npm init
(#219) - Add devDependencies support (#251)
- Add
--save-dev
flag to install/uninstall commands (#258) cache-clean
command now clears links pointing to nonexistent folders (#182)- Fix issue when downloading assets behind a proxy using
https
(#230) - Fix --save saving unresolved components (#240)
- Fix issue when extracting some zip files (#225)
- Fix automatic conflict resolver not selecting the correct version
- Add
--sources
option to thelist
command (#235) - Automatically clear cache when git commands fail with code 128 (#216)
- Fix
bower
not working correctly behind a proxy in some commands (#208)
- Remove postinstall script from
bower
installation
- Ability to resolve conflicts (#214)
- Ability to search and publish to different endpoints by specifying them in the
.bowerrc
file - Experimental autocompletion
- Ability to exclude (ignore) files
- Fix minor issues in the cache clean command
- Better error message for invalid semver tags (#185)
- Only show discover message in the list command only if there are packages
- Fix mismatch issue due to reading cached component.json files (#214)
- Better error messages when reading invalid .bowerrc files (#220)
- Fix update command when used in packages pointing to assets (#197)
- Bower now obeys packages's
.bowerrc
if they define a differentjson
(#205)
- Improve list command
- Does not fetch versions if not necessary (for --map and --paths options)
- Add --offline option to prevent versions from being fetched
- Fix uninstall command not firing the
end
event - Fix error when executing an unknown command (#179)
- Fix help for the ls command (alias of list)
- Fix uninstall removing all unsaved dependencies (#178)
- Fix uninstall --force flag in some cases
- Add --silent option to the register option, to avoid questioning
- Fix possible issues with options in some commands
- Fix error reporting when reading invalid project component.json
- Improve error handling while reading component.json
- Fix package name not being correctly collected in the error summary
- Fix error summary not being displayed in some edge cases
- Fix bower not fetching latest commits correctly in some cases
- Fix permission on downloaded files (#160)
- Fix version not being correctly set for local packages (#155)
- Fix uninstall --save when there is no component.json
- Fix uninstall when the project component.json has no deps saved (#153)
- Fix uncaught errors when using file writter (they are now caught and reported)
- Fix temporary directories not being deleted when an exception occurs (#153)
- Add link command (similar to npm)
- Fix error reporting for nested deps
- Abort if a repository is detected when installing. This is useful to prevent people from loosing their work
- Minor fixes and improvements
- Add errors summary to the end of install/update commands
- Add windows instructions to the README
- Remove package.json support
- Support for local path repositories (#132)
install --save
now saves the correct tag (e.g: ~0.0.1) instead of 'latest'install --save
now saves packages pointing directly to assets correctly- Bower automatically creates a component.json when install with
--save
is used - Fix issues with list command (#142)
- Fix local paths not being saved when installing with --save (#114)
uninstall
now uninstalls nested dependencies if they are not shared (#83)uninstall
now warns when a dependency conflict occurs and aborts. It will only proceed if the--force
flag is passed- Bower now detects mismatches between the version specified in the component.json and the tag, informing the user
bower ls
now informs when a package has a new commit (for non-tagged repos)- Add jshintrc and fix a lot of issues related with JSHint warnings
bower register
now prompts if the user really wants to proceed