UNPKG

dts-element-fp

Version:

typescript definition generator for functional programming

78 lines (33 loc) 2.54 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.0"></a> # [1.2.0](https://github.com/ikatyang/dts-element-fp/compare/v1.1.2...v1.2.0) (2018-04-28) ### Features * add `hoist_name` option ([#133](https://github.com/ikatyang/dts-element-fp/issues/133)) ([71be11e](https://github.com/ikatyang/dts-element-fp/commit/71be11e)) <a name="1.1.2"></a> ## [1.1.2](https://github.com/ikatyang/dts-element-fp/compare/v1.1.1...v1.1.2) (2017-11-10) ### Bug Fixes * **deps:** update dependency ramda to v^0.25.0 ([cc904c2](https://github.com/ikatyang/dts-element-fp/commit/cc904c2)) * **selectable-overloads:** put most general case at first ([#81](https://github.com/ikatyang/dts-element-fp/issues/81)) ([906b5a4](https://github.com/ikatyang/dts-element-fp/commit/906b5a4)) <a name="1.1.1"></a> ## [1.1.1](https://github.com/ikatyang/dts-element-fp/compare/v1.1.0...v1.1.1) (2017-08-18) ### Bug Fixes * **inline_return_type:** incorrect output for typePredicate and all various type ([#21](https://github.com/ikatyang/dts-element-fp/issues/21)) ([617f55c](https://github.com/ikatyang/dts-element-fp/commit/617f55c)) <a name="1.1.0"></a> # [1.1.0](https://github.com/ikatyang/dts-element-fp/compare/v1.0.2...v1.1.0) (2017-08-18) ### Bug Fixes * remove unnecessary types for `placeholder: false` ([#18](https://github.com/ikatyang/dts-element-fp/issues/18)) ([4b5034d](https://github.com/ikatyang/dts-element-fp/commit/4b5034d)) ### Features * add option to inline the final return type ([#19](https://github.com/ikatyang/dts-element-fp/issues/19)) ([075d541](https://github.com/ikatyang/dts-element-fp/commit/075d541)) <a name="1.0.2"></a> ## [1.0.2](https://github.com/ikatyang/dts-element-fp/compare/v1.0.1...v1.0.2) (2017-08-13) ### Bug Fixes * **various:** unexpected merge conflict ([#13](https://github.com/ikatyang/dts-element-fp/issues/13)) ([cef0277](https://github.com/ikatyang/dts-element-fp/commit/cef0277)) <a name="1.0.1"></a> ## [1.0.1](https://github.com/ikatyang/dts-element-fp/compare/v1.0.0...v1.0.1) (2017-08-08) ### Bug Fixes * deep generics dependencies ([#8](https://github.com/ikatyang/dts-element-fp/issues/8)) ([54f423c](https://github.com/ikatyang/dts-element-fp/commit/54f423c)) <a name="1.0.0"></a> # 1.0.0 (2017-08-02) ### Features * initial implementation ([100b16a](https://github.com/ikatyang/dts-element-fp/commit/100b16a))