Bower v1.0.1 Release Notes

Release Date: 2013-07-29 // almost 11 years ago
    • ๐Ÿ›  Fix bower register going ahead even if the answer was no (#644)
    • ๐Ÿ›  Fix local endpoints with backslashes on Windows (#2@endpoint-parser)
    • ๐Ÿ›  Fix usage of multiple registries in the registry-client (#3@registry-client and #2@registry-client)
    • File extensions now have more priority than mime types when deciding if extraction is necessary (#657)
    • ๐Ÿ›  Fix Bower not working when calling .bat/.cmd commands on Windows; it affected people using Git portable (#626)
    • ๐Ÿ›  Fix bower list --paths not resolving all files to absolute paths when the main property contained multiple files (660)
    • ๐Ÿ›  Fix Bower renaming bower.json and component.json files to index.json when it was the only file in the folder (#674)
    • Ignore symlinks when copying/extracting since they are not portable, specially across different hard-drives (#665)
    • Local file/dir endpoints are now exclusively referenced by an absolute path or relative path starting with . (#666)
    • ๐Ÿ”— Linked packages bower.json files are now parsed, making bower list account linked packages dependencies (#659)
    • Bower now fails to run with sudo unless --allow-root is passed (#498)
    • โž• Add additional system information such as node version, bower version, OS version when an error occurs (#670)
    • ๐Ÿ“ฆ bower install no longer overwrites linked packages unless it needs to (#593).
    • ๐Ÿ“œ All endpoint parts are now trimmed so that the Manager can better detect similar endpoints (#3@endpoint-parser)
    • ๐Ÿ“œ bower register now shows the server that will be used (#647)