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

Changelog History
Page 2

  • v1.7.7 Changes

    January 27, 2016

    ⏪ Revert locations of all files while still packaging node_modules.

    It's because people are depending on internals of bower, like bower/lib/renderers/StandardRenderer. We want to preserve this implicit contract, but we discourage it. The only official way to use bower programmatically is through require('bower').

  • v1.7.6 Changes

    January 27, 2016
    • ⏪ Revert location of "bin/bower" as developers are using it directly (#2157) Note: Correctly, you should use an alias created in npm bin --global.
  • v1.7.5 Changes

    January 26, 2016
    • ✂ Remove analytics from Bower, fixes (#2150)
    • 0️⃣ Default to ^ operator on bower install --save (#2145)
    • 👌 Support absolute path in .bowerrc directory option (#2130)
    • Display user's name upon bower login command (#2133)
    • Decompress gzip files (#2092)
    • 📦 Prevent name clashes in package extraction (#2102)
    • When strictSsl is false, set GIT_SSL_NO_VERIFY=true (#2129)
    • 🏁 Distribute bower with npm@3 for better Windows support (#2146)
    • ⚡️ Update request to 2.67.0 and fs-write-stream-atomic to 1.0.8
    • 📚 Documentation improvements
  • v1.7.4 Changes

    January 21, 2016

    Unpublished because of issue with npm distribution: https://github.com/npm/npm/issues/11227

  • v1.7.3 Changes

    January 20, 2016

    Unpublished because of issue with npm distribution: https://github.com/npm/npm/issues/11227

  • v1.7.2 Changes

    December 31, 2015
    • 🔒 Lock "fs-write-stream-atomic" to 1.0.5
  • v1.7.1 Changes

    December 11, 2015
  • v1.7.0 Changes

    December 07, 2015
    • ➕ Add bower update --save functionality (#2035)
    • 📦 bower search shows help message when no package name is specified (#2066)
    • ⚡️ Update only those packages that are explicitly requested by the user. Related Issues
    • 👍 Allow for @ in username for SVN on windows (#1650)
    • ⚡️ Update bower config
      • Loads the .bowerrc file from the cwd specified on the command line
      • Allow the use of environment variables in .bowerrc (#41)
      • Allow for array notation in ENV variables (#44)
  • v1.6.9 Changes

    December 04, 2015
    • 🔄 Change git version of fs-write-stream-atomic back to npm version (#2079)
  • v1.6.8 Changes

    November 27, 2015
    • 👉 Use fs-write-stream-atomic for downloads
    • 👌 Improved downloader that properly cleans after itself
    • 🛠 Fix shallow host detection (#2040)
    • 🚀 Upgrade to (bower-config#1.2.3)
      • Properly restore env variables if they are undefined at the beginning
      • Properly handle default setting for config.ca
      • Display proper error if .bowerrc is a directory instead of file