# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.2.6] - 2018-04-05
### Bugfix
- Attempt to resolve issue when installing previous version of module

## [2.2.5] - 2018-03-23
### Changed
- Repository name now defaults to the name of the current working directory the generator is run in
- Updated changelog format based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

### Fixed
- Remove trailing commas which may cause issues with older versions of Node.js

## v2.2.4
- Added repository to package.json
- Added "Getting Started" section to README

## v2.2.3
- Fix plugin injection into production webpack config

## v2.2.2
- Add travis build file to run tests automatically on commit
- Link to LICENSE in README

## v2.2.1
- Changed license from Apache-2.0 to MIT and added LICENSE file

## v2.2.0
- Disabled https on webpack-dev-server as it was causing some issues, you can reenable by adding `https: true` to the webpack-dev-server options in `webpack.config.dev.js`
- Created base webpack configuration to extend from
- index.html dynamically generated by HtmlWebpackPlugin. Generated resources are dynamically added.
- Changed starting version number from 1.0.0 to 0.1.0
- Updated README to specify global installation of `yo` module.

## v2.1.0
- Change file extension of files containing JSX to .js
- Add example of Jest snapshot testing
- Upgrade to ES6 arrow functions
- Change base font-family to be client default
- Upgrade to Webpack 3
- Removed deprecated package 'react-addons-test-utils'
- Created Dockerfile to deploy application
- Updated some dependencies
- Enabled https on webpack-dev-server
- Upgraded ESLint configuration

## v2.0.1
Install missing module prop-types

## v2.0.0
Upgraded to React 16.

## v1.0.1
Fixed issue with `.gitignore` not being copied into directory correctly.
