diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa1772c3a..aa5fca967d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + +# [0.5.0](https://github.com/char0n/ramda-adjunct/compare/v0.4.0...v0.5.0) (2017-03-06) + + +### Bug Fixes + +* **isGeneratorFunction:** add legacy check ([24969a6](https://github.com/char0n/ramda-adjunct/commit/24969a6)) + + +### Features + +* add isFunction ([c0e45e7](https://github.com/char0n/ramda-adjunct/commit/c0e45e7)) +* **typescript:** add support for typescript by typings ([1ff7c61](https://github.com/char0n/ramda-adjunct/commit/1ff7c61)) +* add isAsyncFunction ([b72a040](https://github.com/char0n/ramda-adjunct/commit/b72a040)) +* add isGeneratorFunction ([08ee74b](https://github.com/char0n/ramda-adjunct/commit/08ee74b)) +* add isNotArrayLike ([dbf09b9](https://github.com/char0n/ramda-adjunct/commit/dbf09b9)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33) +* add isNotAsyncFunction ([8194de9](https://github.com/char0n/ramda-adjunct/commit/8194de9)) +* add isNotFunction ([82b8295](https://github.com/char0n/ramda-adjunct/commit/82b8295)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31) +* add isNotObjectLike ([9233e00](https://github.com/char0n/ramda-adjunct/commit/9233e00)) +* add isObject ([9f6e64a](https://github.com/char0n/ramda-adjunct/commit/9f6e64a)) +* add isObjectLike ([52b1917](https://github.com/char0n/ramda-adjunct/commit/52b1917)) +* add isPlainObject ([6e14291](https://github.com/char0n/ramda-adjunct/commit/6e14291)) +* isNotGeneratorFunction ([ffba8cd](https://github.com/char0n/ramda-adjunct/commit/ffba8cd)) +* isNotObject ([aa4a0df](https://github.com/char0n/ramda-adjunct/commit/aa4a0df)) + + + # [0.4.0](https://github.com/char0n/ramda-adjunct/compare/v0.3.0...v0.4.0) (2017-02-27) diff --git a/README.md b/README.md index 5404f20a7d..b59147b5d9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ long as they support ES5. - [0.2.0](https://char0n.github.io/ramda-adjunct/0.2.0) - [0.3.0](https://char0n.github.io/ramda-adjunct/0.3.0) - [0.4.0](https://char0n.github.io/ramda-adjunct/0.4.0) + - [0.5.0](https://char0n.github.io/ramda-adjunct/0.5.0) - Latest: https://char0n.github.io/ramda-adjunct ## Development