UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

88 lines (38 loc) 2.43 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="2.0.2"></a> ## [2.0.2](https://github.com/hybridables/try-catch-core/compare/v2.0.1...v2.0.2) (2016-11-01) ### Bug Fixes * **docs:** fix few docs typos ([5f6931d](https://github.com/hybridables/try-catch-core/commit/5f6931d)) <a name="2.0.1"></a> ## [2.0.1](https://github.com/hybridables/try-catch-core/compare/v2.0.0...v2.0.1) (2016-11-01) ### Bug Fixes * **sync:** fix synchronous completion ([58c704b](https://github.com/hybridables/try-catch-core/commit/58c704b)) <a name="2.0.0"></a> # [2.0.0](https://github.com/hybridables/try-catch-core/compare/v1.0.4...v2.0.0) (2016-11-01) ### Code Refactoring * **arguments:** switch arguments order, use latest dependencies ([0646c0a](https://github.com/hybridables/try-catch-core/commit/0646c0a)) ### BREAKING CHANGES * arguments: switch arguments order - options argument before done callback argument <a name="1.0.4"></a> ## [1.0.4](https://github.com/hybridables/try-catch-core/compare/v1.0.3...v1.0.4) (2016-11-01) ### Bug Fixes * **links:** move to [@hybridables](https://github.com/hybridables) org ([dc7c3f0](https://github.com/hybridables/try-catch-core/commit/dc7c3f0)) * **options:** pass options to try-catch-callback ([aba375d](https://github.com/hybridables/try-catch-core/commit/aba375d)) <a name="1.0.3"></a> ## [1.0.3](https://github.com/tunnckocore/try-catch-core/compare/v1.0.2...v1.0.3) (2016-09-22) ### Bug Fixes * **dependency:** use `try-catch-callback` ([447b20b](https://github.com/tunnckocore/try-catch-core/commit/447b20b)) <a name="1.0.2"></a> ## [1.0.2](https://github.com/tunnckocore/try-catch-core/compare/v1.0.1...v1.0.2) (2016-09-22) ### Bug Fixes * **index.js:** add check if cb is not a function ([4818f61](https://github.com/tunnckocore/try-catch-core/commit/4818f61)) <a name="1.0.1"></a> ## [1.0.1](https://github.com/tunnckocore/try-catch-core/compare/v1.0.0...v1.0.1) (2016-09-21) ### Bug Fixes * **contributing.md:** fix the name of the package ([6297e9e](https://github.com/tunnckocore/try-catch-core/commit/6297e9e)) * **package:** add keywords ([a2b7900](https://github.com/tunnckocore/try-catch-core/commit/a2b7900)) ## 1.0.0 - 2016-09-21 - First release ## 0.0.0 - 2016-09-21 - Initial commit