|
| 1 | +<a name="2.0.0"></a> |
| 2 | +# [2.0.0](https://github.com/micromata/baumeister/compare/1.1.0...2.0.0) (2018-01-05) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* update dependencies ([2722663](https://github.com/micromata/baumeister/commit/2722663)) |
| 8 | +* update dependencies ([#199](https://github.com/micromata/baumeister/issues/199)) ([9d41b6d](https://github.com/micromata/baumeister/commit/9d41b6d)) |
| 9 | +* **config:** prevent error if `includeStaticFiles` is empty ([3ce7eb5](https://github.com/micromata/baumeister/commit/3ce7eb5)), closes [#215](https://github.com/micromata/baumeister/issues/215) |
| 10 | +* **linting:** fix linting errors introduced with eslint-config-xo ([389e07b](https://github.com/micromata/baumeister/commit/389e07b)) |
| 11 | +* update dev dependencies ([d96c53e](https://github.com/micromata/baumeister/commit/d96c53e)) |
| 12 | +* update dev dependencies ([b072aa8](https://github.com/micromata/baumeister/commit/b072aa8)) |
| 13 | +* **linting:** fix stylelint errors ([62a4087](https://github.com/micromata/baumeister/commit/62a4087)) |
| 14 | +* **settings:** revert generateBanners setting to false ([68eebf5](https://github.com/micromata/baumeister/commit/68eebf5)) |
| 15 | + |
| 16 | + |
| 17 | +### Code Refactoring |
| 18 | + |
| 19 | +* **bundling:** Replace Browserify with Webpack ([eb96f75](https://github.com/micromata/baumeister/commit/eb96f75)), closes [#209](https://github.com/micromata/baumeister/issues/209) [#211](https://github.com/micromata/baumeister/issues/211) |
| 20 | + |
| 21 | + |
| 22 | +### Features |
| 23 | + |
| 24 | +* **linting:** Add eslint rules to ensure consistent filenames ([#201](https://github.com/micromata/baumeister/issues/201)) ([82e24a8](https://github.com/micromata/baumeister/commit/82e24a8)), closes [#197](https://github.com/micromata/baumeister/issues/197) |
| 25 | +* **settings:** Move settings to baumeister.json ([c4029a4](https://github.com/micromata/baumeister/commit/c4029a4)), closes [#212](https://github.com/micromata/baumeister/issues/212) [#213](https://github.com/micromata/baumeister/issues/213) |
| 26 | +* **transpiling:** Transform `async/await` using regenerator ([91cd23c](https://github.com/micromata/baumeister/commit/91cd23c)), closes [#207](https://github.com/micromata/baumeister/issues/207) |
| 27 | + |
| 28 | + |
| 29 | +### BREAKING CHANGES |
| 30 | + |
| 31 | +* **linting:** The new major version of `stylelint-config-standard` introduces |
| 32 | +some new rules which might break your build. Therefore you might |
| 33 | +need to adapt your code or disable unwanted rules in `.stylelintrc.json`. |
| 34 | +* **bundling:** The bundles are renamed (and partly removed) to: `app/polyfills.bundle.js`, `app/vendor.bundle.js` and `app/app.bundle.js` and must be included via script tags in that order. See [default.hbs](https://github.com/micromata/Baumeister/blob/e6346738f472ee57a204dbbf400f29924965abea/src/handlebars/layouts/default.hbs#L48-L61). |
| 35 | +* **settings:** Settings moved from `package.json` to the new `baumeister.json` config file in the project root. In addition the two boolean settings `useHandlebars` and `generateBanners` from `gulp/config.js` are also exposed to the `baumeister.json`. |
| 36 | +* **linting:** `eslint-plugin-filenames` will cause linting errors in case you already have JavaScript files with filenames written in camelCase. You have to rename those files or change/disable the rule `filenames/match-exported` in `.eslintrc.json` depending on your preference. |
| 37 | + |
1 | 38 | <a name="1.1.0"></a> |
2 | 39 | # [1.1.0](https://github.com/micromata/baumeister/compare/1.0.3...1.1.0) (2017-07-31) |
3 | 40 |
|
|
44 | 81 | * Fix installation with npm5 by installing htmlprocessor ([b2d626d](https://github.com/micromata/baumeister/commit/b2d626d)) |
45 | 82 | * **gulp:** Consistent use of settings variables ([b9c723c](https://github.com/micromata/baumeister/commit/b9c723c)) |
46 | 83 | * Follow conventional commits specs in release commits ([e682512](https://github.com/micromata/baumeister/commit/e682512)) |
47 | | - |
48 | | - |
49 | | - |
|
0 commit comments