All Versions
89
Latest Version
Avg Release Cycle
52 days
Latest Release
1913 days ago

Changelog History
Page 8

  • v0.8.5 Changes

    March 04, 2013
    • 🛠 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
  • v0.8.4 Changes

    March 01, 2013
    • 🛠 Fix some more duplicate async callbacks being called twice
    • Preserve new lines when saving component.json (#285)
  • v0.8.3 Changes

    February 27, 2013
    • 🛠 Fix error when using the update command (#282)
  • v0.8.2 Changes

    February 26, 2013
    • 🛠 Fix some errors in windows while removing directories, had to downgrade rimraf (#274)
    • 📦 Prevent duplicate package names in error summaries (#277)
  • v0.8.1 Changes

    February 25, 2013
    • 🛠 Fix some async callbacks being fired twice (#274)
  • v0.8.0 Changes

    February 24, 2013
    • 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 the list 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)
  • v0.7.1 Changes

    February 20, 2013
    • ✂ Remove postinstall script from bower installation
  • v0.7.0 Changes

    February 01, 2013
    • 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 different json (#205)
  • v0.6.8 Changes

    December 14, 2012
    • 👌 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)
  • v0.6.7 Changes

    December 10, 2012
    • 🛠 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