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
66 lines (43 loc) • 1.76 kB
Markdown
# 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.0.8"></a>
## [1.0.8](https://github.com/tunnckocore/function-arguments/compare/v1.0.7...v1.0.8) (2016-10-29)
### Bug Fixes
* **docs:** params before examples ([0fd3a4c](https://github.com/tunnckocore/function-arguments/commit/0fd3a4c))
<a name="1.0.7"></a>
## [1.0.7](https://github.com/tunnckocore/function-arguments/compare/v1.0.6...v1.0.7) (2016-10-27)
### Bug Fixes
* **deps:** remove deps ([ab8b901](https://github.com/tunnckocore/function-arguments/commit/ab8b901))
## 1.0.6 - 2016-09-21
- Release v1.0.6 / npm@v1.0.6
- add `coveralls` to devDeps, closes #4
## 1.0.5 - 2016-09-21
- Release v1.0.5 / npm@v1.0.5
- move arr-map require outside of the module.exported function, closes #3
- update to use `mukla` instead of `assertit`
- update npm scripts
- update travis builds and coverage things
- update gitignore
- add `standard` and `nyc` to devDeps
## 1.0.4 - 2016-03-18
- Release v1.0.4 / npm@v1.0.4
- update docs
- bugfix: problems with regex, slicing and `max` option
- drop `max` option - no breaking change
## 1.0.3 - 2016-03-18
- Release v1.0.3 / npm@v1.0.3
- fix `options.max` problems, make some checks and defaults
## 1.0.2 - 2016-03-18
- Release v1.0.2 / npm@v1.0.2
- fix: if `max` bigger than `fn.toString().length`, causing strange bugs in `relike`?
## 1.0.1 - 2016-03-18
- Release v1.0.1 / npm@v1.0.1
- update docs
- make it works when using comments
- return earlier if not arguments
- update description
## 1.0.0 - 2016-03-18
- Release v1.0.0 / npm@v1.0.0
- implement :cat2:
## 0.0.0 - 2016-03-18
- Initial commit