Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 2.42 KB

Changelog.md

File metadata and controls

90 lines (56 loc) · 2.42 KB

1.0.0 - 2016-02-12

Breaking changes

concatination of any file types

The new API looks like this:

bower_concat: {
	main: {
		dest: {
		    js: 'build/_bower.js',
		    scss: 'build/_bower.scss,
		    coffee: 'build/_bower.coffee
		},
		// ...
	}
}

The old dest as a string ({dest: 'build/_bower.js'}) is still working but the cssDest was removed.

Thanks @alwin-rewedigital, #65.

Other changes

  • Update peerDependencies to be able to work with Grunt 1.0.

0.6.0 - 2015-10-20

  • Cmpatibility with Bower dependencies without any .js or .css main file (#55, by @frontday).
  • process options (by @Keyes).

0.5.0 - 2015-05-20

0.4.0 - 2014-10-08

  • CSS support (by @kevinschaul).
  • Fix undefined canonicalDir for packages without bower.json (#29).

0.3.0 - 2014-07-10

  • Use Bower in offline mode (fix #20). Do not require internet and faster.

0.2.5 - 2014-07-09

  • Bug fixes.

0.2.4 - 2014-01-22

  • callback option.
  • Fix path duplication when relative is false in bowerOptions (#15).

0.2.3 - 2013-12-29

0.2.2 - 2013-12-17

  • Fix bad path passed as a main file in the bower.json (by @kaseyq).

0.2.1 - 2013-12-03

  • mainFiles option.
  • Do not treat components with .js in name as files (#11).
  • Supports multiple JS files in bower.json’s main section (by @seanhess).
  • Other bug fixes.

0.2.0 - 2013-11-22

  • Respect component dependencies when ordering the files for concatination (by @swissmanu).
  • bowerOptions option (by @madzak).

0.1.2 - 2013-11-08

  • Rename task to prevent conflicts with other Bower related tasks.

0.1.1 - 2013-08-20

  • Bug fixes.

0.1.0 - 2013-04-05

  • Initial release.