Skip to content

Latest commit

 

History

History
113 lines (93 loc) · 4 KB

CHANGELOG.md

File metadata and controls

113 lines (93 loc) · 4 KB

Changelog

v0.2.15

  • Bug fixing and refactoring.

v0.2.14

  • Improving error handling and notifications.

v0.2.13

  • Bug fixing:
    • Uninstalling packages and bower.json file system changes leave the BowerProject model in an inconsistent state.
    • Package latest version is lost after any command execution.
  • Improve parsing of installed and updated packages.
  • Code clean up and APIs updated.
  • Adding more tests.

v0.2.12

  • Project and packages synchronization based on the bower.json file:
    • Keep track of the project status.
    • Synchronize with the current packages installed
    • Synchronize with the bower.json definition.
  • Keep track of bower.json changes.
  • Tests clean up.
  • Bug fixing.

v0.2.11

  • Fixing bug when loading project dependencies.

v0.2.10

  • Bower commands that modifies the project structure are executed in a queue.
  • Updating Package model with dependency detailed information.
  • Use tilde as default when installing/udpating a package.
  • Tests clean up.
  • Bug fixing.

v0.2.9

  • Fixing configuration being overrided.

v0.2.8

  • Fixing packages list after installing from bower.json, to display only direct dependencies.
  • Adding bower default configuration based on bower-config.

v0.2.7

  • Error handling
  • Checking conflicts when uninstalling packages with dependants packages
  • Bug fixing

v0.2.6

  • Change Bower active directory using the Project Tree contextual menu:
    • Set the selected directory or file directory as the active path for Bower
    • Reloads the dependencies found in the selected directory
  • UI improvements on listing project packages information.
  • Supporting offline mode of bower list when loading project dependencies.
  • i18n: italian translations by Denisov21
  • Updating bower to latest stable version.

v0.2.5

  • Bug fixing:
    • Better handling of BowerJson instance when updating packages from dependencies/devDependencies.

v0.2.4

  • Minor UI improvements:
    • Adding scroll to panel
    • Disable UI interaction when changing project
  • Improving project management.

v0.2.3

  • List current project dependencies.
  • Uninstall and update commands.
  • Bug fixing.

v0.2.2

  • Bug fixing.
  • Test suite improvement.

v0.2.1

  • Improve Bower Status Bar implementation and fixing bugs: status elements were not removed.
  • Fixing bugs in QuickInstall.
  • Update time unit from milliseconds to minutes for reload catalog time in bower Preferences.
  • Improvements and tests suites added.

v0.2.0

  • Basic support of bower.json to handle dependencies for production and development.
    • Create the file with the existent dependencies if any, open it in the editor and remove it.
    • Check if there are some packages installed and added them to the recently created bower.json file.
  • Bower commands: install and prune. Now it is possible to install and prune the dependencies from the bower.json file.
  • Configure the extension using brackets settings: select to save the packages installed through Quick Install (Install from Bower) to the package.json and select the time for reloading the packages catalog.
  • Check if Git exists on the system and warn the user if it isn't available.
  • New icons for panels by navelpluisje
  • Bug fixing and improvements.

v0.1.7

  • Use bower cache list while loading the Bower packages from the registry.

v0.1.6

  • ".bowerrc" configuration file is now supported. Automatically checks if the ".bowerrc" file exists, create one at the root project and deletes it. Update the configurable properties and those changes will be automatically loaded by bower.
  • Minor improvements.
  • Test suite updated and migrated to the supported API.

v0.1.5

  • Proxy support through the default Brackets Preferences.
  • i18n support: English as default locale and translations for Spanish.

v0.1.4

  • Adding feedback when the Bower registry is loading and finishes loading.
  • Update the key binding command for "Bower install" to "Ctrl+Alt+B".
  • Update bower module to version 1.3.12.
  • Minor fixes.