UNPKG

make

Version:
193 lines (88 loc) 5.36 kB
# Change Log All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. <a name="0.8.1"></a> ## [0.8.1](https://github.com/mklabs/make/compare/0.8.0...v0.8.1) (2016-08-10) * fix - force line endings to unix <a name="0.8.0"></a> # [0.8.0](https://github.com/mklabs/make/compare/0.6.0...v0.8.0) (2016-08-10) ### Features * bump to 0.8.0, rename into make ([8dff878](https://github.com/mklabs/make/commit/8dff878)) <a name="0.6.1"></a> ## [0.6.1](https://github.com/mklabs/make/compare/0.6.0...v0.6.1) (2016-08-10) * rename - Update all refs to bake or Bake into make or Make <a name="0.6.0"></a> # [0.6.0](https://github.com/mklabs/bake/compare/v0.2.0...v0.6.0) (2016-05-30) ### Bug Fixes * dirty hack to avoid fs warn on graceful-fs, from request ([b9d7fe0](https://github.com/mklabs/bake/commit/b9d7fe0)) ### Features * livereactload template ([97294d8](https://github.com/mklabs/bake/commit/97294d8)) * Windows support - Use env.Path and cmd /d /s /c ([688b3de](https://github.com/mklabs/bake/commit/688b3de)) <a name="0.5.0"></a> # [0.5.0](https://github.com/mklabs/bake/compare/v0.2.0...v0.5.0) (2016-05-30) ### Bug Fixes * dirty hack to avoid fs warn on graceful-fs, from request ([b9d7fe0](https://github.com/mklabs/bake/commit/b9d7fe0)) ### Features * livereactload template ([97294d8](https://github.com/mklabs/bake/commit/97294d8)) * Windows support - Use env.Path and cmd /d /s /c ([688b3de](https://github.com/mklabs/bake/commit/688b3de)) <a name="0.4.0"></a> # [0.4.0](https://github.com/mklabs/bake/compare/v0.2.0...v0.4.0) (2016-05-30) ### Bug Fixes * dirty hack to avoid fs warn on graceful-fs, from request ([b9d7fe0](https://github.com/mklabs/bake/commit/b9d7fe0)) ### Features * livereactload template ([97294d8](https://github.com/mklabs/bake/commit/97294d8)) * Windows support - Use env.Path and cmd /d /s /c ([688b3de](https://github.com/mklabs/bake/commit/688b3de)) <a name="0.3.0"></a> # [0.3.0](https://github.com/mklabs/bake/compare/v0.2.0...v0.3.0) (2016-05-30) ### Bug Fixes * dirty hack to avoid fs warn on graceful-fs, from request ([b9d7fe0](https://github.com/mklabs/bake/commit/b9d7fe0)) ### Features * livereactload template ([97294d8](https://github.com/mklabs/bake/commit/97294d8)) * Windows support - Use env.Path and cmd /d /s /c ([688b3de](https://github.com/mklabs/bake/commit/688b3de)) <a name="0.2.0"></a> # [0.2.0](https://github.com/mklabs/bake/compare/v0.1.6...v0.2.0) (2016-05-28) ### Bug Fixes * json error eslintrc ([fc26af7](https://github.com/mklabs/bake/commit/fc26af7)) * tests ([19298e2](https://github.com/mklabs/bake/commit/19298e2)) ### Features * add ability to install templates from github repos ([0fe0fef](https://github.com/mklabs/bake/commit/0fe0fef)) * add eslint template ([538953f](https://github.com/mklabs/bake/commit/538953f)) * ava template ([483f8d7](https://github.com/mklabs/bake/commit/483f8d7)) * mocha template ([3a91b1d](https://github.com/mklabs/bake/commit/3a91b1d)) * simple template ([fc551dc](https://github.com/mklabs/bake/commit/fc551dc)) <a name="0.1.6"></a> ## [0.1.6](https://github.com/mklabs/bake/compare/v0.1.5...v0.1.6) (2016-05-26) ### Bug Fixes * more specific npmignore for dotfiles ([049ff0d](https://github.com/mklabs/bake/commit/049ff0d)) <a name="0.1.5"></a> ## [0.1.5](https://github.com/mklabs/bake/compare/v0.1.4...v0.1.5) (2016-05-26) <a name="0.1.4"></a> ## [0.1.4](https://github.com/mklabs/bake/compare/v0.1.3...v0.1.4) (2016-05-26) ### Bug Fixes * index.js not published ([b90d7ec](https://github.com/mklabs/bake/commit/b90d7ec)) <a name="0.1.3"></a> ## [0.1.3](https://github.com/mklabs/bake/compare/v0.1.2...v0.1.3) (2016-05-26) ### Bug Fixes * add proper .npmignore to make sure src/ is bundled ([a024744](https://github.com/mklabs/bake/commit/a024744)) <a name="0.1.2"></a> ## [0.1.2](https://github.com/mklabs/bake/compare/v0.1.1...v0.1.2) (2016-05-26) <a name="0.1.1"></a> ## [0.1.1](https://github.com/mklabs/bake/compare/v0.1.0...v0.1.1) (2016-05-26) ### Bug Fixes * make sure local node_modules/.bin path is in front of $PATH ([2d903a3](https://github.com/mklabs/bake/commit/2d903a3)) <a name="0.1.0"></a> # [0.1.0](https://github.com/mklabs/bake/compare/v0.0.4...v0.1.0) (2016-05-25) ### Bug Fixes * improve log output, merge dependencies ([838a08c](https://github.com/mklabs/bake/commit/838a08c)) ### Features * --help output list of available templates ([b58eb43](https://github.com/mklabs/bake/commit/b58eb43)) * "global" commands, bake-<target> ([ce6572d](https://github.com/mklabs/bake/commit/ce6572d)) * Add --skip flag, merge .eslintrc / .babelrc ([091e28c](https://github.com/mklabs/bake/commit/091e28c)) * add cli template ([3e90cef](https://github.com/mklabs/bake/commit/3e90cef)) * bake init <template> ([34b788b](https://github.com/mklabs/bake/commit/34b788b)) * implement template hook for start / install ([5990fa6](https://github.com/mklabs/bake/commit/5990fa6)) <a name="0.0.4"></a> ## [0.0.4](https://github.com/mklabs/bake/compare/v0.0.3...v0.0.4) (2016-05-24) <a name="0.0.3"></a> ## [0.0.3](https://github.com/mklabs/bake/compare/v0.0.2...v0.0.3) (2016-05-24) <a name="0.0.2"></a> ## 0.0.2 (2016-05-24)