# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [2.2.3] - 2016-08-22
- Adds a better default README.

## [2.2.2] - 2016-08-18
- Switching from gitlab to github. Need to reflect that in here.
- Gets rid of the Cuttlefish "theme" question. We're no longer using submodules for themes.

## [2.2.1] - 2016-06-14
- Adds in RewriteBase to the default `.htaccess` file
- Adds better partial separation for tracking.
- Fixes conanical from being a `meta` element. Should be a relationship `link`. Adds partial for `relationships`.
- Fixes glob support to further ignore underscore directories from markup output.
- Cleans up the default `title`. If CMS is bypassed, it pulls in the front-matter / json data. Otherwise, it only pulls in from the CMS.

## [2.2.0] - 2016-05-26
- Adds in tracking blocks to the default layout `<head>` and `</body>` elements for optimizely and tag manager stuff.

## [2.1.0] - 2016-05-25
- Adds babel for ES2015 transpiling
- Makes the browsersync notifier less intrusive

## [2.0.2] - 2016-05-24
- Removes sprity from the config options
- Points to instinct_cl 4.0+

## [2.0.1] - 2016-05-12
- Points to 3.X.X of Instinct

## [2.0.0] - 2016-04-22
- Fixes issue with relative pathing for css imports.
- Updates jquery cdn to 2.2.0
### Breaking
- You will need to make sure that your config.js file has `includePaths: ['node_modules']` as part of the gulpSass options object.

## [1.0.5] - 2016-03-24
- Added in robots and canonical meta fields to the default build

## [1.0.4] - 2016-03-17
- Point to latest Instinct

## [1.0.3] - 2016-03-7
- Kills off the gitlab API feature. It was neat, but not reliable enough.

## [1.0.2] - 2016-02-26
- Is smarter with Cuttlefish. Asks you CF specific set up questions when necessary
- Includes more complete Cuttlefish file structure to work with CF 1.0.0
- General cleanup and bugfixes

## [1.0.1] - 2016-02-24
- Killed off exec task, as we are no longer auto setting the git remote
- No longer asks about Foundation if Cuttlefish is selected

## [1.0.0] - 2016-01-27
### Added
- Support for 2.0.0 Instinct
- Now works with Node 5.X.X

## [0.2.0] - 2016-01-11
### Added
- Adds source paths to the configuration file so we can modify them per project, if necessary

## [0.1.5] - 2015-12-16
### Added
- Includes json loader in the webpack configuration

## [0.1.4] - 2015-12-02
### Added
- Only includes Foundation stuff if Cuttlefish is not selected, since Cuttlefish already includes Foundation
- No longer bypasses the CMS by default
- Adds in the htaccess and index files that CMS requires

## [0.1.3] - 2015-10-06
### Added
- Fixes issue with dotfiles. They now transfer over correctly, but need to be underscore files in the /templates directory
