Bower v1.1.0 Release Notes

Release Date: 2013-08-03 // almost 11 years ago
    • ๐Ÿ›  Fix --save and --save-dev not working correctly for the uninstall command in some situations
    • ๐Ÿ“ฆ Attempting to register a package that declares "private": true in bower.json will result in an error (#162)
    • ๐Ÿ›  Fix retry strategy on download error that was causing some strange I/O errors (#699 and #704)
    • ๐Ÿ“ฆ bower prune now clears pruned packages dependencies if they are also extraneous (#708)
    • ๐Ÿ“ฆ bower uninstall now uninstalls uninstalled packages dependencies if they are not shared (#609)
    • ๐Ÿ›  Fix bower list display the incompatible label even if they are compatible (#710)
    • ๐Ÿ›  Fix bower cache clean not working correctly when package#non-semver is specified
    • Implement no operation completion command to prevent weird output when hitting tab (#691)
    • ๐Ÿ›  Fix bower info --help (#703)
    • โž• Add colorized output for bower info <package>#<version> (#571)
    • โž• Added bower ls as an alias to bower list
    • ๐Ÿ›  Fix regression: do not create a json file when saving is required, warn instead
    • ๐Ÿ“ฆ Ignore linked packages when reading dependencies in bower init (#709)
    • bower list is now able to (partially) reconstruct the dependency tree, even for dependencies not declared in bower.json (#622)