<a name="3.1.8"></a>
## [3.1.8](https://github.com/INSIDEM2M/slim/compare/3.1.7...3.1.8) (2018-06-05)


### Bug Fixes

* **cli-entry:** do not typecheck slim when executing it ([291a11b](https://github.com/INSIDEM2M/slim/commit/291a11b))



<a name="3.1.7"></a>
## [3.1.7](https://github.com/INSIDEM2M/slim/compare/3.1.6...3.1.7) (2018-06-05)


### Bug Fixes

* update newer version of ts-node ([b884237](https://github.com/INSIDEM2M/slim/commit/b884237))



<a name="3.1.6"></a>
## [3.1.6](https://github.com/INSIDEM2M/slim/compare/3.1.5...3.1.6) (2018-06-04)


### Bug Fixes

* fix e2e tests ([2e21e3e](https://github.com/INSIDEM2M/slim/commit/2e21e3e))



<a name="3.1.5"></a>
## [3.1.5](https://github.com/INSIDEM2M/slim/compare/3.1.4...3.1.5) (2018-06-04)


### Bug Fixes

* do not use ts-node ([e4e2c8b](https://github.com/INSIDEM2M/slim/commit/e4e2c8b))



<a name="3.1.4"></a>
## [3.1.4](https://github.com/INSIDEM2M/slim/compare/3.1.3...3.1.4) (2018-05-25)


### Bug Fixes

* **package.json:** set dependencies from ^ to ~ versions ([0032dea](https://github.com/INSIDEM2M/slim/commit/0032dea))



<a name="3.1.3"></a>
## [3.1.3](https://github.com/INSIDEM2M/slim/compare/3.1.2...3.1.3) (2018-05-07)


### Bug Fixes

* **package.json:** set typescript version to 2.6.2 ([3fb8df5](https://github.com/INSIDEM2M/slim/commit/3fb8df5))



<a name="3.1.2"></a>
## [3.1.2](https://github.com/INSIDEM2M/slim/compare/3.1.1...3.1.2) (2018-01-30)



<a name="3.1.1"></a>
## [3.1.1](https://github.com/INSIDEM2M/slim/compare/3.1.0...3.1.1) (2018-01-16)



<a name="3.1.0"></a>
# [3.1.0](https://github.com/INSIDEM2M/slim/compare/3.0.2...3.1.0) (2017-12-07)


### Features

* **build:** add hash to outputs for cache busting ([b2868d4](https://github.com/INSIDEM2M/slim/commit/b2868d4))



<a name="3.0.2"></a>
## [3.0.2](https://github.com/INSIDEM2M/slim/compare/3.0.1...3.0.2) (2017-12-07)



<a name="3.0.1"></a>
## [3.0.1](https://github.com/INSIDEM2M/slim/compare/3.0.0...3.0.1) (2017-12-07)


### Bug Fixes

* **doc:** use updated compodoc arguments ([ff1605e](https://github.com/INSIDEM2M/slim/commit/ff1605e))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/INSIDEM2M/slim/compare/2.2.0...3.0.0) (2017-12-06)


### Chores

* update dependencies ([778405f](https://github.com/INSIDEM2M/slim/commit/778405f))


### BREAKING CHANGES

* This version only supports Angular Versions ~4.4.0



<a name="2.2.0"></a>
# [2.2.0](https://github.com/INSIDEM2M/slim/compare/2.1.2...2.2.0) (2017-11-22)



<a name="2.1.2"></a>
## [2.1.2](https://github.com/INSIDEM2M/slim/compare/2.1.1...2.1.2) (2017-09-15)


### Bug Fixes

* **build:** use [@ngtools](https://github.com/ngtools)/webpack@1.6.2 ([715a888](https://github.com/INSIDEM2M/slim/commit/715a888))



<a name="2.1.1"></a>
## [2.1.1](https://github.com/INSIDEM2M/slim/compare/2.1.0...2.1.1) (2017-09-15)


### Bug Fixes

* **doc:** fix sass doc generation ([695fe2f](https://github.com/INSIDEM2M/slim/commit/695fe2f))


### Features

* **dev:** add --cordova flag to emit the files during dev ([df61c6b](https://github.com/INSIDEM2M/slim/commit/df61c6b))



<a name="2.1.0"></a>
# [2.1.0](https://github.com/INSIDEM2M/slim/compare/2.0.3...2.1.0) (2017-09-06)


### Features

* **e2e:** use chrome headless ([49ec922](https://github.com/INSIDEM2M/slim/commit/49ec922))



<a name="2.0.3"></a>
## [2.0.3](https://github.com/INSIDEM2M/slim/compare/2.0.2...2.0.3) (2017-09-04)



<a name="2.0.2"></a>
## [2.0.2](https://github.com/INSIDEM2M/slim/compare/2.0.1...2.0.2) (2017-09-04)


### Bug Fixes

* **build:** export helpers in e2e tests ([24222db](https://github.com/INSIDEM2M/slim/commit/24222db))



<a name="2.0.1"></a>
## [2.0.1](https://github.com/INSIDEM2M/slim/compare/2.0.0...2.0.1) (2017-09-04)


### Bug Fixes

* **build:** export helpers ([ab7b636](https://github.com/INSIDEM2M/slim/commit/ab7b636))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/INSIDEM2M/slim/compare/0.9.3...2.0.0) (2017-09-04)


### Bug Fixes

* 5660:15-102 Critical dependency: the request of a dependency is an expression ([24df481](https://github.com/INSIDEM2M/slim/commit/24df481))
* **build:** add yarn.lock file ([d55569f](https://github.com/INSIDEM2M/slim/commit/d55569f))
* **build:** allow typescript errors when typecheck is set to false ([70bfe2a](https://github.com/INSIDEM2M/slim/commit/70bfe2a))


### Features

* add cache-loader, update [@ngtools](https://github.com/ngtools)/webpack ([e756282](https://github.com/INSIDEM2M/slim/commit/e756282))
* update to Angular 4.2.6 ([c68f880](https://github.com/INSIDEM2M/slim/commit/c68f880))
* update to Angular 4.3.0 ([b526723](https://github.com/INSIDEM2M/slim/commit/b526723))
* **common:** minimize html files ([c468137](https://github.com/INSIDEM2M/slim/commit/c468137))
* **dev:** disable logging of updated modules ([43ddae9](https://github.com/INSIDEM2M/slim/commit/43ddae9))



<a name="0.9.3"></a>
## [0.9.3](https://github.com/INSIDEM2M/slim/compare/0.9.2...0.9.3) (2017-06-22)



<a name="0.9.2"></a>
## [0.9.2](https://github.com/INSIDEM2M/slim/compare/0.9.1...0.9.2) (2017-05-24)



<a name="0.9.1"></a>
## [0.9.1](https://github.com/INSIDEM2M/slim/compare/0.9.0...0.9.1) (2017-05-24)


### Bug Fixes

* **release:** correct logic when use-version option is set ([d61a396](https://github.com/INSIDEM2M/slim/commit/d61a396))



<a name="0.9.0"></a>
# [0.9.0](https://github.com/INSIDEM2M/slim/compare/0.8.3...0.9.0) (2017-05-18)


### Features

* **codesplit:** add behaviour to split code into app, manifest and vendor bundles ([#250](https://github.com/INSIDEM2M/slim/issues/250)) ([04bb821](https://github.com/INSIDEM2M/slim/commit/04bb821))



<a name="0.8.3"></a>
## [0.8.3](https://github.com/INSIDEM2M/slim/compare/0.8.2...0.8.3) (2017-05-15)



<a name="0.8.2"></a>
## [0.8.2](https://github.com/INSIDEM2M/slim/compare/0.8.1...0.8.2) (2017-05-15)


### Bug Fixes

* remove postcss-discard-unused ([5a513c0](https://github.com/INSIDEM2M/slim/commit/5a513c0))



<a name="0.8.1"></a>
## [0.8.1](https://github.com/INSIDEM2M/slim/compare/0.8.0...0.8.1) (2017-05-10)


### Bug Fixes

* **dev:** enable accessing the build from other hosts ([b43f6a9](https://github.com/INSIDEM2M/slim/commit/b43f6a9))
* **strip-sass-imports-loader:** provide context in which file the import was removed during testing ([a50e5b2](https://github.com/INSIDEM2M/slim/commit/a50e5b2))



<a name="0.8.0"></a>
# [0.8.0](https://github.com/INSIDEM2M/slim/compare/0.7.0...0.8.0) (2017-05-10)


### Bug Fixes

* **doc:** also toggle classes tab by default ([07b44a7](https://github.com/INSIDEM2M/slim/commit/07b44a7))


### Features

* **doc:** generate info about sass variables of the component ([1a9c708](https://github.com/INSIDEM2M/slim/commit/1a9c708))



<a name="0.7.0"></a>
# [0.7.0](https://github.com/INSIDEM2M/slim/compare/0.6.12...0.7.0) (2017-05-03)


### Bug Fixes

* **compodoc:** use new [@compodoc](https://github.com/compodoc)/compodoc package ([1885f3c](https://github.com/INSIDEM2M/slim/commit/1885f3c))
* **dev:** fix source map ([2300a18](https://github.com/INSIDEM2M/slim/commit/2300a18))
* **package:** update jasmine-spec-reporter to version 4.0.0 ([5f21b5f](https://github.com/INSIDEM2M/slim/commit/5f21b5f))



<a name="0.6.12"></a>
## [0.6.12](https://github.com/INSIDEM2M/slim/compare/0.6.11...0.6.12) (2017-04-14)


### Bug Fixes

* **build:** correctly log errors from aot ([0865606](https://github.com/INSIDEM2M/slim/commit/0865606))



<a name="0.6.11"></a>
## [0.6.11](https://github.com/INSIDEM2M/slim/compare/0.6.10...v0.6.11) (2017-03-31)


### Bug Fixes

* **common:** set module filename to absolute path ([f2174fd](https://github.com/INSIDEM2M/slim/commit/f2174fd))
* **dll:** log error to console ([78f844e](https://github.com/INSIDEM2M/slim/commit/78f844e))
* **package:** update angular-router-loader to version 0.6.0 ([06b8cce](https://github.com/INSIDEM2M/slim/commit/06b8cce))
* **package:** update css-loader to version 0.28.0 ([4e760c0](https://github.com/INSIDEM2M/slim/commit/4e760c0))
* **package:** update uglifyjs-webpack-plugin to version 0.4.0 ([b83deb1](https://github.com/INSIDEM2M/slim/commit/b83deb1))



<a name="0.6.10"></a>
## [0.6.10](https://github.com/INSIDEM2M/slim/compare/0.6.9...v0.6.10) (2017-03-28)


### Bug Fixes

* **build:** remove prepublish script because of npm.... ([b7984a7](https://github.com/INSIDEM2M/slim/commit/b7984a7))



<a name="0.6.9"></a>
## [0.6.9](https://github.com/INSIDEM2M/slim/compare/0.6.8...v0.6.9) (2017-03-28)


### Bug Fixes

* **build:** add prepublish script ([1200c6c](https://github.com/INSIDEM2M/slim/commit/1200c6c))



<a name="0.6.8"></a>
## [0.6.8](https://github.com/INSIDEM2M/slim/compare/0.6.7...v0.6.8) (2017-03-28)


### Bug Fixes

* **webpack:** allow older versions of loader-utils ([026632b](https://github.com/INSIDEM2M/slim/commit/026632b))



<a name="0.6.7"></a>
## [0.6.7](https://github.com/INSIDEM2M/slim/compare/0.6.6...v0.6.7) (2017-03-27)


### Bug Fixes

* **build:** ping [@ngtools](https://github.com/ngtools)/webpack version ([ddb32ab](https://github.com/INSIDEM2M/slim/commit/ddb32ab))



<a name="0.6.6"></a>
## [0.6.6](https://github.com/INSIDEM2M/slim/compare/0.6.5...v0.6.6) (2017-03-24)


### Bug Fixes

* add missing ts-helpers dependency ([37f1b4f](https://github.com/INSIDEM2M/slim/commit/37f1b4f))
* **dev:** enable source maps for global styles ([d9c2172](https://github.com/INSIDEM2M/slim/commit/d9c2172))
* **e2e:** remove yarn.lock ([69bb454](https://github.com/INSIDEM2M/slim/commit/69bb454))
* **package:** update ts-node to version 3.0.0 ([1afadb1](https://github.com/INSIDEM2M/slim/commit/1afadb1))



<a name="0.6.5"></a>
## [0.6.5](https://github.com/INSIDEM2M/slim/compare/0.6.4...v0.6.5) (2017-03-14)


### Bug Fixes

* **build:** include all chunks when extracting css ([66aca64](https://github.com/INSIDEM2M/slim/commit/66aca64))



<a name="0.6.4"></a>
## [0.6.4](https://github.com/INSIDEM2M/slim/compare/0.6.3...v0.6.4) (2017-03-14)


### Bug Fixes

* **common:** take typecheck config entry into account when building ([909ef50](https://github.com/INSIDEM2M/slim/commit/909ef50))



<a name="0.6.3"></a>
## [0.6.3](https://github.com/INSIDEM2M/slim/compare/0.6.2...v0.6.3) (2017-03-06)


### Bug Fixes

* **build:** do not try to emit sourcemaps when skip-sourcemaps option is present ([ef47be3dec9cd42c38c0691644c9559849d0b77c](https://github.com/INSIDEM2M/slim/commit/ef47be3dec9cd42c38c0691644c9559849d0b77c))



<a name="0.6.2"></a>
## [0.6.2](https://github.com/INSIDEM2M/slim/compare/0.6.1...v0.6.2) (2017-03-06)


### Bug Fixes

* **build:** disable type checking in ci ([20fc3618f3b17fc9a0be8c35887e4d1b556661b0](https://github.com/INSIDEM2M/slim/commit/20fc3618f3b17fc9a0be8c35887e4d1b556661b0))



<a name="0.6.1"></a>
## [0.6.1](https://github.com/INSIDEM2M/slim/compare/0.6.0...v0.6.1) (2017-03-05)


### Bug Fixes

* **build:** remove type declaration from project-typings ([75507c68177329366ce4e1cd91e7a90b32888b29](https://github.com/INSIDEM2M/slim/commit/75507c68177329366ce4e1cd91e7a90b32888b29))



<a name="0.6.0"></a>
# [0.6.0](https://github.com/INSIDEM2M/slim/compare/0.5.11...v0.6.0) (2017-03-05)


### Bug Fixes

* **package:** update yargs to version 7.0.1 ([b822b08022f9645301ea6f279f7f751f04c5bdcc](https://github.com/INSIDEM2M/slim/commit/b822b08022f9645301ea6f279f7f751f04c5bdcc))


### Features

* **dev:** enable type checking ([4d4026c6c008cecfc5ecc6d375071f66e8e8fa7d](https://github.com/INSIDEM2M/slim/commit/4d4026c6c008cecfc5ecc6d375071f66e8e8fa7d))



<a name="0.5.11"></a>
## [0.5.11](https://github.com/INSIDEM2M/slim/compare/0.5.10...v0.5.11) (2017-03-02)


### Features

* **build:** add skip-sourcemaps option ([150c9cb220402a234674c3409a1442f828861629](https://github.com/INSIDEM2M/slim/commit/150c9cb220402a234674c3409a1442f828861629))



<a name="0.5.10"></a>
## [0.5.10](https://github.com/INSIDEM2M/slim/compare/0.5.9...v0.5.10) (2017-03-01)


### Bug Fixes

* **build:** fix global styles not being included in the build ([46ce1c2f929f32d28d2cd62f9777a68bcdab0b14](https://github.com/INSIDEM2M/slim/commit/46ce1c2f929f32d28d2cd62f9777a68bcdab0b14))
* **package:** update extract-text-webpack-plugin to version 2.0.0 ([d31c8932ac48a4944d43dd15d8951c7a71ac87fa](https://github.com/INSIDEM2M/slim/commit/d31c8932ac48a4944d43dd15d8951c7a71ac87fa))



<a name="0.5.9"></a>
## [0.5.9](https://github.com/INSIDEM2M/slim/compare/0.5.8...v0.5.9) (2017-02-24)


### Bug Fixes

* **dev:** fix HMR for global styles ([8dce96cf96ee4198d3ad463d0232d908b4adf958](https://github.com/INSIDEM2M/slim/commit/8dce96cf96ee4198d3ad463d0232d908b4adf958))



<a name="0.5.8"></a>
## [0.5.8](https://github.com/INSIDEM2M/slim/compare/0.5.7...v0.5.8) (2017-02-22)


### Bug Fixes

* **build:** fix angular lazy loading ([d42a27dae7d56d84755eb3ac5b46ea75582552d2](https://github.com/INSIDEM2M/slim/commit/d42a27dae7d56d84755eb3ac5b46ea75582552d2))



<a name="0.5.7"></a>
## [0.5.7](https://github.com/INSIDEM2M/slim/compare/0.5.6...v0.5.7) (2017-02-22)


### Bug Fixes

* **cli-helpers:** overwrite SlimConfig.sass.importIgnoredDuring ([fb2280246a05605ae4895be17506875d15d4fe10](https://github.com/INSIDEM2M/slim/commit/fb2280246a05605ae4895be17506875d15d4fe10))



<a name="0.5.6"></a>
## [0.5.6](https://github.com/INSIDEM2M/slim/compare/v0.5.1...v0.5.6) (2017-02-22)


### Bug Fixes

* **cli:** skip update check in CI environment ([cc4ef4a9f84a7023cdd437091d2a6f36e44cbc72](https://github.com/INSIDEM2M/slim/commit/cc4ef4a9f84a7023cdd437091d2a6f36e44cbc72))



<a name="0.5.5"></a>
## [0.5.5](https://github.com/INSIDEM2M/slim/compare/0.5.4...v0.5.5) (2017-02-15)


### Bug Fixes

* **cli-helpers:** use port below 65335 ([484cf21670b58654ba5a076f686da938a2bdc039](https://github.com/INSIDEM2M/slim/commit/484cf21670b58654ba5a076f686da938a2bdc039))



<a name="0.5.4"></a>
## [0.5.4](https://github.com/INSIDEM2M/slim/compare/0.5.3...v0.5.4) (2017-02-15)


### Bug Fixes

* **utils:** use random port in ci environment ([69edb5d6bce1517499134c06e1f97a4c4a469705](https://github.com/INSIDEM2M/slim/commit/69edb5d6bce1517499134c06e1f97a4c4a469705))



<a name="0.5.3"></a>
## [0.5.3](https://github.com/INSIDEM2M/slim/compare/0.5.2...v0.5.3) (2017-02-15)


### Bug Fixes

* only extract CSS for build command ([efc3ace85648a22c04a3d51f25f74d56fafadc62](https://github.com/INSIDEM2M/slim/commit/efc3ace85648a22c04a3d51f25f74d56fafadc62))


### Features

* check daily for update and notify user if one is available ([165e0c6b4e057bbe4e07fd9ebdf846c836dfc200](https://github.com/INSIDEM2M/slim/commit/165e0c6b4e057bbe4e07fd9ebdf846c836dfc200))
* **test,e2e:** add more reporters ([22ecbf9713b07c3a7b339f3f9162af51b74e1408](https://github.com/INSIDEM2M/slim/commit/22ecbf9713b07c3a7b339f3f9162af51b74e1408))



<a name="0.5.2"></a>
## [0.5.2](https://github.com/INSIDEM2M/slim/compare/0.5.1...v0.5.2) (2017-02-12)


### Bug Fixes

* **e2e:** set baseUrl for protractor ([76d6e45](https://github.com/INSIDEM2M/slim/commit/76d6e45))
* **test:** do not include dlls in ci environment ([0084ea2](https://github.com/INSIDEM2M/slim/commit/0084ea2))



<a name="0.5.1"></a>
## [0.5.1](https://github.com/INSIDEM2M/slim/compare/0.5.0...v0.5.1) (2017-02-12)


### Bug Fixes

* **release:** append changelog ([cf409a6](https://github.com/INSIDEM2M/slim/commit/cf409a6))
* **test:** some fixes nessecary for CI on linux ([7362d81](https://github.com/INSIDEM2M/slim/commit/7362d81))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/INSIDEM2M/slim/compare/0.4.1...v0.5.0) (2017-02-11)


### Bug Fixes

* **build:** remove empty styles.js file from output ([ff85b92](https://github.com/INSIDEM2M/slim/commit/ff85b92))
* **cli-helpers:** add default value for baseHref ([ecab536](https://github.com/INSIDEM2M/slim/commit/ecab536))
* **package:** update compodoc to version 0.0.40 ([62647c2](https://github.com/INSIDEM2M/slim/commit/62647c2))
* **package:** update compodoc to version 0.0.41 ([2912868](https://github.com/INSIDEM2M/slim/commit/2912868))
* **package:** update istanbul-instrumenter-loader to version 2.0.0 ([#143](https://github.com/INSIDEM2M/slim/issues/143)) ([ff91132](https://github.com/INSIDEM2M/slim/commit/ff91132))
* **package:** update sass-loader to version 5.0.1 ([9a820ef](https://github.com/INSIDEM2M/slim/commit/9a820ef))
* **webpack:** remove unneeded loaders ([e5db700](https://github.com/INSIDEM2M/slim/commit/e5db700))


### Features

* enable aot flag also for the dev command ([8a2978d](https://github.com/INSIDEM2M/slim/commit/8a2978d))
* **ci:** add ci option ([cb95c80](https://github.com/INSIDEM2M/slim/commit/cb95c80))
* **release:** update changelog during release ([08b44f8](https://github.com/INSIDEM2M/slim/commit/08b44f8))
* **test:** add launcher for IE ([003f305](https://github.com/INSIDEM2M/slim/commit/003f305))
* **test:** automatically detect browsers in ci environment ([ac4708a](https://github.com/INSIDEM2M/slim/commit/ac4708a))
* **test:** remove need for test-bundle.js in every project ([3db60a8](https://github.com/INSIDEM2M/slim/commit/3db60a8))



<a name="0.4.1"></a>
## [0.4.1](https://github.com/INSIDEM2M/slim/compare/0.4.0...v0.4.1) (2017-02-08)


### Bug Fixes

* **cli-helpers:** correctly parse the environment buildProperties ([6340e86](https://github.com/INSIDEM2M/slim/commit/6340e86))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/INSIDEM2M/slim/compare/0.3.1...v0.4.0) (2017-02-08)


### Bug Fixes

* **angular2-template-loader:** fix version to 0.6.0 ([dc68d5f](https://github.com/INSIDEM2M/slim/commit/dc68d5f))
* **common:** do not encode inlined svg files ([a9f98b0](https://github.com/INSIDEM2M/slim/commit/a9f98b0))
* **package:** update webpack-dev-server to version 2.3.0 ([03f23f4](https://github.com/INSIDEM2M/slim/commit/03f23f4))


### Features

* **build:** add angular-router-loader ([2bfabf5](https://github.com/INSIDEM2M/slim/commit/2bfabf5))
* **build:** add extract-text-plugin to extract css from the build ([70fbd5a](https://github.com/INSIDEM2M/slim/commit/70fbd5a))



<a name="0.3.1"></a>
## [0.3.1](https://github.com/INSIDEM2M/slim/compare/0.3.0...v0.3.1) (2017-02-03)


### Bug Fixes

* **dll:** only write dll cache if dll build successfull ([c589fa8](https://github.com/INSIDEM2M/slim/commit/c589fa8))
* **slim-config:** initialize sass.includePaths ([2845eb4](https://github.com/INSIDEM2M/slim/commit/2845eb4))
* **utils:** remove style "}" character in logger ([3ac9a78](https://github.com/INSIDEM2M/slim/commit/3ac9a78))


### Features

* **dev:** add option to ignore srcipts in dev mode ([40d29ab](https://github.com/INSIDEM2M/slim/commit/40d29ab))
* **slim-config:** make relative assets relative to rootDir ([6308f54](https://github.com/INSIDEM2M/slim/commit/6308f54))
* **slim-typings:** add environment typings ([e2719bd](https://github.com/INSIDEM2M/slim/commit/e2719bd))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/INSIDEM2M/slim/compare/0.2.2...v0.3.0) (2017-02-02)


### Bug Fixes

* **cli:** remove reference to deleted changelog command ([cc0b19d](https://github.com/INSIDEM2M/slim/commit/cc0b19d))
* **package:** update compodoc to version 0.0.38 ([62d51a5](https://github.com/INSIDEM2M/slim/commit/62d51a5))
* **package:** update file-loader to version 0.10.0 ([6d5d0bd](https://github.com/INSIDEM2M/slim/commit/6d5d0bd))
* **package:** update webpack-dev-server to version 2.2.1 ([d48ba78](https://github.com/INSIDEM2M/slim/commit/d48ba78))
* **release:** fix several problems with the release command ([f992768](https://github.com/INSIDEM2M/slim/commit/f992768))
* **slim-config:** treat images as normal assets ([ab9fc6a](https://github.com/INSIDEM2M/slim/commit/ab9fc6a))


### Features

* **newCommand:** add replace in filenames. ([ee596e2](https://github.com/INSIDEM2M/slim/commit/ee596e2))
* **publish:** add initial publish command implementation ([ceb6710](https://github.com/INSIDEM2M/slim/commit/ceb6710))
* **release:** add release command ([77ea1f9](https://github.com/INSIDEM2M/slim/commit/77ea1f9))



<a name="0.2.2"></a>
## [0.2.2](https://github.com/INSIDEM2M/slim/compare/0.2.1...0.2.2) (2017-01-26)



<a name="0.2.1"></a>
## ~~[0.2.1](https://github.com/INSIDEM2M/slim/compare/0.2.0...0.2.1) (2017-01-26)~~


### Bug Fixes

* **new:** show when no user config is found in debug ([5ab2fa0](https://github.com/INSIDEM2M/slim/commit/5ab2fa0))
* **slim-config:** correct typings of webpack.ignoreSourceMaps ([60e6bb6](https://github.com/INSIDEM2M/slim/commit/60e6bb6))
* **strip-sass-imports-loader:** only strip imports during test ([1860064](https://github.com/INSIDEM2M/slim/commit/1860064))
* **utils:** show message in default color ([09b0a33](https://github.com/INSIDEM2M/slim/commit/09b0a33))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/INSIDEM2M/slim/compare/0.1.4...0.2.0) (2017-01-26)


### Bug Fixes

* **aot:** several fixes needed for AOT compilation ([e9c0b84](https://github.com/INSIDEM2M/slim/commit/e9c0b84))
* **build:** delete targetDir before build ([adaed74](https://github.com/INSIDEM2M/slim/commit/adaed74))
* **cli-helpers:** add check if the cwd is a git repo ([918cf89](https://github.com/INSIDEM2M/slim/commit/918cf89))
* **common:** add missing extension to resolveLoader ([08c18d6](https://github.com/INSIDEM2M/slim/commit/08c18d6))
* **e2e:** several fixes to make e2e work again ([84b2279](https://github.com/INSIDEM2M/slim/commit/84b2279))
* **newCommand:** add file existing checks ([22ba22d](https://github.com/INSIDEM2M/slim/commit/22ba22d))
* **newCommand:** change underscore to lodash ([05d1940](https://github.com/INSIDEM2M/slim/commit/05d1940))
* **package:** update compodoc to version 0.0.34 ([91feee4](https://github.com/INSIDEM2M/slim/commit/91feee4))
* **package:** update compodoc to version 0.0.35 ([efde626](https://github.com/INSIDEM2M/slim/commit/efde626))
* **package:** update compodoc to version 0.0.37 ([#95](https://github.com/INSIDEM2M/slim/issues/95)) ([2138585](https://github.com/INSIDEM2M/slim/commit/2138585))
* **postcss:** put postcss config in postcss.config.js ([484b608](https://github.com/INSIDEM2M/slim/commit/484b608))
* **webpack:** exclude ionic from source map loader ([a9d195a](https://github.com/INSIDEM2M/slim/commit/a9d195a))
* **webpack:** exclude moment locales from build ([#82](https://github.com/INSIDEM2M/slim/issues/82)) ([6f90a7e](https://github.com/INSIDEM2M/slim/commit/6f90a7e))


### Features

* **new:** pull repo if exists ([465b5a9](https://github.com/INSIDEM2M/slim/commit/465b5a9))
* **newCommand:** add new command structure. ([e17a3f8](https://github.com/INSIDEM2M/slim/commit/e17a3f8))
* **newCommand:** create directories if missing. ([beefc01](https://github.com/INSIDEM2M/slim/commit/beefc01))
* **newCommand:** replace nodegit by simplegit ([57fae28](https://github.com/INSIDEM2M/slim/commit/57fae28))
* **newCommand:** use underscore template to replace placeholders in template. ([d19e963](https://github.com/INSIDEM2M/slim/commit/d19e963))
* **slim-config:** add option to ignore source maps of specific modules ([28926fb](https://github.com/INSIDEM2M/slim/commit/28926fb))
* **test:** ignore specific missing sass files ([b620290](https://github.com/INSIDEM2M/slim/commit/b620290))
* **webpack:** use plain filenames ([a78736c](https://github.com/INSIDEM2M/slim/commit/a78736c))



<a name="0.1.4"></a>
## [0.1.4](https://github.com/INSIDEM2M/slim/compare/0.1.3...0.1.4) (2017-01-18)


### Bug Fixes

* **webpack:** fix several issues that arised when using a component project ([bb42ad5](https://github.com/INSIDEM2M/slim/commit/bb42ad5))



<a name="0.1.3"></a>
## [0.1.3](https://github.com/INSIDEM2M/slim/compare/0.1.2...0.1.3) (2017-01-18)


### Bug Fixes

* **test:** do not try to copy index.html during the test ([5a05bdc](https://github.com/INSIDEM2M/slim/commit/5a05bdc))



<a name="0.1.2"></a>
## [0.1.2](https://github.com/INSIDEM2M/slim/compare/0.1.1...0.1.2) (2017-01-18)


### Bug Fixes

* **build:** add .npmignore ([e74042d](https://github.com/INSIDEM2M/slim/commit/e74042d))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/INSIDEM2M/slim/compare/0.1.0...0.1.1) (2017-01-18)


### Bug Fixes

* **build:** transpile slim-cli before publish ([ae3c689](https://github.com/INSIDEM2M/slim/commit/ae3c689))



<a name="0.1.0"></a>
# [0.1.0](https://github.com/INSIDEM2M/slim/compare/a14b05a...0.1.0) (2017-01-18)


### Bug Fixes

* **build:** do not run e2e tests for now ([61b7fcf](https://github.com/INSIDEM2M/slim/commit/61b7fcf))
* **build:** do not run tsc as a postinstall step ([c6b8dc3](https://github.com/INSIDEM2M/slim/commit/c6b8dc3))
* **build:** rebuild node-sass ([d5a996c](https://github.com/INSIDEM2M/slim/commit/d5a996c))
* **build:** update yarn lock file ([20282ff](https://github.com/INSIDEM2M/slim/commit/20282ff))
* **build:** update yarn lock file ([bbd2fc8](https://github.com/INSIDEM2M/slim/commit/bbd2fc8))
* **build:** use xvfb to run e2e test ([606f584](https://github.com/INSIDEM2M/slim/commit/606f584))
* **common:** module resolve should fallback to node_modules of slim (resolve [#74](https://github.com/INSIDEM2M/slim/issues/74)) ([5788350](https://github.com/INSIDEM2M/slim/commit/5788350))
* **config:** rename im2m.config to slim.config ([ab231bf](https://github.com/INSIDEM2M/slim/commit/ab231bf))
* **doc:** adapt to im2m.config -> slim.config refactoring ([7ff629e](https://github.com/INSIDEM2M/slim/commit/7ff629e))
* **e2e:** adapt to API changes in protractor[@5](https://github.com/5).0.0 ([a2774f6](https://github.com/INSIDEM2M/slim/commit/a2774f6))
* **e2e:** use correct path for protractor.config.js ([09f7e03](https://github.com/INSIDEM2M/slim/commit/09f7e03))
* **package:** update awesome-typescript-loader to version 3.0.0-beta.13 ([21c1580](https://github.com/INSIDEM2M/slim/commit/21c1580)), closes [#14](https://github.com/INSIDEM2M/slim/issues/14)
* **package:** update awesome-typescript-loader to version 3.0.0-beta.14 ([c87bcc1](https://github.com/INSIDEM2M/slim/commit/c87bcc1))
* **package:** update awesome-typescript-loader to version 3.0.0-beta.15 ([6bffcad](https://github.com/INSIDEM2M/slim/commit/6bffcad))
* **package:** update istanbul-instrumenter-loader to version 1.2.0 ([#49](https://github.com/INSIDEM2M/slim/issues/49)) ([5b17c07](https://github.com/INSIDEM2M/slim/commit/5b17c07))
* **package:** update jasmine-spec-reporter to version 3.0.0 ([f0dcae3](https://github.com/INSIDEM2M/slim/commit/f0dcae3))
* **package:** update node-sass to version 4.1.0 ([13a0682](https://github.com/INSIDEM2M/slim/commit/13a0682))
* **package:** update protractor to version 5.0.0 ([b6a3dcb](https://github.com/INSIDEM2M/slim/commit/b6a3dcb))
* **package:** update webpack-merge to version 2.0.0 ([#47](https://github.com/INSIDEM2M/slim/issues/47)) ([4a80d72](https://github.com/INSIDEM2M/slim/commit/4a80d72))
* **package.json:** add missing [@angularclass](https://github.com/angularclass)/hmr dependency ([567a54d](https://github.com/INSIDEM2M/slim/commit/567a54d))
* **package.json:** correct path to binary ([ac9d8f4](https://github.com/INSIDEM2M/slim/commit/ac9d8f4))
* **protractor.conf.js:** adapt to API changes in jasmine-spec-reporter[@3](https://github.com/3).0.0 ([0a2f0e2](https://github.com/INSIDEM2M/slim/commit/0a2f0e2))
* **slim.config:** add description and fix typings ([6f865d7](https://github.com/INSIDEM2M/slim/commit/6f865d7))
* **test:** fix coverage report ([fddd36b](https://github.com/INSIDEM2M/slim/commit/fddd36b))
* **test:** run e2e tests in sequence ([9fdcc42](https://github.com/INSIDEM2M/slim/commit/9fdcc42))
* **typings:** align cli typings ([990ac48](https://github.com/INSIDEM2M/slim/commit/990ac48))
* **webpack:** should resolve plugins installed in slim project ([f26a899](https://github.com/INSIDEM2M/slim/commit/f26a899))


### Features

* automatically update DLLs ([24c8655](https://github.com/INSIDEM2M/slim/commit/24c8655))
* initial commit ([a14b05a](https://github.com/INSIDEM2M/slim/commit/a14b05a))
* initial implementation of basic features ([e42cfbd](https://github.com/INSIDEM2M/slim/commit/e42cfbd))
* remove need for separate index.dev.html ([7ed2068](https://github.com/INSIDEM2M/slim/commit/7ed2068))
* **build:** add app example ([024e41d](https://github.com/INSIDEM2M/slim/commit/024e41d))
* **build:** add basic travis config ([e6be88a](https://github.com/INSIDEM2M/slim/commit/e6be88a))
* **build:** add example-app to CI e2e test ([3dfdc0d](https://github.com/INSIDEM2M/slim/commit/3dfdc0d))
* **build:** enable real e2e test on travis ([#26](https://github.com/INSIDEM2M/slim/issues/26)) ([6c0c25b](https://github.com/INSIDEM2M/slim/commit/6c0c25b))
* **build:** implement basic e2e test ([56cd0d7](https://github.com/INSIDEM2M/slim/commit/56cd0d7))
* **dev:** add hot module reloading ([bf375fc](https://github.com/INSIDEM2M/slim/commit/bf375fc))
* **doc:** add doc command ([4c82176](https://github.com/INSIDEM2M/slim/commit/4c82176))
* **e2e:** implement e2e command ([aa79e36](https://github.com/INSIDEM2M/slim/commit/aa79e36))
* **slim.config:** move config into own directory ([5b8b887](https://github.com/INSIDEM2M/slim/commit/5b8b887))
* **test:** add --xml-report flag ([cbe5226](https://github.com/INSIDEM2M/slim/commit/cbe5226))
* **test:** use karma-webpack ([3574160](https://github.com/INSIDEM2M/slim/commit/3574160))



