Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Releases: ofrogon/cleanBowerInstaller

Version 0.3.3

30 Apr 20:46
Compare
Choose a tag to compare
  • Fix issue #14.
  • Fix file renaming.
  • Update dependencies.
  • Add test against Node.js v6.

Version 0.3.2

21 Feb 04:18
Compare
Choose a tag to compare
  • Update dependencies.
  • Change the way the e2e tests were done. Now we use Mocha instead of some custom tests runner.
  • Simplify the usage of Grunt.
  • Fix typos.

Version 0.3.1

01 Nov 04:32
Compare
Choose a tag to compare
  • Add support for coveralls.io for test coverage report.
  • Remove useless dependencies.
  • Switch blanket.js for istanbul.js as coverage test reporters.
  • Update .travis.iml file to stop using legacy version of TravisCI.
  • Add test against Node.js v5.

Version 0.3.0

16 Sep 01:34
Compare
Choose a tag to compare
  • Enhance error handle in api.js.
  • Accelerate the execution of the tool on an empty value of the field cInstall in the bower.json file.
  • Update dependencies.
  • Fix a possible error when using name with glob star.
  • Deprecated the use of automatic in the api (was already mark as deprecated in the cmd module).
  • Better deprecation throw, by using the Node.js util module.
  • Start using version 1.4.x of q instead of version 2.x.x because it wasn't updated since 2014.

Note: Some path fix may have broken the use of the cwd option in some case.

Version 0.2.0 (first "clean" project version...)

30 May 03:19
Compare
Choose a tag to compare

Complete rewrite of the tool, main changes:

  • Asynchronous call to the file system and method.
  • Clear the dependencies.
  • Better configuration object.

Beta 3

05 Apr 01:09
Compare
Choose a tag to compare
  • Update the dependencies use by the tool.

Beta 2

05 Apr 01:08
Compare
Choose a tag to compare
  • Bug fixes: Error in the execution of the command "automatic".
  • Bug fixes: Error when execute the tool using CLI.
  • Bug fixes: Error when executing the command "automatic" or "install" twice in a row.
  • Bug fixes: Repair bug with option bower in CLI.

Beta 1

05 Apr 01:08
Compare
Choose a tag to compare
  • Add new tests
  • Complete the wiki
  • Bug fix

Alpha 8

05 Apr 01:07
Compare
Choose a tag to compare
  • Add option removeAfter to delete the bower_components folder after the tool execution.

Alpha 7

05 Apr 01:06
Compare
Choose a tag to compare
  • Add option verbose to display/return more information from the tool execution.
  • A lot of bug fixes.
  • Change most of the method to be asynchronous.
  • Now, the CLI commands call the API ones.
  • Add some test for the default tool actions.