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

86 lines (57 loc) 2.34 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="1.2.2"></a> ## [1.2.2](https://github.com/tunnckocore/is-async-function/compare/v1.2.1...v1.2.2) (2016-10-29) ### Bug Fixes * **docs:** fixes and updates API docs ([b909ae7](https://github.com/tunnckocore/is-async-function/commit/b909ae7)), closes [#14](https://github.com/tunnckocore/is-async-function/issues/14) <a name="1.2.1"></a> ## [1.2.1](https://github.com/tunnckocore/is-async-function/compare/v1.2.0...v1.2.1) (2016-10-27) ### Bug Fixes * **non-strict:** fix a bug in non-strict mode ([2d25126](https://github.com/tunnckocore/is-async-function/commit/2d25126)), closes [#13](https://github.com/tunnckocore/is-async-function/issues/13) <a name="1.2.0"></a> # [1.2.0](https://github.com/tunnckocore/is-async-function/compare/v1.1.5...v1.2.0) (2016-10-27) ### Features * **strict:** introduce strict mode ([ef8526f](https://github.com/tunnckocore/is-async-function/commit/ef8526f)) ## 1.1.5 - 2016-09-21 - Release v1.1.5 / npm@v1.1.5 - update tests to cleanup codeclimate issues ## 1.1.4 - 2016-09-21 - Release v1.1.4 / npm@v1.1.4 - use `lazy-cache` and `lazy-arrayify`, closes #10 - add support for `names` to be a string, not only array of strings - update to use `mukla` instead of `assertit` - update npm scripts - update travis builds and coverage things - update gitignore - update editorconfig - add `standard`, `nyc` and `coveralls` to devDeps ## 1.1.3 - 2016-04-21 - Release v1.1.3 / npm@v1.1.3 - use `common-callback-names` package - bump deps ## 1.1.2 - 2016-03-18 - Release v1.1.2 / npm@v1.1.2 - update metadata, keyword - update docs, description - cleanup unused arguments ## 1.1.1 - 2016-03-18 - Release v1.1.1 / npm@v1.1.1 - add related libs - update docs - update description - add docs r- efactor, allow passing custom array of argument names - run update - lint, lincense year, metadata, boilerplate stuff ## 1.1.0 - 2015-06-25 - Release v1.1.0 / npm@v1.1.0 - update metadata - add check for `done` and `next` ## 1.0.0 - 2015-06-05 - Release v1.0.0 / npm@v1.0.0 - add test for when throw - refactor - add `related` section - add keywords - implement ## 0.0.0 - 2015-06-05 - first commits