# Changelog
## 0.6.0
 * [\#10] Added middleware to configuration
 * [\#14] Updated to Express 0.4.x

## 0.5.1
 * [\#11] Fixed Express dependency version to not break task

## 0.5.0
 * [\#8] Added grunt multitask support
 * [\#9] Added command line multi-server configuration

## 0.4.1
 * added async configuration option

## 0.4.0
 * [\#7] added module support
 * [\#5] fixed an ordering issue in the middleware that was preventing index.html pages from being viewed

## 0.3.2
 * [\#6] fixed an issue with case sensitive systems
 * added Travis-ci integration

## 0.3.1
 * [\#4] added configuration from a file
 * added usage from IntelliJ instructions to README.md
 * added integration tests and e2e (end to end) grunt target for testing

## 0.3.0
 * [\#2] added https support
 * conformed to the grunt options standard (breaking change)
 * added type parameter

## 0.2.2
 * [\#1] added cache control option

[\#1]: https://github.com/devpaul/grunt-devserver/issues/1
[\#2]: https://github.com/devpaul/grunt-devserver/issues/2
[\#3]: https://github.com/devpaul/grunt-devserver/issues/3
[\#4]: https://github.com/devpaul/grunt-devserver/issues/4
[\#5]: https://github.com/devpaul/grunt-devserver/issues/5
[\#6]: https://github.com/devpaul/grunt-devserver/issues/6
[\#7]: https://github.com/devpaul/grunt-devserver/issues/7
[\#8]: https://github.com/devpaul/grunt-devserver/issues/8
[\#9]: https://github.com/devpaul/grunt-devserver/issues/9
[\#10]: https://github.com/devpaul/grunt-devserver/issues/10
[\#11]: https://github.com/devpaul/grunt-devserver/issues/11
[\#14]: https://github.com/devpaul/grunt-devserver/issues/14