[1.1.1 / 2014-03-15](https://github.com/GoalSmashers/assets-include/compare/v1.1.0...v1.1.1)
==================

* Fixed issue [#2](https://github.com/GoalSmashers/assets-include/issues/2) - allows `config` to be an absolute path.

[1.1.0 / 2014-03-12](https://github.com/GoalSmashers/assets-include/compare/v1.0.0...v1.1.0)
==================

* Fixed issue [#1](https://github.com/GoalSmashers/assets-include/issues/1) - allow `group` to override `loadingMode` option.

[1.0.0 / 2014-03-05](https://github.com/GoalSmashers/assets-include/compare/v0.7.0...v1.0.0)
==================

* Adds JSHint linter and fixes all warnings.
* Adds project's Readme with CLI / lib documentation.
* Adds TravisCI configuration.
* Defaults `root` option to `./public` under config's dir.
* Drops compatibility with node.js 0.6.
* Removes optimist in favor to commander for CLI options parsing.
* Updates assets-expander dependency to 1.0.x.

0.7.0 / 2013-08-12
==================

* Adds async/defer option to scripts.

0.6.2 / 2012-08-15
==================

* Added crossorigin attribute to link/script when using asset hosts.

0.6.1 / 2012-08-09
==================

* Fixed getting inline assets with cache boosters and asset hosts.

0.6.0 / 2012-08-09
==================

* Added support for asset hosts (-a ... or assetHosts via API).

0.5.0 / 2012-08-07
==================

* Adds Windows support with all tests fixed.

0.4.0 / 2012-08-03
==================

* Fallback for path.existsSync in node 0.6.x.
* Restricting support to node >= 0.6.0.

0.3.1 / 2012-07-04
==================

* Fixed inline bundles with cache boosters.

0.3.0 / 2012-07-03
==================

* Added support for new cache boosters created by assets-packager 0.5+.
* Supports cache boosters via -s option from command line.

0.2.1 / 2012-06-19
==================

* Fixed link tag for CSS type.

0.2.0 / 2012-06-19
==================

* Added list mode - include.list(locator) - for getting a flat list of files with mtime.
* Refactored #group to use #list and some more internals.
* Added binary list option (-l).

0.1.1 / 2012-06-19
==================

* Fixed processing absolute paths.

0.1.0 / 2012-06-18
==================

* First version - expanding unbundled, bundled, and inline assets based on YAML config file.
