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

Changelog History
Page 6

  • v1.2.7 Changes

    September 29, 2013
    • ๐Ÿ”€ Do not swallow sync errors when using the programmatic API (#849)
    • ๐Ÿ›  Fix resolutions not being saved if --force-latest is specified (#861)
    • ๐Ÿ›  Fix bower register warning about URL conversion, even if no conversion occurred
    • ๐Ÿ›  Fix bower update not correctly catching up branch commits
    • โž• Add configured directory in .bowerrc to the ignores in bower init (#854)
    • ๐Ÿ›  Fix some case sensitive issues with data stored in registry cache (e.g.: jquery/jQuery, #859)
    • ๐Ÿ›  Fix bower not checking out a tag if it looks like a semver (e.g.: 1.0, #872)
    • ๐Ÿ›  Fix install & update commands printing the wrong versions in some cases (#879)
    • ๐Ÿ“ฆ Give priority to mime type headers when deciding if a package need to be extracted, except if it is octet-stream

    NOTE: It's advisable that users run bower cache clean.

  • v1.2.6 Changes

    September 04, 2013
    • Bower now reports download progress even for servers that do not respond with content-length header.
    • ๐Ÿ“ฆ Do not translate endpoints when registering a package to a private registry server (#832)
    • ๐Ÿ›  Detect corrupted downloads by comparing downloaded bytes with content-length header if possible; this fixes Bower silently failing on unstable networks (#824 and #792)
    • ๐Ÿ›  Fix quotes in fields causing Bower to crash in the init command (#841)
  • v1.2.5 Changes

    August 28, 2013
    • ๐Ÿ›  Fix persistent conflict resolutions not working correctly for branches (#818)
    • ๐Ÿ›  Fix Bower failing to run if HOME is not set (#826)
    • โš  Bower now prints a warning if HOME is not set (#827)
    • ๐Ÿ›  Fix progress message being fired after completion of long running git clone commands
    • Other minor improvements
  • v1.2.4 Changes

    August 23, 2013
    • ๐Ÿ›  Fix ignored nested folders not being correctly handled in some cases (#814)
  • v1.2.3 Changes

    August 22, 2013
    • ๐Ÿ›  Fix read of environment variables that map to config properties with dashes and also support nested ones (#8@bower-config)
    • ๐Ÿ›  Fix bower info <package> <property> printing the available versions (it shouldn't!)
    • ๐Ÿ›  Fix interactive shell not being correctly detected in node 0.8.x (#802)
    • ๐Ÿ›  Fix extraneous flag in the list command being incorrectly set for saved dev dependencies in some cases
    • ๐Ÿ›  Fix linked dependencies not being read in bower list on Windows (#813)
    • ๐Ÿ›  Fix update notice not working with --json
  • v1.2.2 Changes

    August 20, 2013
    • Standardize prompt behaviour with and without --json
    • ๐Ÿ‘Œ Improve detection of git servers that do not support shallow clones (#805)
    • Ignore remote tags (tags ending with {})
    • ๐Ÿ›  Fix bower not saving the correct endpoint in some edge cases (#806)
  • v1.2.1 Changes

    August 19, 2013
    • ๐Ÿ›  Fix bower throwing on non-semver targets (#800)
  • v1.2.0 Changes

    August 19, 2013
    • ๐Ÿš€ Bower no longer installs a pre-release version by default, that is, if no version/range is specified (#782)
    • ๐Ÿ“ฆ bower info <package> will now show the latest <package> information along with the available versions (#759)
    • ๐Ÿ bower link no longer requires an elevated user on Windows in most cases (#472)
    • 0๏ธโƒฃ Init command now prompts for the whole bower.json spec properties, filling in default values for author and homepage based on git settings (#693)
    • โšก๏ธ Changes to endpoint sources in bower.json are now catched up by bower install and bower update (#788)
    • ๐Ÿ‘ Allow semver ranges in bower cache clean, e.g. bower cache clean jquery#<2.0.0 (#688)
    • ๐Ÿ Normalize bower list --paths on Windows (#279)
    • Multiple mains are now correctly outputted as an array in bower list --paths (#784)
    • โž• Add --relative option to bower list --json so that Bower outputs relative paths instead of absolute (#714)
    • 0๏ธโƒฃ bower list --paths now outputs relative paths by default; can be turned off with --no-relative (#785)
    • Bower no longer fails if symlinks to files are present in the bower_components folder (#783 and #791)
    • Disable git templates/hooks when running git (#761)
    • โž• Add instructions to setup git workaround for proxies when execution of git fails (#250)
    • Ignore component.json if it looks like a component(1) file (#556)
    • ๐Ÿ›  Fix multi-user usage on bower when it creates temporary directories to hold some files
    • ๐Ÿ›  Fix prompting causing an invalid JSON output when running commands with --json
    • โšก๏ธ When running Bower commands programmatically, prompting is now disabled by default (see the updated programmatic usage for more info)
    • ๐Ÿ›  Other minor improvements and fixes

    ๐Ÿ›  Fix for #788 requires installed components to be re-installed.

  • v1.1.2 Changes

    August 10, 2013
    • ๐Ÿ‘ Detect and fallback if the git server does not support --depth=1 when cloning (#747)
  • v1.1.1 Changes

    August 08, 2013
    • ๐Ÿ›  Fix silent fail when spawning child processes in some edge cases (#722)
    • ๐Ÿ›  Fix home command not guessing the correct URL for GitHub ssh endpoints (requires bower cache-clean)
    • ๐Ÿ›  Fix bower not correctly filtering packages with symlinks in some cases (#730)
    • ๐Ÿ›  Fix multi-user usage on bower when it falls back to create a /tmp/bower folder (#743)
    • 0๏ธโƒฃ Bower now sends a fake user agent when behind a proxy by default, so that corporate proxies do not block requests (#698)
    • Bower now translates GitHub public git:// URLs to git@ when behind a proxy (#731)
    • Minor improvements to the CLI output on small terminals
    • Minor programmatic usage improvements
    • ๐Ÿ›  Minor help usage fixes