mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
4.5 KiB
4.5 KiB
Changelog
0.7.1
- 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)
0.7.0 - 2013-02-01
- Ability to resolve conflicts (#214)
- Ability to search and publish to different endpoints by specifiying them in the
.bowerrcfile - 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
.bowerrcif they define a differentjson(#205)
0.6.8 - 2012-12-14
- 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
endevent - Fix error when executing an unknown command (#179)
- Fix help for the ls command (alias of list)
0.6.7 - 2012-12-10
- 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
0.6.6 - 2012-12-03
- Improve error handling while reading component.json
- Fix package name not being correctly collected in the error summary
0.6.5 - 2012-12-01
- Fix error summary not being displayed in some edge cases
- Fix bower not fetching latest commits correctly in some cases
0.6.4 - 2012-11-29
- Fix permission on downloaded files (#160)
0.6.3 - 2012-11-24
- Fix version not being correctly set for local packages (#155)
0.6.2 - 2012-11-23
- Fix uninstall --save when there is no component.json
0.6.1 - 2012-11-22
- 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)
0.6.0 - 2012-11-21
- 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
0.5.1 - 2012-11-20
- Add errors summary to the end of install/update commands
- Add windows instructions to the README
0.5.0 - 2012-11-19
- Remove package.json support
- Support for local path repositories (#132)
install --savenow saves the correct tag (e.g: ~0.0.1) instead of 'latest'install --savenow saves packages pointing directly to assets correctly- Bower automatically creates a component.json when install with
--saveis used - Fix issues with list command (#142)
- Fix local paths not being saved when installing with --save (#114)
uninstallnow uninstalls nested dependencies if they are not shared (#83)uninstallnow warns when a dependency conflict occurs and aborts. It will only proceed if the--forceflag is passed- Bower now detects mismatches between the version specified in the component.json and the tag, informing the user
bower lsnow 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 registernow prompts if the user really wants to proceed