1 | ## [4.1.1](https://github.com/char0n/ramda-adjunct/compare/v4.1.0...v4.1.1) (2023-08-21)
|
---|
2 |
|
---|
3 |
|
---|
4 | ### Bug Fixes
|
---|
5 |
|
---|
6 | * **types:** fix bug in typings that was causing downstream issues ([#2730](https://github.com/char0n/ramda-adjunct/issues/2730)) ([9ad235a](https://github.com/char0n/ramda-adjunct/commit/9ad235a3053d81961407b17cc5163b635561d81a))
|
---|
7 |
|
---|
8 |
|
---|
9 |
|
---|
10 | # [4.1.0](https://github.com/char0n/ramda-adjunct/compare/v4.0.0...v4.1.0) (2023-08-18)
|
---|
11 |
|
---|
12 |
|
---|
13 | ### Features
|
---|
14 |
|
---|
15 | * **object:** add renameKey ([#2627](https://github.com/char0n/ramda-adjunct/issues/2627)) ([2c943fe](https://github.com/char0n/ramda-adjunct/commit/2c943fe3990ce5c4397112e8ba1197fe850c63af))
|
---|
16 |
|
---|
17 |
|
---|
18 |
|
---|
19 | # [4.0.0](https://github.com/char0n/ramda-adjunct/compare/v3.4.0...v4.0.0) (2023-04-05)
|
---|
20 |
|
---|
21 |
|
---|
22 | ### Features
|
---|
23 |
|
---|
24 | * add support for ramda@0.29.0 ([#2568](https://github.com/char0n/ramda-adjunct/issues/2568)) ([05def8d](https://github.com/char0n/ramda-adjunct/commit/05def8d60fd9c71c4e4f8d9345b7b80ffa6dd6f7)), closes [#2567](https://github.com/char0n/ramda-adjunct/issues/2567)
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
28 | # [3.4.0](https://github.com/char0n/ramda-adjunct/compare/v3.3.0...v3.4.0) (2022-12-03)
|
---|
29 |
|
---|
30 |
|
---|
31 | ### Bug Fixes
|
---|
32 |
|
---|
33 | * **isGeneratorFunction:** remove legacy predicate ([#2431](https://github.com/char0n/ramda-adjunct/issues/2431)) ([c576212](https://github.com/char0n/ramda-adjunct/commit/c5762124b47b738b45545fbece1099d2a870ccd4))
|
---|
34 |
|
---|
35 |
|
---|
36 | ### Features
|
---|
37 |
|
---|
38 | * **list:** add sortByProp ([#2384](https://github.com/char0n/ramda-adjunct/issues/2384)) ([61c2e9d](https://github.com/char0n/ramda-adjunct/commit/61c2e9de8bdfcbf941a91ea270688b1c434fdc61)), closes [#1241](https://github.com/char0n/ramda-adjunct/issues/1241)
|
---|
39 |
|
---|
40 |
|
---|
41 |
|
---|
42 | # [3.3.0](https://github.com/char0n/ramda-adjunct/compare/v3.2.0...v3.3.0) (2022-09-18)
|
---|
43 |
|
---|
44 |
|
---|
45 | ### Features
|
---|
46 |
|
---|
47 | * **types:** simplify types and declare named exports ([#2307](https://github.com/char0n/ramda-adjunct/issues/2307)) ([1b46e44](https://github.com/char0n/ramda-adjunct/commit/1b46e44fcc563ecb062ab4928d3c9e295287e064)), closes [#2306](https://github.com/char0n/ramda-adjunct/issues/2306) [#1467](https://github.com/char0n/ramda-adjunct/issues/1467)
|
---|
48 |
|
---|
49 |
|
---|
50 |
|
---|
51 | # [3.2.0](https://github.com/char0n/ramda-adjunct/compare/v3.1.0...v3.2.0) (2022-06-18)
|
---|
52 |
|
---|
53 |
|
---|
54 | ### Features
|
---|
55 |
|
---|
56 | * **type:** add isUinteger32 ([#2257](https://github.com/char0n/ramda-adjunct/issues/2257)) ([965147e](https://github.com/char0n/ramda-adjunct/commit/965147e836df98fe0fa83851d41c1268503c73e4)), closes [#1281](https://github.com/char0n/ramda-adjunct/issues/1281)
|
---|
57 |
|
---|
58 |
|
---|
59 |
|
---|
60 | # [3.1.0](https://github.com/char0n/ramda-adjunct/compare/v3.0.0...v3.1.0) (2022-04-24)
|
---|
61 |
|
---|
62 |
|
---|
63 | ### Features
|
---|
64 |
|
---|
65 | * **isBlank:** implemented isBlank function ([#2141](https://github.com/char0n/ramda-adjunct/issues/2141)) ([e8cf553](https://github.com/char0n/ramda-adjunct/commit/e8cf553d9ef4daa950a3358d18241356a7089fff))
|
---|
66 | * **list:** add sortByPaths ([#2104](https://github.com/char0n/ramda-adjunct/issues/2104)) ([3d59189](https://github.com/char0n/ramda-adjunct/commit/3d591897d1c564a3c18cacc569c1d29cf351315c)), closes [#1240](https://github.com/char0n/ramda-adjunct/issues/1240)
|
---|
67 |
|
---|
68 |
|
---|
69 |
|
---|
70 | # [3.0.0](https://github.com/char0n/ramda-adjunct/compare/v2.36.0...v3.0.0) (2022-01-17)
|
---|
71 |
|
---|
72 |
|
---|
73 | ### Bug Fixes
|
---|
74 |
|
---|
75 | * **function:** remove then ([4e5516b](https://github.com/char0n/ramda-adjunct/commit/4e5516b7e5bf8c41f3979ae604b3e331b406ea25)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
76 | * **object:** remove hasPath ([8cc0c8f](https://github.com/char0n/ramda-adjunct/commit/8cc0c8f7859618b5ef3bc00816ed05622841a871)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
77 | * **object:** remove mergeRight ([06a3338](https://github.com/char0n/ramda-adjunct/commit/06a3338923072c6a4ae3e5c62bc109793d76537b)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
78 |
|
---|
79 |
|
---|
80 | ### Features
|
---|
81 |
|
---|
82 | * add support for ramda@0.28.0 ([20acd56](https://github.com/char0n/ramda-adjunct/commit/20acd562a24759b42ec4f8ae2f3f90af95de25b0)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
83 | * **list:** add included ([4bfafe0](https://github.com/char0n/ramda-adjunct/commit/4bfafe0593ee2d34b51eb8b5768f8618bee17f5a)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
84 |
|
---|
85 |
|
---|
86 |
|
---|
87 | # [2.36.0](https://github.com/char0n/ramda-adjunct/compare/v2.35.0...v2.36.0) (2022-01-17)
|
---|
88 |
|
---|
89 |
|
---|
90 | ### Features
|
---|
91 |
|
---|
92 | * add support for ramda@0.27.2 ([39e22e1](https://github.com/char0n/ramda-adjunct/commit/39e22e1485410a7bf99a212b9c9a1d2b7ea3237f)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
93 | * **type:** add toNumber ([#2103](https://github.com/char0n/ramda-adjunct/issues/2103)) ([d06abbf](https://github.com/char0n/ramda-adjunct/commit/d06abbfbf3b4700d78f368479404c8347785f295)), closes [#788](https://github.com/char0n/ramda-adjunct/issues/788)
|
---|
94 |
|
---|
95 |
|
---|
96 |
|
---|
97 | # [2.35.0](https://github.com/char0n/ramda-adjunct/compare/v2.34.0...v2.35.0) (2021-11-01)
|
---|
98 |
|
---|
99 |
|
---|
100 | ### Features
|
---|
101 |
|
---|
102 | * add copyKeys ([#1558](https://github.com/char0n/ramda-adjunct/issues/1558)) ([cf9727c](https://github.com/char0n/ramda-adjunct/commit/cf9727c08658e74597d330146c4bfc26d3b6949b)), closes [#516](https://github.com/char0n/ramda-adjunct/issues/516)
|
---|
103 |
|
---|
104 |
|
---|
105 |
|
---|
106 | # [2.34.0](https://github.com/char0n/ramda-adjunct/compare/v2.32.0...v2.34.0) (2021-09-29)
|
---|
107 |
|
---|
108 |
|
---|
109 | ### Features
|
---|
110 |
|
---|
111 | * **function:** add catchP ([#1616](https://github.com/char0n/ramda-adjunct/issues/1616)) ([d6d1e78](https://github.com/char0n/ramda-adjunct/commit/d6d1e7825d16130ba916448355f06bad1f2bf0d9)), closes [#1232](https://github.com/char0n/ramda-adjunct/issues/1232)
|
---|
112 | * **type:** add isSentinelValue ([#1848](https://github.com/char0n/ramda-adjunct/issues/1848)) ([c48ce9e](https://github.com/char0n/ramda-adjunct/commit/c48ce9e2ab752006c25d385e830f3317bde5110c)), closes [#793](https://github.com/char0n/ramda-adjunct/issues/793)
|
---|
113 |
|
---|
114 |
|
---|
115 |
|
---|
116 | # [2.32.0](https://github.com/char0n/ramda-adjunct/compare/v2.31.1...v2.32.0) (2021-04-10)
|
---|
117 |
|
---|
118 |
|
---|
119 | ### Bug Fixes
|
---|
120 |
|
---|
121 | * **isNotNil:** utilize type narrowing ([#1672](https://github.com/char0n/ramda-adjunct/issues/1672)) ([353a6db](https://github.com/char0n/ramda-adjunct/commit/353a6dbb5039d8a1f72b97c4c20471e2a4bb3cd8))
|
---|
122 |
|
---|
123 |
|
---|
124 | ### Features
|
---|
125 |
|
---|
126 | * **list:** add findOr ([#1479](https://github.com/char0n/ramda-adjunct/issues/1479)) ([e9d321a](https://github.com/char0n/ramda-adjunct/commit/e9d321aef8bf1200d9b5e3bccd59f787eb8f31f5)), closes [#372](https://github.com/char0n/ramda-adjunct/issues/372)
|
---|
127 | * **type:** add isInteger32 ([#1826](https://github.com/char0n/ramda-adjunct/issues/1826)) ([fe8331e](https://github.com/char0n/ramda-adjunct/commit/fe8331ea6d63aa8db8302f6730f11fa7d840df00)), closes [#1282](https://github.com/char0n/ramda-adjunct/issues/1282)
|
---|
128 | * **type:** add isPrimitive/isNotPrimitive ([#1722](https://github.com/char0n/ramda-adjunct/issues/1722)) ([901006a](https://github.com/char0n/ramda-adjunct/commit/901006a36c39a378b544e63c14a7c86d80bfba6f)), closes [#786](https://github.com/char0n/ramda-adjunct/issues/786)
|
---|
129 |
|
---|
130 |
|
---|
131 |
|
---|
132 | ## [2.31.1](https://github.com/char0n/ramda-adjunct/compare/v2.31.0...v2.31.1) (2021-02-21)
|
---|
133 |
|
---|
134 |
|
---|
135 | ### Bug Fixes
|
---|
136 |
|
---|
137 | * **deps:** remove postinstall husky script ([61f3fde](https://github.com/char0n/ramda-adjunct/commit/61f3fde46e3c65df0f67b217621fa9532141a2fa))
|
---|
138 |
|
---|
139 |
|
---|
140 |
|
---|
141 | # [2.31.0](https://github.com/char0n/ramda-adjunct/compare/v2.30.0...v2.31.0) (2021-02-21)
|
---|
142 |
|
---|
143 |
|
---|
144 | ### Features
|
---|
145 |
|
---|
146 | * **list:** add filterIndexed ([#1713](https://github.com/char0n/ramda-adjunct/issues/1713)) ([d3cfc63](https://github.com/char0n/ramda-adjunct/commit/d3cfc6325e13324ca6e54c10de016a522362511e)), closes [#1346](https://github.com/char0n/ramda-adjunct/issues/1346)
|
---|
147 | * **Object:** add invoke ([#1554](https://github.com/char0n/ramda-adjunct/issues/1554)) ([e90ce3c](https://github.com/char0n/ramda-adjunct/commit/e90ce3cc714052d0e24dc2b592d43c77a8348eb9)), closes [#81](https://github.com/char0n/ramda-adjunct/issues/81)
|
---|
148 | * **object:** add isPrototypeOf ([#1456](https://github.com/char0n/ramda-adjunct/issues/1456)) ([314be55](https://github.com/char0n/ramda-adjunct/commit/314be550cebf30719d418c68e8687108122d9af8)), closes [#787](https://github.com/char0n/ramda-adjunct/issues/787)
|
---|
149 |
|
---|
150 |
|
---|
151 |
|
---|
152 | # [2.30.0](https://github.com/char0n/ramda-adjunct/compare/v2.29.0...v2.30.0) (2020-12-27)
|
---|
153 |
|
---|
154 |
|
---|
155 | ### Bug Fixes
|
---|
156 |
|
---|
157 | * **invokeArgs:** update TypeScript signature ([#1710](https://github.com/char0n/ramda-adjunct/issues/1710)) ([775d282](https://github.com/char0n/ramda-adjunct/commit/775d2825c4cbed2118a0cbaad2c13587090a49b1)), closes [#1707](https://github.com/char0n/ramda-adjunct/issues/1707)
|
---|
158 |
|
---|
159 |
|
---|
160 | ### Features
|
---|
161 |
|
---|
162 | * **list:** add rangeStep ([#1708](https://github.com/char0n/ramda-adjunct/issues/1708)) ([82c0368](https://github.com/char0n/ramda-adjunct/commit/82c0368008ee5ed90e28baf1a91ad74b91ba7072)), closes [#1477](https://github.com/char0n/ramda-adjunct/issues/1477) [#1230](https://github.com/char0n/ramda-adjunct/issues/1230)
|
---|
163 | * **relation:** add overlaps ([2ea5355](https://github.com/char0n/ramda-adjunct/commit/2ea5355608a9016c96de39a87d48f21016bef330)), closes [#1229](https://github.com/char0n/ramda-adjunct/issues/1229)
|
---|
164 | * **type:** add isError ([#1449](https://github.com/char0n/ramda-adjunct/issues/1449)) ([adf25c2](https://github.com/char0n/ramda-adjunct/commit/adf25c2a0aa79bf53df66f4bd9720b5039dfd185)), closes [#206](https://github.com/char0n/ramda-adjunct/issues/206)
|
---|
165 |
|
---|
166 |
|
---|
167 |
|
---|
168 | # [2.29.0](https://github.com/char0n/ramda-adjunct/compare/v2.28.0...v2.29.0) (2020-12-13)
|
---|
169 |
|
---|
170 |
|
---|
171 | ### Bug Fixes
|
---|
172 |
|
---|
173 | * **compact:** remove other falsy values from type ([#1603](https://github.com/char0n/ramda-adjunct/issues/1603)) ([31651bc](https://github.com/char0n/ramda-adjunct/commit/31651bca82e2e365daf35ea65f084ea8cd3dbb2c)), closes [#1602](https://github.com/char0n/ramda-adjunct/issues/1602)
|
---|
174 | * **repalceAll:** add support for special replacement patterns ([#1627](https://github.com/char0n/ramda-adjunct/issues/1627)) ([1f862a1](https://github.com/char0n/ramda-adjunct/commit/1f862a14d924e5f46e7f80f6ae60030fc8cf854c)), closes [#1573](https://github.com/char0n/ramda-adjunct/issues/1573)
|
---|
175 |
|
---|
176 |
|
---|
177 | ### Features
|
---|
178 |
|
---|
179 | * **object:** add renameKeyWith ([#1612](https://github.com/char0n/ramda-adjunct/issues/1612)) ([6aa00ce](https://github.com/char0n/ramda-adjunct/commit/6aa00ce7d093a9f65eba2eec380bea24209774bf)), closes [#1228](https://github.com/char0n/ramda-adjunct/issues/1228)
|
---|
180 | * **relation:** add notEqual ([#1459](https://github.com/char0n/ramda-adjunct/issues/1459)) ([4eb9ada](https://github.com/char0n/ramda-adjunct/commit/4eb9adab2d5e271a8fa3ae2859feeeb8af84874a)), closes [#102](https://github.com/char0n/ramda-adjunct/issues/102)
|
---|
181 | * **type:** isNaturalNumber ([#1450](https://github.com/char0n/ramda-adjunct/issues/1450)) ([ba6bb12](https://github.com/char0n/ramda-adjunct/commit/ba6bb129476426a880e1d029929fafa924cfbc06)), closes [#1440](https://github.com/char0n/ramda-adjunct/issues/1440)
|
---|
182 |
|
---|
183 |
|
---|
184 |
|
---|
185 | # [2.28.0](https://github.com/char0n/ramda-adjunct/compare/v2.27.0...v2.28.0) (2020-09-13)
|
---|
186 |
|
---|
187 |
|
---|
188 | ### Features
|
---|
189 |
|
---|
190 | * add support for ramda@0.27.1 ([5699402](https://github.com/char0n/ramda-adjunct/commit/56994024c1a4b20c9bbed207c6d39b12b50a3fcc)), closes [#1577](https://github.com/char0n/ramda-adjunct/issues/1577)
|
---|
191 | * **Math:** add toInteger32 ([#1463](https://github.com/char0n/ramda-adjunct/issues/1463)) ([1f39b34](https://github.com/char0n/ramda-adjunct/commit/1f39b34972b2eb5cd80ca9440cb6768cf4977980)), closes [#783](https://github.com/char0n/ramda-adjunct/issues/783)
|
---|
192 | * **Math:** add toUinteger32 ([cdbdd3c](https://github.com/char0n/ramda-adjunct/commit/cdbdd3c44b549e2d97e0ae122463cb8c8120ea83)), closes [#1278](https://github.com/char0n/ramda-adjunct/issues/1278)
|
---|
193 |
|
---|
194 |
|
---|
195 |
|
---|
196 | # [2.27.0](https://github.com/char0n/ramda-adjunct/compare/v2.26.0...v2.27.0) (2020-05-23)
|
---|
197 |
|
---|
198 |
|
---|
199 | ### Bug Fixes
|
---|
200 |
|
---|
201 | * **iterable:** convert isIterable into a type guard function ([#1414](https://github.com/char0n/ramda-adjunct/issues/1414)) ([57cfab2](https://github.com/char0n/ramda-adjunct/commit/57cfab2e93e1c6a2e7ba50f220dfb36fc27ee41f)), closes [#1412](https://github.com/char0n/ramda-adjunct/issues/1412)
|
---|
202 |
|
---|
203 |
|
---|
204 | ### Features
|
---|
205 |
|
---|
206 | * add isBigInt ([#1406](https://github.com/char0n/ramda-adjunct/issues/1406)) ([67dfe1e](https://github.com/char0n/ramda-adjunct/commit/67dfe1e66db59b4cdfa7bea5647c5ba7d465cd09)), closes [#1253](https://github.com/char0n/ramda-adjunct/issues/1253)
|
---|
207 | * add isNotMap ([#1433](https://github.com/char0n/ramda-adjunct/issues/1433)) ([3378238](https://github.com/char0n/ramda-adjunct/commit/33782387f36c7a83369ef4260bd6c2dc4c826ccf)), closes [#1122](https://github.com/char0n/ramda-adjunct/issues/1122)
|
---|
208 | * add thenCatchP ([#1322](https://github.com/char0n/ramda-adjunct/issues/1322)) ([54256f3](https://github.com/char0n/ramda-adjunct/commit/54256f34da171b08e0a30b4c198aa697693d1662)), closes [#1233](https://github.com/char0n/ramda-adjunct/issues/1233)
|
---|
209 | * **object:** add invokeArgs ([#1409](https://github.com/char0n/ramda-adjunct/issues/1409)) ([ea725f1](https://github.com/char0n/ramda-adjunct/commit/ea725f16a6019c5cda054e4fa27c9fac1617927e)), closes [#1239](https://github.com/char0n/ramda-adjunct/issues/1239)
|
---|
210 | * **type:** add isNotSet ([#1434](https://github.com/char0n/ramda-adjunct/issues/1434)) ([9ecfaa7](https://github.com/char0n/ramda-adjunct/commit/9ecfaa7534de38d00eb76adc03ee0ae5c6c86618)), closes [#1123](https://github.com/char0n/ramda-adjunct/issues/1123)
|
---|
211 |
|
---|
212 |
|
---|
213 |
|
---|
214 | # [2.26.0](https://github.com/char0n/ramda-adjunct/compare/v2.25.0...v2.26.0) (2020-03-16)
|
---|
215 |
|
---|
216 |
|
---|
217 | ### Bug Fixes
|
---|
218 |
|
---|
219 | * **mapIndexed:** make list argument Readonly ([#1336](https://github.com/char0n/ramda-adjunct/issues/1336)) ([5555ef3](https://github.com/char0n/ramda-adjunct/commit/5555ef34ec3bbcfd7d4e69615dbd268f8f79033c)), closes [#1330](https://github.com/char0n/ramda-adjunct/issues/1330)
|
---|
220 |
|
---|
221 |
|
---|
222 | ### Features
|
---|
223 |
|
---|
224 | * add fnull ([#1321](https://github.com/char0n/ramda-adjunct/issues/1321)) ([4d0e49a](https://github.com/char0n/ramda-adjunct/commit/4d0e49a067439be21ddb525cc8a0d5090395421a)), closes [#1235](https://github.com/char0n/ramda-adjunct/issues/1235)
|
---|
225 | * add isIndexed ([#1337](https://github.com/char0n/ramda-adjunct/issues/1337)) ([c4447db](https://github.com/char0n/ramda-adjunct/commit/c4447db7b083c6aeb0da276bb026562d21159bff)), closes [#1236](https://github.com/char0n/ramda-adjunct/issues/1236)
|
---|
226 | * add skipTake ([#1338](https://github.com/char0n/ramda-adjunct/issues/1338)) ([10c4141](https://github.com/char0n/ramda-adjunct/commit/10c41411733f5d07f8450ad4da59d11d395ae221)), closes [#1237](https://github.com/char0n/ramda-adjunct/issues/1237)
|
---|
227 | * add sortByProps ([#1323](https://github.com/char0n/ramda-adjunct/issues/1323)) ([7d93795](https://github.com/char0n/ramda-adjunct/commit/7d93795fd054b56b6a49b6eb21f7bc46bafa9b58)), closes [#1242](https://github.com/char0n/ramda-adjunct/issues/1242)
|
---|
228 |
|
---|
229 |
|
---|
230 |
|
---|
231 | # [2.25.0](https://github.com/char0n/ramda-adjunct/compare/v2.24.0...v2.25.0) (2020-02-04)
|
---|
232 |
|
---|
233 |
|
---|
234 | ### Features
|
---|
235 |
|
---|
236 | * add padStart ([#1287](https://github.com/char0n/ramda-adjunct/issues/1287)) ([054e9aa](https://github.com/char0n/ramda-adjunct/commit/054e9aa47bf334cc664a4e56ec896fbc184b28b1)), closes [#1103](https://github.com/char0n/ramda-adjunct/issues/1103)
|
---|
237 | * add support for ramda 0.27.0 ([#1304](https://github.com/char0n/ramda-adjunct/issues/1304)) ([78d776b](https://github.com/char0n/ramda-adjunct/commit/78d776bc0d7e8d383cc7f848122ae383d2457862))
|
---|
238 | * add trimCharsEnd ([11293cf](https://github.com/char0n/ramda-adjunct/commit/11293cf1ffefd2fcd887e6fb563b0bc14acd2ab3)), closes [#1136](https://github.com/char0n/ramda-adjunct/issues/1136)
|
---|
239 |
|
---|
240 |
|
---|
241 |
|
---|
242 | # [2.24.0](https://github.com/char0n/ramda-adjunct/compare/v2.23.0...v2.24.0) (2020-01-15)
|
---|
243 |
|
---|
244 |
|
---|
245 | ### Features
|
---|
246 |
|
---|
247 | * add trimCharsStart ([#1254](https://github.com/char0n/ramda-adjunct/issues/1254)) ([21fdacd](https://github.com/char0n/ramda-adjunct/commit/21fdacd412ee8866d97a5a1d9fb574d4f2447d89)), closes [#1135](https://github.com/char0n/ramda-adjunct/issues/1135)
|
---|
248 |
|
---|
249 |
|
---|
250 |
|
---|
251 | # [2.23.0](https://github.com/char0n/ramda-adjunct/compare/v2.22.1...v2.23.0) (2019-11-25)
|
---|
252 |
|
---|
253 |
|
---|
254 | ### Features
|
---|
255 |
|
---|
256 | * **function:** add delayP ([#1107](https://github.com/char0n/ramda-adjunct/issues/1107)) ([b6c1856](https://github.com/char0n/ramda-adjunct/commit/b6c185604e99a9cb518431d7031093b82ab871ec)), closes [#1099](https://github.com/char0n/ramda-adjunct/issues/1099)
|
---|
257 | * **function:** add lastP ([#1127](https://github.com/char0n/ramda-adjunct/issues/1127)) ([7fe4836](https://github.com/char0n/ramda-adjunct/commit/7fe4836e64382776c358703e12ae92b917dcd42a)), closes [#816](https://github.com/char0n/ramda-adjunct/issues/816)
|
---|
258 |
|
---|
259 |
|
---|
260 |
|
---|
261 | ## [2.22.1](https://github.com/char0n/ramda-adjunct/compare/v2.22.0...v2.22.1) (2019-11-06)
|
---|
262 |
|
---|
263 |
|
---|
264 |
|
---|
265 | # [2.22.0](https://github.com/char0n/ramda-adjunct/compare/v2.21.0...v2.22.0) (2019-11-01)
|
---|
266 |
|
---|
267 |
|
---|
268 | ### Features
|
---|
269 |
|
---|
270 | * **function:** add anyP ([#1080](https://github.com/char0n/ramda-adjunct/issues/1080)) ([f8e87a8](https://github.com/char0n/ramda-adjunct/commit/f8e87a8c71fcf0023d00d87c8fe8c04944bf2d0d)), closes [#807](https://github.com/char0n/ramda-adjunct/issues/807)
|
---|
271 | * **function:** add firstP alias for anyP ([5926aa0](https://github.com/char0n/ramda-adjunct/commit/5926aa092005d8bd8e5e4b4907d528e68bee6914))
|
---|
272 | * **function:** add noneP ([#1095](https://github.com/char0n/ramda-adjunct/issues/1095)) ([9eacf26](https://github.com/char0n/ramda-adjunct/commit/9eacf26aac927f6f15e5227c5e1264290abd3033)), closes [#814](https://github.com/char0n/ramda-adjunct/issues/814)
|
---|
273 | * **list:** add allUnique ([#1117](https://github.com/char0n/ramda-adjunct/issues/1117)) ([63a8f46](https://github.com/char0n/ramda-adjunct/commit/63a8f46436f19d6e6374524b42e8e8aadd30e220)), closes [#515](https://github.com/char0n/ramda-adjunct/issues/515)
|
---|
274 | * **list:** add notAllUnique ([#1125](https://github.com/char0n/ramda-adjunct/issues/1125)) ([6d5005f](https://github.com/char0n/ramda-adjunct/commit/6d5005fe92ee868141486988f0efab7775a704cd)), closes [#515](https://github.com/char0n/ramda-adjunct/issues/515)
|
---|
275 | * **List:** add toArray [#342](https://github.com/char0n/ramda-adjunct/issues/342) ([#1085](https://github.com/char0n/ramda-adjunct/issues/1085)) ([eb0e66f](https://github.com/char0n/ramda-adjunct/commit/eb0e66fd90a395e46e49f7fa1caf4d6efd6344bd))
|
---|
276 | * **math:** add divideNum ([#1081](https://github.com/char0n/ramda-adjunct/issues/1081)) ([7b0c3b2](https://github.com/char0n/ramda-adjunct/commit/7b0c3b298a06c35aa1e501666aeaff977616d2f6)), closes [#482](https://github.com/char0n/ramda-adjunct/issues/482)
|
---|
277 | * **math:** add subtractNum ([#1082](https://github.com/char0n/ramda-adjunct/issues/1082)) ([7080706](https://github.com/char0n/ramda-adjunct/commit/7080706a36a190726e61271151a6c990aaa91d58)), closes [#483](https://github.com/char0n/ramda-adjunct/issues/483)
|
---|
278 | * **object:** add pathOrLazy ([#1086](https://github.com/char0n/ramda-adjunct/issues/1086)) ([4fbf439](https://github.com/char0n/ramda-adjunct/commit/4fbf4399b50f5d5a83ac6c56ea035a64762c391d)), closes [#1084](https://github.com/char0n/ramda-adjunct/issues/1084)
|
---|
279 | * **object:** add unzipObjWith ([#1130](https://github.com/char0n/ramda-adjunct/issues/1130)) ([64ce9b6](https://github.com/char0n/ramda-adjunct/commit/64ce9b6e454072973e1ca0e9151e86279a669340)), closes [#801](https://github.com/char0n/ramda-adjunct/issues/801)
|
---|
280 | * **object:** add zipObjWith ([#1132](https://github.com/char0n/ramda-adjunct/issues/1132)) ([b803a7a](https://github.com/char0n/ramda-adjunct/commit/b803a7a10a1c1bafbb64dc802d0ce1e7882d879c)), closes [#1129](https://github.com/char0n/ramda-adjunct/issues/1129)
|
---|
281 | * **replaceAll:** implement TC39 proposal ([#1124](https://github.com/char0n/ramda-adjunct/issues/1124)) ([74d5163](https://github.com/char0n/ramda-adjunct/commit/74d5163fa1650faec6365dbbede4c3e4939f98aa)), closes [#878](https://github.com/char0n/ramda-adjunct/issues/878)
|
---|
282 | * **string:** add padCharsEnd ([#1131](https://github.com/char0n/ramda-adjunct/issues/1131)) ([c3848be](https://github.com/char0n/ramda-adjunct/commit/c3848be7306a92585b7983a00a6f4bb451e5a19b)), closes [#1104](https://github.com/char0n/ramda-adjunct/issues/1104)
|
---|
283 | * **string:** add padCharsStart ([#1143](https://github.com/char0n/ramda-adjunct/issues/1143)) ([4a54edd](https://github.com/char0n/ramda-adjunct/commit/4a54edd703d0bd9703b80d7622020bfc600cd2a6))
|
---|
284 | * **string:** add padEnd ([ac4e319](https://github.com/char0n/ramda-adjunct/commit/ac4e319aef7953542a5542096479630af060030f)), closes [#1105](https://github.com/char0n/ramda-adjunct/issues/1105)
|
---|
285 | * **string:** add trimEnd ([#1134](https://github.com/char0n/ramda-adjunct/issues/1134)) ([4b8ec88](https://github.com/char0n/ramda-adjunct/commit/4b8ec884719282293e64d672ab6b4b8b16979a4a)), closes [#808](https://github.com/char0n/ramda-adjunct/issues/808)
|
---|
286 | * **string:** add trimStart ([#1116](https://github.com/char0n/ramda-adjunct/issues/1116)) ([6ba2882](https://github.com/char0n/ramda-adjunct/commit/6ba288286fd7e4f7a377c9d143112815fa71ebc2)), closes [#808](https://github.com/char0n/ramda-adjunct/issues/808)
|
---|
287 | * **type:** add isSafeInteger ([#1112](https://github.com/char0n/ramda-adjunct/issues/1112)) ([bcb1f98](https://github.com/char0n/ramda-adjunct/commit/bcb1f981fd46043fa1d1b3b95da00fac2d6f5b10)), closes [#747](https://github.com/char0n/ramda-adjunct/issues/747)
|
---|
288 | * **type:** add isMap ([#1120](https://github.com/char0n/ramda-adjunct/issues/1120)) ([fdd932a](https://github.com/char0n/ramda-adjunct/commit/fdd932a18dba20c6120423e8e8708c4c70206eff)), closes [#1113](https://github.com/char0n/ramda-adjunct/issues/1113)
|
---|
289 | * **type:** add isNegativeZero ([#1109](https://github.com/char0n/ramda-adjunct/issues/1109)) ([d209ac5](https://github.com/char0n/ramda-adjunct/commit/d209ac5db1d1da8fd64fe28ad443d0ca56bcdf00)), closes [#784](https://github.com/char0n/ramda-adjunct/issues/784)
|
---|
290 | * **type:** add isSet ([#1114](https://github.com/char0n/ramda-adjunct/issues/1114)) ([00d6347](https://github.com/char0n/ramda-adjunct/commit/00d63473918b063e87299bcd005c30dbc2b126c5)), closes [#1110](https://github.com/char0n/ramda-adjunct/issues/1110)
|
---|
291 | * **type:** add isSymbol ([#1079](https://github.com/char0n/ramda-adjunct/issues/1079)) ([49268f9](https://github.com/char0n/ramda-adjunct/commit/49268f9b23a7056588a4ef7f38ea0d7208791ceb)), closes [#806](https://github.com/char0n/ramda-adjunct/issues/806)
|
---|
292 | * **type:** isPositiveZero ([#1111](https://github.com/char0n/ramda-adjunct/issues/1111)) ([337c9d3](https://github.com/char0n/ramda-adjunct/commit/337c9d36f839a960e43ff014084ea84b7486da89))
|
---|
293 |
|
---|
294 |
|
---|
295 |
|
---|
296 | # [2.21.0](https://github.com/char0n/ramda-adjunct/compare/v2.20.0...v2.21.0) (2019-09-25)
|
---|
297 |
|
---|
298 |
|
---|
299 | ### Features
|
---|
300 |
|
---|
301 | * **string:** add escapeRegExp ([6b676af](https://github.com/char0n/ramda-adjunct/commit/6b676af4113292f5e258acdc16d950319c3c87e4)), closes [#880](https://github.com/char0n/ramda-adjunct/issues/880)
|
---|
302 |
|
---|
303 |
|
---|
304 |
|
---|
305 | # [2.20.0](https://github.com/char0n/ramda-adjunct/compare/v2.19.2...v2.20.0) (2019-09-08)
|
---|
306 |
|
---|
307 |
|
---|
308 | ### Features
|
---|
309 |
|
---|
310 | * **logic:** add nor ([#1023](https://github.com/char0n/ramda-adjunct/issues/1023)) ([608ff01](https://github.com/char0n/ramda-adjunct/commit/608ff01abee6657945397abb8c1dd9d9e6bf7714)), closes [#285](https://github.com/char0n/ramda-adjunct/issues/285)
|
---|
311 | * **type:** add isSparseArray predicate ([4f558a1](https://github.com/char0n/ramda-adjunct/commit/4f558a1f2276c06ec002a8e9c9a369b13a18d7b4)), closes [#785](https://github.com/char0n/ramda-adjunct/issues/785)
|
---|
312 |
|
---|
313 |
|
---|
314 |
|
---|
315 | ## [2.19.2](https://github.com/char0n/ramda-adjunct/compare/v2.19.1...v2.19.2) (2019-08-27)
|
---|
316 |
|
---|
317 |
|
---|
318 | ### Bug Fixes
|
---|
319 |
|
---|
320 | * include donate script into npm distribution ([e477be3](https://github.com/char0n/ramda-adjunct/commit/e477be31a2c40ba9a376ed2a0c1ec88a7a1e9a81))
|
---|
321 |
|
---|
322 |
|
---|
323 |
|
---|
324 | ## [2.19.1](https://github.com/char0n/ramda-adjunct/compare/v2.19.0...v2.19.1) (2019-08-27)
|
---|
325 |
|
---|
326 |
|
---|
327 |
|
---|
328 | # [2.19.0](https://github.com/char0n/ramda-adjunct/compare/v2.18.0...v2.19.0) (2019-08-12)
|
---|
329 |
|
---|
330 |
|
---|
331 | ### Features
|
---|
332 |
|
---|
333 | * add flattenDepth ([#946](https://github.com/char0n/ramda-adjunct/issues/946)) ([3c4651a](https://github.com/char0n/ramda-adjunct/commit/3c4651ab14be59c697e5048db9899ac1558b38bb)), closes [#844](https://github.com/char0n/ramda-adjunct/issues/844)
|
---|
334 | * **isNotFloat:** add support for ramda placeholder ([4b9934f](https://github.com/char0n/ramda-adjunct/commit/4b9934f804317d09aaeb9b6fb9ea52882eb2233c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
335 | * **logic:** add nand ([#952](https://github.com/char0n/ramda-adjunct/issues/952)) ([7931fa0](https://github.com/char0n/ramda-adjunct/commit/7931fa01ae9e5befadbb0034a2f565fddf6330ab)), closes [#237](https://github.com/char0n/ramda-adjunct/issues/237)
|
---|
336 |
|
---|
337 |
|
---|
338 |
|
---|
339 | # [2.18.0](https://github.com/char0n/ramda-adjunct/compare/v2.17.0...v2.18.0) (2019-05-26)
|
---|
340 |
|
---|
341 |
|
---|
342 | ### Bug Fixes
|
---|
343 |
|
---|
344 | * **mergePath:** fix TS typings ([#928](https://github.com/char0n/ramda-adjunct/issues/928)) ([4aebb39](https://github.com/char0n/ramda-adjunct/commit/4aebb392f897e933802656c658879a93de6289cf)), closes [#925](https://github.com/char0n/ramda-adjunct/issues/925)
|
---|
345 |
|
---|
346 |
|
---|
347 | ### Features
|
---|
348 |
|
---|
349 | * add allSettledP ([1e56c50](https://github.com/char0n/ramda-adjunct/commit/1e56c50929c7d88c3052c656230a6e96bb58a21b)), closes [#761](https://github.com/char0n/ramda-adjunct/issues/761)
|
---|
350 | * add isIterable ([#935](https://github.com/char0n/ramda-adjunct/issues/935)) ([8a67554](https://github.com/char0n/ramda-adjunct/commit/8a675545f559d2c06ed53a0659919b549c79d104)), closes [#351](https://github.com/char0n/ramda-adjunct/issues/351)
|
---|
351 | * add isNotNilOrEmpty ([#912](https://github.com/char0n/ramda-adjunct/issues/912)) ([3fedee4](https://github.com/char0n/ramda-adjunct/commit/3fedee42960b31df124ed86317ba9862ba984a5f)), closes [#70](https://github.com/char0n/ramda-adjunct/issues/70)
|
---|
352 | * **cata:** add support for more catamorphic types ([adc3d11](https://github.com/char0n/ramda-adjunct/commit/adc3d11167f4fb2320e5f75748330266357377b1)), closes [#922](https://github.com/char0n/ramda-adjunct/issues/922)
|
---|
353 | * **isNegative:** add support Ramda placeholder ([86b7e1c](https://github.com/char0n/ramda-adjunct/commit/86b7e1ca88b5f170ad977d930dc907a61734ad68)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
354 | * **isNilOrEmpty:** add support for Ramda placeholder ([22f4ec2](https://github.com/char0n/ramda-adjunct/commit/22f4ec2f3b9917391959c96a3ffb36381c82ae17)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
355 | * **isNonNegative:** add support for Ramda placeholder ([87f97de](https://github.com/char0n/ramda-adjunct/commit/87f97def18d1f27c94d92474fa2ec1e1bd1b21c5)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
356 | * **isNonPositive:** add support for Ramda placeholder ([b6b358f](https://github.com/char0n/ramda-adjunct/commit/b6b358fb6bbacae0845e01b35de0fab88481fd2a)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
357 |
|
---|
358 |
|
---|
359 |
|
---|
360 | # [2.17.0](https://github.com/char0n/ramda-adjunct/compare/v2.16.1...v2.17.0) (2019-04-14)
|
---|
361 |
|
---|
362 |
|
---|
363 | ### Features
|
---|
364 |
|
---|
365 | * add replaceAll ([84c7066](https://github.com/char0n/ramda-adjunct/commit/84c7066f002e0f7e7a136a8cbf80c48c9d7aea43)), closes [#878](https://github.com/char0n/ramda-adjunct/issues/878)
|
---|
366 |
|
---|
367 |
|
---|
368 |
|
---|
369 | ## [2.16.1](https://github.com/char0n/ramda-adjunct/compare/v2.16.0...v2.16.1) (2019-02-19)
|
---|
370 |
|
---|
371 |
|
---|
372 | ### Bug Fixes
|
---|
373 |
|
---|
374 | * **typings:** remove accidental import ([3e7bfae](https://github.com/char0n/ramda-adjunct/commit/3e7bfae94c80d2de0950655c3de96905f76b3933)), closes [#838](https://github.com/char0n/ramda-adjunct/issues/838)
|
---|
375 |
|
---|
376 |
|
---|
377 |
|
---|
378 | # [2.16.0](https://github.com/char0n/ramda-adjunct/compare/v2.15.0...v2.16.0) (2019-02-17)
|
---|
379 |
|
---|
380 |
|
---|
381 | ### Features
|
---|
382 |
|
---|
383 | * add async ([cbd709f](https://github.com/char0n/ramda-adjunct/commit/cbd709f9f65d96273872d31919bd6a551d8bb22a)), closes [#830](https://github.com/char0n/ramda-adjunct/issues/830)
|
---|
384 |
|
---|
385 |
|
---|
386 |
|
---|
387 | # [2.15.0](https://github.com/char0n/ramda-adjunct/compare/v2.14.0...v2.15.0) (2019-02-10)
|
---|
388 |
|
---|
389 |
|
---|
390 | ### Features
|
---|
391 |
|
---|
392 | * add ceil ([d9dee2b](https://github.com/char0n/ramda-adjunct/commit/d9dee2bba6e8afa319e3bf83d24a890fe69ff35d)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
393 | * add floor ([0ce6fbe](https://github.com/char0n/ramda-adjunct/commit/0ce6fbe4d290550ef11e50d6038d8bf413adc453)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
394 | * add round ([eab931c](https://github.com/char0n/ramda-adjunct/commit/eab931c16336a10872b314c5409bfff83730f96c)), closes [#106](https://github.com/char0n/ramda-adjunct/issues/106)
|
---|
395 | * add sign ([6d2a080](https://github.com/char0n/ramda-adjunct/commit/6d2a08059beab54bdc03c5bbc06eb6684931a12a)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
396 | * add trunc ([ddfb12e](https://github.com/char0n/ramda-adjunct/commit/ddfb12edc18ddd2317c05796ec512dffb62ec77a)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
397 |
|
---|
398 |
|
---|
399 |
|
---|
400 | # [2.14.0](https://github.com/char0n/ramda-adjunct/compare/v2.13.0...v2.14.0) (2019-01-24)
|
---|
401 |
|
---|
402 |
|
---|
403 | ### Bug Fixes
|
---|
404 |
|
---|
405 | * **package:** contributor url ([d341922](https://github.com/char0n/ramda-adjunct/commit/d3419221d1ef01bcf05f20ae02ef46025d4dc59c))
|
---|
406 |
|
---|
407 |
|
---|
408 | ### Features
|
---|
409 |
|
---|
410 | * **dispatch:** add support for currying ([6187992](https://github.com/char0n/ramda-adjunct/commit/61879929acf03d502b068686449668aa78ff92ce))
|
---|
411 | * **isArrayLike:** add support for currying ([a3e843c](https://github.com/char0n/ramda-adjunct/commit/a3e843c64e1526c1452c13468dd774564be61785))
|
---|
412 | * **isAsyncFunction:** add support for ramda placeholder ([4747e6a](https://github.com/char0n/ramda-adjunct/commit/4747e6a7935e4c753b504f905d7ba7986a387eb1)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
413 | * **isBoolean:** add ramda placeholder support ([3c7ee1c](https://github.com/char0n/ramda-adjunct/commit/3c7ee1cb7aa3bf72a614f9c2d7c5423138b06e3c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
414 | * **isDate:** add ramda placeholder support ([96d0772](https://github.com/char0n/ramda-adjunct/commit/96d0772005ddf262ef2871ca5484dc156eb49805)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
415 | * **isEven:** add support for ramda placeholder ([47aae9c](https://github.com/char0n/ramda-adjunct/commit/47aae9ce32c856bc791c4060ba968cd9cf65540d)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
416 | * **isFinite:** add support for ramda placeholder ([3c8b161](https://github.com/char0n/ramda-adjunct/commit/3c8b161a0971056fcddde3b5ff7bf7b3d2ff7658)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
417 | * **isFloat:** add support for ramda placeholder ([8374ba9](https://github.com/char0n/ramda-adjunct/commit/8374ba9a2e8d74ec36faaf68cde118943d411fea)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
418 | * **isGeneratorFunction:** add support ramda placeholder ([84e8816](https://github.com/char0n/ramda-adjunct/commit/84e88165bb5ef33b69270cd691fcf6f30697dedf)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
419 | * **isInteger:** add support for ramda placeholder ([69d9f2c](https://github.com/char0n/ramda-adjunct/commit/69d9f2c5e537a58ed5c78251b12a822b334a469a)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
420 | * **isNaN:** add support for ramda placeholder ([ec09c4c](https://github.com/char0n/ramda-adjunct/commit/ec09c4c8d0a6663b31e11ffbca7b1f3886d5d6a9)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
421 |
|
---|
422 |
|
---|
423 |
|
---|
424 | # [2.13.0](https://github.com/char0n/ramda-adjunct/compare/v2.12.0...v2.13.0) (2018-12-08)
|
---|
425 |
|
---|
426 |
|
---|
427 | ### Bug Fixes
|
---|
428 |
|
---|
429 | * **isBoolean:** make this predicate work in different realms ([b89ade0](https://github.com/char0n/ramda-adjunct/commit/b89ade01149e6a6226f0e0cb353cf546d054e88e)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
430 | * **isDate:** make this predicate work in different realms ([1963c2d](https://github.com/char0n/ramda-adjunct/commit/1963c2ddaabd080209632d32eeb1825d56366427)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
431 | * **isRegExp:** make this predicate work in different realms ([f0150a9](https://github.com/char0n/ramda-adjunct/commit/f0150a9325c2b0cbc525f19545178ca41f402f38)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
432 |
|
---|
433 |
|
---|
434 | ### Features
|
---|
435 |
|
---|
436 | * add support for ramda@0.26.1 ([2de8c22](https://github.com/char0n/ramda-adjunct/commit/2de8c2212fddb06359f2dc96d1e7a93fa8b60eef))
|
---|
437 |
|
---|
438 |
|
---|
439 |
|
---|
440 | # [2.12.0](https://github.com/char0n/ramda-adjunct/compare/v2.11.0...v2.12.0) (2018-11-25)
|
---|
441 |
|
---|
442 |
|
---|
443 |
|
---|
444 | # [2.11.0](https://github.com/char0n/ramda-adjunct/compare/v2.10.0...v2.11.0) (2018-10-28)
|
---|
445 |
|
---|
446 |
|
---|
447 | ### Features
|
---|
448 |
|
---|
449 | * add allEqualTo ([d14dac9](https://github.com/char0n/ramda-adjunct/commit/d14dac9da8a45a722236d3d3f68ebea81ae74204)), closes [#525](https://github.com/char0n/ramda-adjunct/issues/525)
|
---|
450 | * add allIdentical ([c5267f5](https://github.com/char0n/ramda-adjunct/commit/c5267f534716a3b8a7aafde39a36cea05c688b92)), closes [#578](https://github.com/char0n/ramda-adjunct/issues/578)
|
---|
451 | * add allIdenticalTo ([fb61085](https://github.com/char0n/ramda-adjunct/commit/fb61085924552a034f26d51444ce54d115bc6c94)), closes [#525](https://github.com/char0n/ramda-adjunct/issues/525)
|
---|
452 | * add repeatStr ([f1c5dfa](https://github.com/char0n/ramda-adjunct/commit/f1c5dfaac3b38a5599a6bb71a570205b025c7112)), closes [#667](https://github.com/char0n/ramda-adjunct/issues/667)
|
---|
453 |
|
---|
454 |
|
---|
455 |
|
---|
456 | # [2.10.0](https://github.com/char0n/ramda-adjunct/compare/v2.9.0...v2.10.0) (2018-09-09)
|
---|
457 |
|
---|
458 |
|
---|
459 | ### Features
|
---|
460 |
|
---|
461 | * add dropArgs ([197b3f1](https://github.com/char0n/ramda-adjunct/commit/197b3f15e91ac707a8c79083d2ee1dd22f825778)), closes [#679](https://github.com/char0n/ramda-adjunct/issues/679)
|
---|
462 | * add support for ramda placeholder ([9539e92](https://github.com/char0n/ramda-adjunct/commit/9539e92e23d3c4a5d527415b51d0002d721f960d)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
463 |
|
---|
464 |
|
---|
465 |
|
---|
466 | # [2.9.0](https://github.com/char0n/ramda-adjunct/compare/v2.8.0...v2.9.0) (2018-05-29)
|
---|
467 |
|
---|
468 |
|
---|
469 | ### Features
|
---|
470 |
|
---|
471 | * add allEqual ([#572](https://github.com/char0n/ramda-adjunct/issues/572)) ([c362939](https://github.com/char0n/ramda-adjunct/commit/c3629391fd70c5165e02c7fb18e9f839d92dc5bf))
|
---|
472 |
|
---|
473 |
|
---|
474 |
|
---|
475 | # [2.8.0](https://github.com/char0n/ramda-adjunct/compare/v2.7.0...v2.8.0) (2018-05-13)
|
---|
476 |
|
---|
477 |
|
---|
478 | ### Bug Fixes
|
---|
479 |
|
---|
480 | * **commitlint:** missing dependency ([32ae33c](https://github.com/char0n/ramda-adjunct/commit/32ae33c01530b0af2b0cc7d0853535e86e4b38d9))
|
---|
481 | * **package:** incorrect format for keywords ([#547](https://github.com/char0n/ramda-adjunct/issues/547)) ([205dd8f](https://github.com/char0n/ramda-adjunct/commit/205dd8fd4bc96a9150cc904a4e5d6e56378d2639))
|
---|
482 |
|
---|
483 |
|
---|
484 | ### Features
|
---|
485 |
|
---|
486 | * add contained ([#510](https://github.com/char0n/ramda-adjunct/issues/510)) ([381f2df](https://github.com/char0n/ramda-adjunct/commit/381f2df2fb9dbc4f9aea18d0e645c965209becad)), closes [#392](https://github.com/char0n/ramda-adjunct/issues/392)
|
---|
487 | * add lengthEq and lengthNotEq ([#552](https://github.com/char0n/ramda-adjunct/issues/552)) ([f71ad1e](https://github.com/char0n/ramda-adjunct/commit/f71ad1e1a77ad436ff82ecf35048b1ea8c5a6492)), closes [#444](https://github.com/char0n/ramda-adjunct/issues/444)
|
---|
488 | * add lengthLt, lengthGt, lengthLte, lengthGte ([47d4560](https://github.com/char0n/ramda-adjunct/commit/47d456028eddb2a1c12e06200a5d4d8ef7f7702c))
|
---|
489 | * add RA.move ([#507](https://github.com/char0n/ramda-adjunct/issues/507)) ([22ecfc0](https://github.com/char0n/ramda-adjunct/commit/22ecfc09e67e4a73d797f85332543a58227a9dfd)), closes [#485](https://github.com/char0n/ramda-adjunct/issues/485)
|
---|
490 | * add thenP ([#551](https://github.com/char0n/ramda-adjunct/issues/551)) ([92ba7b5](https://github.com/char0n/ramda-adjunct/commit/92ba7b5ef354c08efcb8ae25c48d0ab8a64bed08)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
491 |
|
---|
492 |
|
---|
493 |
|
---|
494 | # [2.7.0](https://github.com/char0n/ramda-adjunct/compare/v2.6.0...v2.7.0) (2018-04-25)
|
---|
495 |
|
---|
496 |
|
---|
497 | ### Features
|
---|
498 |
|
---|
499 | * add argsPass ([#437](https://github.com/char0n/ramda-adjunct/issues/437)) ([f7d7f7c](https://github.com/char0n/ramda-adjunct/commit/f7d7f7c454c2e49806b3fc0e1e521577a38ea544)), closes [#370](https://github.com/char0n/ramda-adjunct/issues/370)
|
---|
500 | * add inRange ([#436](https://github.com/char0n/ramda-adjunct/issues/436)) ([9937600](https://github.com/char0n/ramda-adjunct/commit/99376002198d67dfc073a19202d06265ddfbbb97)), closes [#393](https://github.com/char0n/ramda-adjunct/issues/393)
|
---|
501 | * add traversable lenses ([#494](https://github.com/char0n/ramda-adjunct/issues/494)) ([d34be73](https://github.com/char0n/ramda-adjunct/commit/d34be73111eb944e0e8d9b6c3f0b7f936d91e95c))
|
---|
502 |
|
---|
503 |
|
---|
504 |
|
---|
505 | # [2.6.0](https://github.com/char0n/ramda-adjunct/compare/v2.5.0...v2.6.0) (2018-03-19)
|
---|
506 |
|
---|
507 |
|
---|
508 | ### Features
|
---|
509 |
|
---|
510 | * add concatAll ([#404](https://github.com/char0n/ramda-adjunct/issues/404)) ([341f3f1](https://github.com/char0n/ramda-adjunct/commit/341f3f1797e75c469fd7e02e4faa457defeb8d85)), closes [#109](https://github.com/char0n/ramda-adjunct/issues/109)
|
---|
511 | * add dispatch ([#407](https://github.com/char0n/ramda-adjunct/issues/407)) ([fb5aa08](https://github.com/char0n/ramda-adjunct/commit/fb5aa08cd6d1ae13974fed29e47cd9b5d82c5a79)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
512 | * add ensureArray ([#375](https://github.com/char0n/ramda-adjunct/issues/375)) ([7b60189](https://github.com/char0n/ramda-adjunct/commit/7b601899b39f4d1a2e7add08f7540f0ccadbf89c)), closes [#371](https://github.com/char0n/ramda-adjunct/issues/371)
|
---|
513 | * add isNonPositive, isNonNegative ([#434](https://github.com/char0n/ramda-adjunct/issues/434)) ([8d62dc1](https://github.com/char0n/ramda-adjunct/commit/8d62dc1df1727157e204961bc6d68a7e4a5adcaa)), closes [#324](https://github.com/char0n/ramda-adjunct/issues/324)
|
---|
514 | * add isTrue, isFalse ([#435](https://github.com/char0n/ramda-adjunct/issues/435)) ([9687b51](https://github.com/char0n/ramda-adjunct/commit/9687b5100c2d6b51d89724bd94380234260115ed)), closes [#255](https://github.com/char0n/ramda-adjunct/issues/255)
|
---|
515 | * add omitBy ([#376](https://github.com/char0n/ramda-adjunct/issues/376)) ([c7c9c7e](https://github.com/char0n/ramda-adjunct/commit/c7c9c7e07f938d688c26ad91d1b6a6b3abd3c5cf)), closes [#171](https://github.com/char0n/ramda-adjunct/issues/171)
|
---|
516 |
|
---|
517 |
|
---|
518 |
|
---|
519 | # [2.5.0](https://github.com/char0n/ramda-adjunct/compare/v2.4.1...v2.5.0) (2018-02-14)
|
---|
520 |
|
---|
521 |
|
---|
522 | ### Bug Fixes
|
---|
523 |
|
---|
524 | * remove defaults from mergeRight aliases ([#344](https://github.com/char0n/ramda-adjunct/issues/344)) ([6e13e7c](https://github.com/char0n/ramda-adjunct/commit/6e13e7c37da018b12ef63d377b2a82efa94ecf71)), closes [#338](https://github.com/char0n/ramda-adjunct/issues/338)
|
---|
525 |
|
---|
526 |
|
---|
527 | ### Features
|
---|
528 |
|
---|
529 | * add appendFlipped ([#347](https://github.com/char0n/ramda-adjunct/issues/347)) ([9a30238](https://github.com/char0n/ramda-adjunct/commit/9a30238d92b0415f65cfc633dc028a8da8f0c7fa)), closes [#333](https://github.com/char0n/ramda-adjunct/issues/333)
|
---|
530 | * add compact ([#331](https://github.com/char0n/ramda-adjunct/issues/331)) ([865a2ce](https://github.com/char0n/ramda-adjunct/commit/865a2ce2dad202c23c5a37a95154971b8867907b)), closes [#127](https://github.com/char0n/ramda-adjunct/issues/127)
|
---|
531 | * add mapIndexed ([#345](https://github.com/char0n/ramda-adjunct/issues/345)) ([3fcd0c2](https://github.com/char0n/ramda-adjunct/commit/3fcd0c29db89112e8162f410c3f19d505f9631c6)), closes [#282](https://github.com/char0n/ramda-adjunct/issues/282)
|
---|
532 | * add reduceIndexed ([#357](https://github.com/char0n/ramda-adjunct/issues/357)) ([ea6fd59](https://github.com/char0n/ramda-adjunct/commit/ea6fd590602c3ac7ce1781af2dd959ee794c6c93)), closes [#281](https://github.com/char0n/ramda-adjunct/issues/281)
|
---|
533 | * **nonePass:** Add complement of Ramda’s anyPass ([#327](https://github.com/char0n/ramda-adjunct/issues/327)) ([6b875ea](https://github.com/char0n/ramda-adjunct/commit/6b875ea017133022c0aa0d07ffd8058f031874fe)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
534 |
|
---|
535 |
|
---|
536 |
|
---|
537 | ## [2.4.1](https://github.com/char0n/ramda-adjunct/compare/v2.4.0...v2.4.1) (2018-01-25)
|
---|
538 |
|
---|
539 |
|
---|
540 |
|
---|
541 | # [2.4.0](https://github.com/char0n/ramda-adjunct/compare/v2.3.0...v2.4.0) (2018-01-24)
|
---|
542 |
|
---|
543 |
|
---|
544 | ### Features
|
---|
545 |
|
---|
546 | * add isEmptyArray ([#288](https://github.com/char0n/ramda-adjunct/issues/288)) ([961692e](https://github.com/char0n/ramda-adjunct/commit/961692e45c232b05eb6928196dca3ce211d2853d)), closes [#279](https://github.com/char0n/ramda-adjunct/issues/279)
|
---|
547 | * add isEmptyString ([08d80e9](https://github.com/char0n/ramda-adjunct/commit/08d80e98b78e4d2de8c120647dffc8a087780ab7)), closes [#40](https://github.com/char0n/ramda-adjunct/issues/40)
|
---|
548 | * add isNonEmptyArray ([#289](https://github.com/char0n/ramda-adjunct/issues/289)) ([464060e](https://github.com/char0n/ramda-adjunct/commit/464060e125a4b3fecd80e677f51725bf6104ee67)), closes [#279](https://github.com/char0n/ramda-adjunct/issues/279)
|
---|
549 | * add isNonEmptyString ([#299](https://github.com/char0n/ramda-adjunct/issues/299)) ([cd94a5f](https://github.com/char0n/ramda-adjunct/commit/cd94a5ff02fa9ad9a7a71392bd0a953d47520cf6)), closes [#40](https://github.com/char0n/ramda-adjunct/issues/40)
|
---|
550 | * add notAllPass ([#308](https://github.com/char0n/ramda-adjunct/issues/308)) ([2aa3d2f](https://github.com/char0n/ramda-adjunct/commit/2aa3d2f5a130234d506a0b5967598d7a41a3b935)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
551 | * add pathNotEq ([#297](https://github.com/char0n/ramda-adjunct/issues/297)) ([fc0716f](https://github.com/char0n/ramda-adjunct/commit/fc0716f5912b8df4a554add99ecb9aa0fd268f30)), closes [#217](https://github.com/char0n/ramda-adjunct/issues/217)
|
---|
552 |
|
---|
553 |
|
---|
554 |
|
---|
555 | # [2.3.0](https://github.com/char0n/ramda-adjunct/compare/v2.2.0...v2.3.0) (2018-01-14)
|
---|
556 |
|
---|
557 |
|
---|
558 | ### Features
|
---|
559 |
|
---|
560 | * add allP ([#269](https://github.com/char0n/ramda-adjunct/issues/269)) ([c430af6](https://github.com/char0n/ramda-adjunct/commit/c430af6208f5907a9731f5d2728535171329ceec)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
561 | * add neither ([#273](https://github.com/char0n/ramda-adjunct/issues/273)) ([5294011](https://github.com/char0n/ramda-adjunct/commit/529401130e486abd03d3de8160f25531ea2002b1)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
562 | * add propNotEq ([#275](https://github.com/char0n/ramda-adjunct/issues/275)) ([82da044](https://github.com/char0n/ramda-adjunct/commit/82da04407b793822bca504d3570ac5a30b45c30e)), closes [#238](https://github.com/char0n/ramda-adjunct/issues/238)
|
---|
563 | * add sequencing combinator ([#257](https://github.com/char0n/ramda-adjunct/issues/257)) ([04ffd3d](https://github.com/char0n/ramda-adjunct/commit/04ffd3d681b458fc141a2df3d664049fa581a152)), closes [#173](https://github.com/char0n/ramda-adjunct/issues/173)
|
---|
564 | * add Y combinator ([dbdf6af](https://github.com/char0n/ramda-adjunct/commit/dbdf6afa27fe2f706b30fabb48807b5064ee3fba)), closes [#130](https://github.com/char0n/ramda-adjunct/issues/130)
|
---|
565 | * **api:** add notBoth ([#260](https://github.com/char0n/ramda-adjunct/issues/260)) ([a214f75](https://github.com/char0n/ramda-adjunct/commit/a214f7583c6328ad210623d8c060951e5bfe6c03)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
566 |
|
---|
567 |
|
---|
568 |
|
---|
569 | # [2.2.0](https://github.com/char0n/ramda-adjunct/compare/v2.1.0...v2.2.0) (2017-12-24)
|
---|
570 |
|
---|
571 |
|
---|
572 | ### Features
|
---|
573 |
|
---|
574 | * add defaultWhen ([#245](https://github.com/char0n/ramda-adjunct/issues/245)) ([3606048](https://github.com/char0n/ramda-adjunct/commit/36060481f0d821d858f36e107f7037d34ab062c8)), closes [#216](https://github.com/char0n/ramda-adjunct/issues/216)
|
---|
575 | * add is Thenable ([b9f6e0d](https://github.com/char0n/ramda-adjunct/commit/b9f6e0d71bc46d17ff1ed4d8a906805817328a7d)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
576 | * add isFalsy ([1612941](https://github.com/char0n/ramda-adjunct/commit/16129416ae10ed54a15ad4ad27308adb409afa1d)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
577 | * add isPromise ([f00e93f](https://github.com/char0n/ramda-adjunct/commit/f00e93fac29326fffc178d97f2195ef064a2c4e6)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
578 | * add isTruthy ([f09f72e](https://github.com/char0n/ramda-adjunct/commit/f09f72eaa105c1de5c1ca2207c0f3262193f6e88)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
579 | * add isValidNumber, isNotValidNumber ([#247](https://github.com/char0n/ramda-adjunct/issues/247)) ([d94c1b5](https://github.com/char0n/ramda-adjunct/commit/d94c1b59def45be30b4d8b46cc620d5bfe850526)), closes [#235](https://github.com/char0n/ramda-adjunct/issues/235)
|
---|
580 |
|
---|
581 |
|
---|
582 |
|
---|
583 | # [2.0.0](https://github.com/char0n/ramda-adjunct/compare/v1.19.0...v2.0.0) (2017-11-19)
|
---|
584 |
|
---|
585 |
|
---|
586 | ### Features
|
---|
587 |
|
---|
588 | * add support for tree shaking ([baa62ea](https://github.com/char0n/ramda-adjunct/commit/baa62ea258deb95ed85b83cbc2a9c8a1722fbdc8)), closes [#75](https://github.com/char0n/ramda-adjunct/issues/75) [#24](https://github.com/char0n/ramda-adjunct/issues/24)
|
---|
589 |
|
---|
590 |
|
---|
591 | ### BREAKING CHANGES
|
---|
592 |
|
---|
593 | * Tree shaking support and imports
|
---|
594 |
|
---|
595 | Before:
|
---|
596 |
|
---|
597 | import RA from 'ramda-adjunct'
|
---|
598 |
|
---|
599 | After:
|
---|
600 |
|
---|
601 | import * RA from 'ramda-adjunct'
|
---|
602 |
|
---|
603 |
|
---|
604 |
|
---|
605 | # [1.19.0](https://github.com/char0n/ramda-adjunct/compare/v1.18.0...v1.19.0) (2017-10-31)
|
---|
606 |
|
---|
607 |
|
---|
608 | ### Bug Fixes
|
---|
609 |
|
---|
610 | * **pickIndexes:** omits values for non existing indexes ([cb82b9e](https://github.com/char0n/ramda-adjunct/commit/cb82b9e58a42d856fcbff32d5e44337ba4e7654f)), closes [#181](https://github.com/char0n/ramda-adjunct/issues/181)
|
---|
611 | * **typings:** add missed types to concatRight, sliceFrom, sliceTo, liftFN ([96a31cb](https://github.com/char0n/ramda-adjunct/commit/96a31cb465cb7ebed5be6f2d79808d37c5a6e2fe)), closes [#176](https://github.com/char0n/ramda-adjunct/issues/176)
|
---|
612 |
|
---|
613 |
|
---|
614 | ### Features
|
---|
615 |
|
---|
616 | * add isPair, isNotPair ([#168](https://github.com/char0n/ramda-adjunct/issues/168)) ([6e6e6e5](https://github.com/char0n/ramda-adjunct/commit/6e6e6e5f0e80cdb433456fd99eeb8b3fee1885ce)), closes [#90](https://github.com/char0n/ramda-adjunct/issues/90)
|
---|
617 | * add lensIso ([#165](https://github.com/char0n/ramda-adjunct/issues/165)) ([0421890](https://github.com/char0n/ramda-adjunct/commit/04218906dbeedc3a89270b22d02c29f67a27d9b6)), closes [#178](https://github.com/char0n/ramda-adjunct/issues/178)
|
---|
618 |
|
---|
619 |
|
---|
620 |
|
---|
621 | # [1.18.0](https://github.com/char0n/ramda-adjunct/compare/v1.17.0...v1.18.0) (2017-10-15)
|
---|
622 |
|
---|
623 |
|
---|
624 | ### Features
|
---|
625 |
|
---|
626 | * add isEven ([aff8308](https://github.com/char0n/ramda-adjunct/commit/aff8308941d68fad13f8aa31b546128aa8b0a464)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
627 | * add isOdd ([7d7cfcd](https://github.com/char0n/ramda-adjunct/commit/7d7cfcd7f7498c507b6dd645a3597c664d503d8d)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
628 | * add mergePath, mergeProp ([2725289](https://github.com/char0n/ramda-adjunct/commit/2725289492f93b0810e0933b287b98a31ac79067)), closes [#147](https://github.com/char0n/ramda-adjunct/issues/147)
|
---|
629 |
|
---|
630 |
|
---|
631 |
|
---|
632 | # [1.17.0](https://github.com/char0n/ramda-adjunct/compare/v1.16.0...v1.17.0) (2017-09-24)
|
---|
633 |
|
---|
634 |
|
---|
635 | ### Features
|
---|
636 |
|
---|
637 | * add mergePaths ([dd8b681](https://github.com/char0n/ramda-adjunct/commit/dd8b6816ae511782f7799a97ba44584906d5c51d)), closes [#136](https://github.com/char0n/ramda-adjunct/issues/136)
|
---|
638 | * add mergeProps ([4c68054](https://github.com/char0n/ramda-adjunct/commit/4c6805483ad9e163f2b6c493089aa30e696ea82b))
|
---|
639 |
|
---|
640 |
|
---|
641 |
|
---|
642 | # [1.16.0](https://github.com/char0n/ramda-adjunct/compare/v1.15.0...v1.16.0) (2017-09-19)
|
---|
643 |
|
---|
644 |
|
---|
645 | ### Features
|
---|
646 |
|
---|
647 | * add rejectP ([02451f3](https://github.com/char0n/ramda-adjunct/commit/02451f3ee1f883bae587fb14891c8de89c9c865d)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
648 | * add resolveP ([9d057b1](https://github.com/char0n/ramda-adjunct/commit/9d057b1198583e21b4d435f9b039f09997a085d8)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
649 | * add sliceFrom ([db3a1d2](https://github.com/char0n/ramda-adjunct/commit/db3a1d2a01a6457098840cfff0cb0153709c0bec))
|
---|
650 | * add sliceTo ([4408418](https://github.com/char0n/ramda-adjunct/commit/4408418f803e4a4f6a0a35de7966514bf278e574))
|
---|
651 |
|
---|
652 |
|
---|
653 |
|
---|
654 | # [1.15.0](https://github.com/char0n/ramda-adjunct/compare/v1.14.0...v1.15.0) (2017-09-10)
|
---|
655 |
|
---|
656 |
|
---|
657 | ### Features
|
---|
658 |
|
---|
659 | * add isNegative ([e593104](https://github.com/char0n/ramda-adjunct/commit/e593104a24269f395c78e175d2b5bfec4c12fceb)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
660 | * add isPositive ([040d335](https://github.com/char0n/ramda-adjunct/commit/040d3355e938cc0b6322adbef5f670374b438729)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
661 |
|
---|
662 |
|
---|
663 |
|
---|
664 | # [1.14.0](https://github.com/char0n/ramda-adjunct/compare/v1.13.0...v1.14.0) (2017-08-25)
|
---|
665 |
|
---|
666 |
|
---|
667 | ### Bug Fixes
|
---|
668 |
|
---|
669 | * **reduceP, reduceRightP:** fix logic for empty list ([6538444](https://github.com/char0n/ramda-adjunct/commit/65384442fe4f4a29b15a00a781ac46197db56cbc))
|
---|
670 |
|
---|
671 |
|
---|
672 | ### Features
|
---|
673 |
|
---|
674 | * add hasPath ([06c7364](https://github.com/char0n/ramda-adjunct/commit/06c7364d48c12f12f3c4f0fcfcadf5561f05bf0c)), closes [#125](https://github.com/char0n/ramda-adjunct/issues/125)
|
---|
675 | * add isFloat ([40d74e6](https://github.com/char0n/ramda-adjunct/commit/40d74e6a2f1e11769e065ad012a4150989e458d8)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
676 | * add isNotFloat ([652d317](https://github.com/char0n/ramda-adjunct/commit/652d317029c979ecbe6eacf85daa25a6f423145e)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
677 | * **Identity:** add contravariant fantasy-land specification ([1bd5beb](https://github.com/char0n/ramda-adjunct/commit/1bd5beb8a72e62417bbe2128603e9dba7f4f50cb))
|
---|
678 |
|
---|
679 |
|
---|
680 |
|
---|
681 | # [1.13.0](https://github.com/char0n/ramda-adjunct/compare/v1.12.0...v1.13.0) (2017-08-15)
|
---|
682 |
|
---|
683 |
|
---|
684 | ### Bug Fixes
|
---|
685 |
|
---|
686 | * **defaults:** fix wrong logic ([fbc373f](https://github.com/char0n/ramda-adjunct/commit/fbc373f3bb6e9f202eb6f595ad299d03ba770838)), closes [#118](https://github.com/char0n/ramda-adjunct/issues/118)
|
---|
687 | * **docs:** fix version in JSDOC ([4696ae2](https://github.com/char0n/ramda-adjunct/commit/4696ae25e3cc3c11347252f138840defe7095058))
|
---|
688 | * **reduceRightP:** compensate for older versions of ramda ([3e5b327](https://github.com/char0n/ramda-adjunct/commit/3e5b3272eb374d20ecde4968d0842801d3d97b99)), closes [#114](https://github.com/char0n/ramda-adjunct/issues/114)
|
---|
689 |
|
---|
690 |
|
---|
691 | ### Features
|
---|
692 |
|
---|
693 | * add reduceP ([d721126](https://github.com/char0n/ramda-adjunct/commit/d721126c6b9d53fc0f5ac65eaa98788ceedf5186)), closes [#114](https://github.com/char0n/ramda-adjunct/issues/114)
|
---|
694 | * add reduceRightP ([81d3d09](https://github.com/char0n/ramda-adjunct/commit/81d3d090284bbfaa97387620c1e47c561b2f470e)), closes [#114](https://github.com/char0n/ramda-adjunct/issues/114)
|
---|
695 | * **lensEq:** Van Laarhoven lenses extension ([7dd4b20](https://github.com/char0n/ramda-adjunct/commit/7dd4b200adc425bfd1f3a16581131e4270d08e0e))
|
---|
696 | * **lens:** lensSatisfies & complement ([1c351c2](https://github.com/char0n/ramda-adjunct/commit/1c351c29b4bd9f31692b9cc6a2b5ffbba7708e07))
|
---|
697 | * **lens:** viewOr implemented ([f494dc1](https://github.com/char0n/ramda-adjunct/commit/f494dc144dfdf3aa55580777137681d877744e2e))
|
---|
698 |
|
---|
699 |
|
---|
700 |
|
---|
701 | # [1.12.0](https://github.com/char0n/ramda-adjunct/compare/v1.11.0...v1.12.0) (2017-07-30)
|
---|
702 |
|
---|
703 |
|
---|
704 | ### Features
|
---|
705 |
|
---|
706 | * add curryRight ([0988114](https://github.com/char0n/ramda-adjunct/commit/0988114d023f7b357f1e54354fb07d8b5a58f9f8)), closes [#105](https://github.com/char0n/ramda-adjunct/issues/105)
|
---|
707 | * add curryRightN ([c8c9dd5](https://github.com/char0n/ramda-adjunct/commit/c8c9dd5ecf179cb2b1424de686d6b241a042545f)), closes [#105](https://github.com/char0n/ramda-adjunct/issues/105)
|
---|
708 |
|
---|
709 |
|
---|
710 |
|
---|
711 | # [1.11.0](https://github.com/char0n/ramda-adjunct/compare/v1.10.2...v1.11.0) (2017-07-23)
|
---|
712 |
|
---|
713 |
|
---|
714 | ### Features
|
---|
715 |
|
---|
716 | * add concatRight ([7628612](https://github.com/char0n/ramda-adjunct/commit/7628612a352b8c02669f09e657825dc867c98b79)), closes [#93](https://github.com/char0n/ramda-adjunct/issues/93)
|
---|
717 | * **Identity:** add Ord fantasy-land spec ([76d94d7](https://github.com/char0n/ramda-adjunct/commit/76d94d791726d4b6f2afaa42306eeaa9ebb88691))
|
---|
718 | * **Identity:** add partial Monoid* specification ([da1f379](https://github.com/char0n/ramda-adjunct/commit/da1f379a6481b11ec49bc3c0d2393cb82d0cf83a))
|
---|
719 |
|
---|
720 |
|
---|
721 |
|
---|
722 | ## [1.10.2](https://github.com/char0n/ramda-adjunct/compare/v1.10.1...v1.10.2) (2017-06-20)
|
---|
723 |
|
---|
724 |
|
---|
725 |
|
---|
726 | ## [1.10.1](https://github.com/char0n/ramda-adjunct/compare/v1.10.0...v1.10.1) (2017-06-20)
|
---|
727 |
|
---|
728 |
|
---|
729 |
|
---|
730 | # [1.10.0](https://github.com/char0n/ramda-adjunct/compare/v1.9.0...v1.10.0) (2017-06-20)
|
---|
731 |
|
---|
732 |
|
---|
733 | ### Features
|
---|
734 |
|
---|
735 | * add weaveLazy ([8b665d3](https://github.com/char0n/ramda-adjunct/commit/8b665d3821fc083ac08a12ab844c20bb0b78de2a))
|
---|
736 |
|
---|
737 |
|
---|
738 |
|
---|
739 | # [1.9.0](https://github.com/char0n/ramda-adjunct/compare/v1.8.1...v1.9.0) (2017-06-14)
|
---|
740 |
|
---|
741 |
|
---|
742 | ### Features
|
---|
743 |
|
---|
744 | * add isArrayLike ([3062a89](https://github.com/char0n/ramda-adjunct/commit/3062a898ad6851610188ed060c1e75b48c9b7ce9)), closes [#86](https://github.com/char0n/ramda-adjunct/issues/86)
|
---|
745 |
|
---|
746 |
|
---|
747 | ### Reverts
|
---|
748 |
|
---|
749 | * ci: run tests under node 8.x.y ([469c0ed](https://github.com/char0n/ramda-adjunct/commit/469c0edbc8cd67d528e2619597a4a0ca38bded48))
|
---|
750 | * ci: test enabling babel compiling also node_modules ([91c27f6](https://github.com/char0n/ramda-adjunct/commit/91c27f6f0f16a2ed669bd5b7186555fd4c90130d))
|
---|
751 |
|
---|
752 |
|
---|
753 |
|
---|
754 | ## [1.8.1](https://github.com/char0n/ramda-adjunct/compare/v1.8.0...v1.8.1) (2017-05-23)
|
---|
755 |
|
---|
756 |
|
---|
757 |
|
---|
758 | # [1.8.0](https://github.com/char0n/ramda-adjunct/compare/v1.7.0...v1.8.0) (2017-05-22)
|
---|
759 |
|
---|
760 |
|
---|
761 | ### Features
|
---|
762 |
|
---|
763 | * add isValidDate ([3a2f4ad](https://github.com/char0n/ramda-adjunct/commit/3a2f4adce5adc4deea767baf7dd4726c31eb36e1)), closes [#46](https://github.com/char0n/ramda-adjunct/issues/46)
|
---|
764 | * **Identity:** add Identity monadic type to public API ([5130a73](https://github.com/char0n/ramda-adjunct/commit/5130a7391384fc3c596ea68fb816aaf8615bba76))
|
---|
765 | * isNotValidDate ([10d3780](https://github.com/char0n/ramda-adjunct/commit/10d378025faf9531aae900e7c18ea9723ff6f56e)), closes [#46](https://github.com/char0n/ramda-adjunct/issues/46)
|
---|
766 | * **weave:** add support for auto-currying returned function ([7fcf7a9](https://github.com/char0n/ramda-adjunct/commit/7fcf7a985ef27e4d5600e0d140cad90c9456c9de)), closes [#78](https://github.com/char0n/ramda-adjunct/issues/78)
|
---|
767 |
|
---|
768 |
|
---|
769 |
|
---|
770 | # [1.7.0](https://github.com/char0n/ramda-adjunct/compare/v1.6.0...v1.7.0) (2017-05-18)
|
---|
771 |
|
---|
772 |
|
---|
773 | ### Bug Fixes
|
---|
774 |
|
---|
775 | * **package.json:** point browser field to es/index.js ([aaa018e](https://github.com/char0n/ramda-adjunct/commit/aaa018e2ad103ceedb2845875035d989791dc843)), closes [#76](https://github.com/char0n/ramda-adjunct/issues/76)
|
---|
776 |
|
---|
777 |
|
---|
778 | ### Features
|
---|
779 |
|
---|
780 | * add weave ([118daf9](https://github.com/char0n/ramda-adjunct/commit/118daf950e1eb5cb023bd1ff0bbe804c087acdd4)), closes [#65](https://github.com/char0n/ramda-adjunct/issues/65)
|
---|
781 |
|
---|
782 |
|
---|
783 |
|
---|
784 | # [1.6.0](https://github.com/char0n/ramda-adjunct/compare/v1.5.0...v1.6.0) (2017-05-16)
|
---|
785 |
|
---|
786 |
|
---|
787 | ### Features
|
---|
788 |
|
---|
789 | * add mergeRight ([25051aa](https://github.com/char0n/ramda-adjunct/commit/25051aa1b49cbc065021277633c9151b6e79f791)), closes [#70](https://github.com/char0n/ramda-adjunct/issues/70)
|
---|
790 | * add stubNull ([7c71292](https://github.com/char0n/ramda-adjunct/commit/7c7129226df242fcdc9566dd2141f6590c4575bb)), closes [#71](https://github.com/char0n/ramda-adjunct/issues/71)
|
---|
791 | * **Identity:** add Setoid spec to Identity ([3c62ad6](https://github.com/char0n/ramda-adjunct/commit/3c62ad6020f337b14f199d4ec0ae635ea32faabe))
|
---|
792 |
|
---|
793 |
|
---|
794 |
|
---|
795 | # [1.5.0](https://github.com/char0n/ramda-adjunct/compare/v1.4.0...v1.5.0) (2017-05-10)
|
---|
796 |
|
---|
797 |
|
---|
798 | ### Features
|
---|
799 |
|
---|
800 | * add renameKeys ([1a2538e](https://github.com/char0n/ramda-adjunct/commit/1a2538e42c5245aec759f467a33a1d915076d38d)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
801 | * add renameKeysWith ([fb5059c](https://github.com/char0n/ramda-adjunct/commit/fb5059c60c45c26554b8b4111e7aaf0a3f4f6c3e)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
802 | * expose ap as internal util ([16e2535](https://github.com/char0n/ramda-adjunct/commit/16e2535fee16117c7e0e8c98aa79057f14662270)), closes [#64](https://github.com/char0n/ramda-adjunct/issues/64)
|
---|
803 |
|
---|
804 |
|
---|
805 |
|
---|
806 | # [1.4.0](https://github.com/char0n/ramda-adjunct/compare/v1.3.2...v1.4.0) (2017-04-28)
|
---|
807 |
|
---|
808 |
|
---|
809 | ### Bug Fixes
|
---|
810 |
|
---|
811 | * **isGeneratorFunction:** check for GeneratorFunction instead of AsyncFunction ([853f934](https://github.com/char0n/ramda-adjunct/commit/853f934e28b533d890aae12a8c94865e095758a5))
|
---|
812 |
|
---|
813 |
|
---|
814 | ### Features
|
---|
815 |
|
---|
816 | * add cata ([1c6fdc6](https://github.com/char0n/ramda-adjunct/commit/1c6fdc63abc28813cd0be37839ce38793b2554dd)), closes [#58](https://github.com/char0n/ramda-adjunct/issues/58)
|
---|
817 | * **Either:** add Either monad with basic capabilities ([ac2c51f](https://github.com/char0n/ramda-adjunct/commit/ac2c51f6bc20e000d8cf6dea36056e484e38847d))
|
---|
818 |
|
---|
819 |
|
---|
820 |
|
---|
821 | ## [1.3.2](https://github.com/char0n/ramda-adjunct/compare/v1.3.1...v1.3.2) (2017-04-23)
|
---|
822 |
|
---|
823 |
|
---|
824 | ### Bug Fixes
|
---|
825 |
|
---|
826 | * **liftFN:** fix multiple bugs and resolve ramda complatibility issue ([47bc23f](https://github.com/char0n/ramda-adjunct/commit/47bc23f65814a552ae41807563c28447d7e2ea2f)), closes [#59](https://github.com/char0n/ramda-adjunct/issues/59)
|
---|
827 |
|
---|
828 |
|
---|
829 |
|
---|
830 | ## [1.3.1](https://github.com/char0n/ramda-adjunct/compare/v1.3.0...v1.3.1) (2017-04-20)
|
---|
831 |
|
---|
832 |
|
---|
833 |
|
---|
834 | # [1.3.0](https://github.com/char0n/ramda-adjunct/compare/v1.2.0...v1.3.0) (2017-04-20)
|
---|
835 |
|
---|
836 |
|
---|
837 |
|
---|
838 | # [1.2.0](https://github.com/char0n/ramda-adjunct/compare/v1.1.0...v1.2.0) (2017-04-16)
|
---|
839 |
|
---|
840 |
|
---|
841 | ### Features
|
---|
842 |
|
---|
843 | * add defaults alias to merge ([9a3aa17](https://github.com/char0n/ramda-adjunct/commit/9a3aa170f1f441a11ef3049fed4272073d824426)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
844 | * add liftF ([b475d5d](https://github.com/char0n/ramda-adjunct/commit/b475d5ddd4e8b7ddb046e38aa48003cd93ca9b5f)), closes [#56](https://github.com/char0n/ramda-adjunct/issues/56)
|
---|
845 | * add liftFN ([f65a52e](https://github.com/char0n/ramda-adjunct/commit/f65a52e45ebc3e25a930e294fe655357ba5d775d)), closes [#56](https://github.com/char0n/ramda-adjunct/issues/56)
|
---|
846 | * add paths ([c409d6b](https://github.com/char0n/ramda-adjunct/commit/c409d6b6345888decdfde8592c68d3b927905397)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27) [#54](https://github.com/char0n/ramda-adjunct/issues/54)
|
---|
847 | * add resetToDefault ([d5202fb](https://github.com/char0n/ramda-adjunct/commit/d5202fbdf0b23e20c85dd1d80ece368fcf6e4c3e)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
848 |
|
---|
849 |
|
---|
850 |
|
---|
851 | # [1.1.0](https://github.com/char0n/ramda-adjunct/compare/v1.0.0...v1.1.0) (2017-04-09)
|
---|
852 |
|
---|
853 |
|
---|
854 | ### Features
|
---|
855 |
|
---|
856 | * add list ([30506b1](https://github.com/char0n/ramda-adjunct/commit/30506b18663337193eaaa626ab019a04534d3a41)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
857 | * add pickIndexes ([17cc387](https://github.com/char0n/ramda-adjunct/commit/17cc3878cf2649c5d98bd04453d3a5f443eb8bec)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
858 |
|
---|
859 |
|
---|
860 |
|
---|
861 | # [1.0.0](https://github.com/char0n/ramda-adjunct/compare/v0.7.0...v1.0.0) (2017-04-02)
|
---|
862 |
|
---|
863 |
|
---|
864 | ### Features
|
---|
865 |
|
---|
866 | * add noop ([38877c5](https://github.com/char0n/ramda-adjunct/commit/38877c56846363458af0aa0d05ae0b1424865849)), closes [#36](https://github.com/char0n/ramda-adjunct/issues/36)
|
---|
867 | * add stubUndefined ([7e47e45](https://github.com/char0n/ramda-adjunct/commit/7e47e454cd42c3a8fd76e59c48ba06b1526022d4)), closes [#49](https://github.com/char0n/ramda-adjunct/issues/49)
|
---|
868 | * use es2015 imports ([8e86019](https://github.com/char0n/ramda-adjunct/commit/8e860191d40c9f1f00b48b589d896fadc4420f85)), closes [#45](https://github.com/char0n/ramda-adjunct/issues/45)
|
---|
869 |
|
---|
870 |
|
---|
871 |
|
---|
872 | # [0.7.0](https://github.com/char0n/ramda-adjunct/compare/v0.6.0...v0.7.0) (2017-03-26)
|
---|
873 |
|
---|
874 |
|
---|
875 | ### Features
|
---|
876 |
|
---|
877 | * add isNotInteger ([494094d](https://github.com/char0n/ramda-adjunct/commit/494094d7c935d4302a9de97e2869b2e1f6963c62)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
878 | * isFinite ([f3ed894](https://github.com/char0n/ramda-adjunct/commit/f3ed8941cc4b53aa6a70e7e13860b3d87eff7dd7)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
879 | * isInteger ([466db58](https://github.com/char0n/ramda-adjunct/commit/466db58cd63679ec744f233fc8eea84743ff4a3a)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
880 | * isNotFinite ([1edbebc](https://github.com/char0n/ramda-adjunct/commit/1edbebc5fcfd5525cf588d59471b705cf229a278)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
881 |
|
---|
882 |
|
---|
883 |
|
---|
884 | # [0.6.0](https://github.com/char0n/ramda-adjunct/compare/v0.5.1...v0.6.0) (2017-03-16)
|
---|
885 |
|
---|
886 |
|
---|
887 | ### Features
|
---|
888 |
|
---|
889 | * add isDate ([5fbd348](https://github.com/char0n/ramda-adjunct/commit/5fbd34895c86cfde46f3dbc1f21e82475ee2b089)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
890 | * add isNaN ([3111de3](https://github.com/char0n/ramda-adjunct/commit/3111de3467a0acf0227e6a25eb5dd0cf0cc794bb)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
891 | * add isNotDate ([4ffa958](https://github.com/char0n/ramda-adjunct/commit/4ffa9580e55f0ad8f964e9ef3438cbaf22f0328e)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
892 | * add isNotNaN ([fdc83c1](https://github.com/char0n/ramda-adjunct/commit/fdc83c134e91c655a8b74afb8708a4ec2267c58d)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
893 | * add isNotNumber ([a3a0758](https://github.com/char0n/ramda-adjunct/commit/a3a0758271127528e2d4c2dbc8b43d7cb73cc8f0)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
894 | * as isNumber ([d76d5fd](https://github.com/char0n/ramda-adjunct/commit/d76d5fd760e82881970671f8b41b59b196d114e8)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
895 |
|
---|
896 |
|
---|
897 |
|
---|
898 | ## [0.5.1](https://github.com/char0n/ramda-adjunct/compare/v0.5.0...v0.5.1) (2017-03-06)
|
---|
899 |
|
---|
900 |
|
---|
901 |
|
---|
902 | # [0.5.0](https://github.com/char0n/ramda-adjunct/compare/v0.4.0...v0.5.0) (2017-03-06)
|
---|
903 |
|
---|
904 |
|
---|
905 | ### Bug Fixes
|
---|
906 |
|
---|
907 | * **isGeneratorFunction:** add legacy check ([24969a6](https://github.com/char0n/ramda-adjunct/commit/24969a64d475b2c93e3bdccfeab76e212de58464)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
908 |
|
---|
909 |
|
---|
910 | ### Features
|
---|
911 |
|
---|
912 | * add isAsyncFunction ([b72a040](https://github.com/char0n/ramda-adjunct/commit/b72a04074e94af5e1a5a1f82a4640cb3b8c60446)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
913 | * add isFunction ([c0e45e7](https://github.com/char0n/ramda-adjunct/commit/c0e45e7fc2511cf6dee0aebbca68f1e621d59a01)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
914 | * add isGeneratorFunction ([08ee74b](https://github.com/char0n/ramda-adjunct/commit/08ee74bc69776f8c8f5e4657e2d81e1ab77173d0)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
915 | * add isNotArrayLike ([dbf09b9](https://github.com/char0n/ramda-adjunct/commit/dbf09b9fe7359dba2b1da7b54dbc757d2e11555c)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
916 | * add isNotAsyncFunction ([8194de9](https://github.com/char0n/ramda-adjunct/commit/8194de9b385a53939860b46f50281169f907c65f)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
917 | * add isNotFunction ([82b8295](https://github.com/char0n/ramda-adjunct/commit/82b8295a2e5f0ca7c1bdb3fb87afec2fb3434c99)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
918 | * add isNotObjectLike ([9233e00](https://github.com/char0n/ramda-adjunct/commit/9233e002ea179165c4e72111305e2dc692d8854a)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
919 | * add isNotPlainObject ([1d39f44](https://github.com/char0n/ramda-adjunct/commit/1d39f44116759a482b90992007ffeaaf2f93d1e8)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
920 | * add isObject ([9f6e64a](https://github.com/char0n/ramda-adjunct/commit/9f6e64a35e5f0b481cd5dca60483326f776e3ebc)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
921 | * add isObjectLike ([52b1917](https://github.com/char0n/ramda-adjunct/commit/52b1917b5ef33ff4f38019f8d51eab17392e39c9)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
922 | * add isPlainObject ([6e14291](https://github.com/char0n/ramda-adjunct/commit/6e14291613924a116da2220a2bfc4307b5b9be87)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
923 | * isNotGeneratorFunction ([ffba8cd](https://github.com/char0n/ramda-adjunct/commit/ffba8cd305c6797a91a2e4beeafd077ad4e51b74)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
924 | * isNotObject ([aa4a0df](https://github.com/char0n/ramda-adjunct/commit/aa4a0dfa8582c8415b435c7a6a2ff26984a88c10)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
925 | * **typescript:** add support for typescript by typings ([1ff7c61](https://github.com/char0n/ramda-adjunct/commit/1ff7c613118672eb08cd674bad568ad3454c1b1b)), closes [#30](https://github.com/char0n/ramda-adjunct/issues/30)
|
---|
926 |
|
---|
927 |
|
---|
928 |
|
---|
929 | # [0.4.0](https://github.com/char0n/ramda-adjunct/compare/v0.3.0...v0.4.0) (2017-02-27)
|
---|
930 |
|
---|
931 |
|
---|
932 | ### Bug Fixes
|
---|
933 |
|
---|
934 | * fix import of isNilOrEmpty ([7de3f33](https://github.com/char0n/ramda-adjunct/commit/7de3f33dafd95fce207fd8e3abf8f977750ef27e))
|
---|
935 |
|
---|
936 |
|
---|
937 | ### Features
|
---|
938 |
|
---|
939 | * add isNilOrEmpty ([a42d429](https://github.com/char0n/ramda-adjunct/commit/a42d429cc3622a70f7cd8e979158f70106df2a69)), closes [#21](https://github.com/char0n/ramda-adjunct/issues/21)
|
---|
940 | * add isNotEmpty ([791f81b](https://github.com/char0n/ramda-adjunct/commit/791f81bedf714d8fb800516216c0769f73e93f28)), closes [#19](https://github.com/char0n/ramda-adjunct/issues/19)
|
---|
941 | * add isString, isNotString ([15a4deb](https://github.com/char0n/ramda-adjunct/commit/15a4deb78b5add4202ebc817ecaee5e8265336fb))
|
---|
942 |
|
---|
943 |
|
---|
944 |
|
---|
945 | # [0.3.0](https://github.com/char0n/ramda-adjunct/compare/v0.2.0...v0.3.0) (2017-02-16)
|
---|
946 |
|
---|
947 |
|
---|
948 | ### Features
|
---|
949 |
|
---|
950 | * add isArray ([5bf4ab9](https://github.com/char0n/ramda-adjunct/commit/5bf4ab93dffe96c8eb704fb8f2310657abddb399))
|
---|
951 | * add isBoolean, isNotBoolean ([5400527](https://github.com/char0n/ramda-adjunct/commit/54005279d3e1a115c829a9d70bbd341e11ef3e30))
|
---|
952 | * add isNotArray ([17d11c2](https://github.com/char0n/ramda-adjunct/commit/17d11c2734ced6964a7c7696b0fc316e26e1fa6b))
|
---|
953 | * add isNotNil ([f49962a](https://github.com/char0n/ramda-adjunct/commit/f49962a5169f1a0ed8a289078464af6398c1e7e7))
|
---|
954 |
|
---|
955 |
|
---|
956 |
|
---|
957 | # [0.2.0](https://github.com/char0n/ramda-adjunct/compare/v0.1.0...v0.2.0) (2017-02-13)
|
---|
958 |
|
---|
959 |
|
---|
960 |
|
---|
961 | # [0.1.0](https://github.com/char0n/ramda-adjunct/compare/v0.0.1...v0.1.0) (2017-02-09)
|
---|
962 |
|
---|
963 |
|
---|
964 | ### Features
|
---|
965 |
|
---|
966 | * **isNull:** add isNull along side with complement isNotNull ([c803052](https://github.com/char0n/ramda-adjunct/commit/c80305291437549742b7bd5cfb2d712bda5c0b24))
|
---|
967 |
|
---|
968 |
|
---|
969 |
|
---|
970 | ## [0.0.1](https://github.com/char0n/ramda-adjunct/compare/b468c1245604601e4a3e8df5e0e1a6f57f9f5c2e...v0.0.1) (2017-02-09)
|
---|
971 |
|
---|
972 |
|
---|
973 | ### Features
|
---|
974 |
|
---|
975 | * **isNotUndefined:** add isNotUndefined adjunct ([b468c12](https://github.com/char0n/ramda-adjunct/commit/b468c1245604601e4a3e8df5e0e1a6f57f9f5c2e))
|
---|
976 | * **isUndefined:** add isUndefined adjunct ([2d1f85b](https://github.com/char0n/ramda-adjunct/commit/2d1f85b8752e207ba6160209963a705133f0816f))
|
---|
977 |
|
---|
978 |
|
---|
979 |
|
---|
980 | # [4.1.0](https://github.com/char0n/ramda-adjunct/compare/v4.0.0...v4.1.0) (2023-08-18)
|
---|
981 |
|
---|
982 |
|
---|
983 | ### Features
|
---|
984 |
|
---|
985 | * **object:** add renameKey ([#2627](https://github.com/char0n/ramda-adjunct/issues/2627)) ([2c943fe](https://github.com/char0n/ramda-adjunct/commit/2c943fe3990ce5c4397112e8ba1197fe850c63af))
|
---|
986 |
|
---|
987 |
|
---|
988 |
|
---|
989 | # [4.0.0](https://github.com/char0n/ramda-adjunct/compare/v3.4.0...v4.0.0) (2023-04-05)
|
---|
990 |
|
---|
991 |
|
---|
992 | ### Features
|
---|
993 |
|
---|
994 | * add support for ramda@0.29.0 ([#2568](https://github.com/char0n/ramda-adjunct/issues/2568)) ([05def8d](https://github.com/char0n/ramda-adjunct/commit/05def8d60fd9c71c4e4f8d9345b7b80ffa6dd6f7)), closes [#2567](https://github.com/char0n/ramda-adjunct/issues/2567)
|
---|
995 |
|
---|
996 |
|
---|
997 |
|
---|
998 | # [3.4.0](https://github.com/char0n/ramda-adjunct/compare/v3.3.0...v3.4.0) (2022-12-03)
|
---|
999 |
|
---|
1000 |
|
---|
1001 | ### Bug Fixes
|
---|
1002 |
|
---|
1003 | * **isGeneratorFunction:** remove legacy predicate ([#2431](https://github.com/char0n/ramda-adjunct/issues/2431)) ([c576212](https://github.com/char0n/ramda-adjunct/commit/c5762124b47b738b45545fbece1099d2a870ccd4))
|
---|
1004 |
|
---|
1005 |
|
---|
1006 | ### Features
|
---|
1007 |
|
---|
1008 | * **list:** add sortByProp ([#2384](https://github.com/char0n/ramda-adjunct/issues/2384)) ([61c2e9d](https://github.com/char0n/ramda-adjunct/commit/61c2e9de8bdfcbf941a91ea270688b1c434fdc61)), closes [#1241](https://github.com/char0n/ramda-adjunct/issues/1241)
|
---|
1009 |
|
---|
1010 |
|
---|
1011 |
|
---|
1012 | # [3.3.0](https://github.com/char0n/ramda-adjunct/compare/v3.2.0...v3.3.0) (2022-09-18)
|
---|
1013 |
|
---|
1014 |
|
---|
1015 | ### Features
|
---|
1016 |
|
---|
1017 | * **types:** simplify types and declare named exports ([#2307](https://github.com/char0n/ramda-adjunct/issues/2307)) ([1b46e44](https://github.com/char0n/ramda-adjunct/commit/1b46e44fcc563ecb062ab4928d3c9e295287e064)), closes [#2306](https://github.com/char0n/ramda-adjunct/issues/2306) [#1467](https://github.com/char0n/ramda-adjunct/issues/1467)
|
---|
1018 |
|
---|
1019 |
|
---|
1020 |
|
---|
1021 | # [3.2.0](https://github.com/char0n/ramda-adjunct/compare/v3.1.0...v3.2.0) (2022-06-18)
|
---|
1022 |
|
---|
1023 |
|
---|
1024 | ### Features
|
---|
1025 |
|
---|
1026 | * **type:** add isUinteger32 ([#2257](https://github.com/char0n/ramda-adjunct/issues/2257)) ([965147e](https://github.com/char0n/ramda-adjunct/commit/965147e836df98fe0fa83851d41c1268503c73e4)), closes [#1281](https://github.com/char0n/ramda-adjunct/issues/1281)
|
---|
1027 |
|
---|
1028 |
|
---|
1029 |
|
---|
1030 | # [3.1.0](https://github.com/char0n/ramda-adjunct/compare/v3.0.0...v3.1.0) (2022-04-24)
|
---|
1031 |
|
---|
1032 |
|
---|
1033 | ### Features
|
---|
1034 |
|
---|
1035 | * **isBlank:** implemented isBlank function ([#2141](https://github.com/char0n/ramda-adjunct/issues/2141)) ([e8cf553](https://github.com/char0n/ramda-adjunct/commit/e8cf553d9ef4daa950a3358d18241356a7089fff))
|
---|
1036 | * **list:** add sortByPaths ([#2104](https://github.com/char0n/ramda-adjunct/issues/2104)) ([3d59189](https://github.com/char0n/ramda-adjunct/commit/3d591897d1c564a3c18cacc569c1d29cf351315c)), closes [#1240](https://github.com/char0n/ramda-adjunct/issues/1240)
|
---|
1037 |
|
---|
1038 |
|
---|
1039 |
|
---|
1040 | # [3.0.0](https://github.com/char0n/ramda-adjunct/compare/v2.36.0...v3.0.0) (2022-01-17)
|
---|
1041 |
|
---|
1042 |
|
---|
1043 | ### Bug Fixes
|
---|
1044 |
|
---|
1045 | * **function:** remove then ([4e5516b](https://github.com/char0n/ramda-adjunct/commit/4e5516b7e5bf8c41f3979ae604b3e331b406ea25)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
1046 | * **object:** remove hasPath ([8cc0c8f](https://github.com/char0n/ramda-adjunct/commit/8cc0c8f7859618b5ef3bc00816ed05622841a871)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
1047 | * **object:** remove mergeRight ([06a3338](https://github.com/char0n/ramda-adjunct/commit/06a3338923072c6a4ae3e5c62bc109793d76537b)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
1048 |
|
---|
1049 |
|
---|
1050 | ### Features
|
---|
1051 |
|
---|
1052 | * add support for ramda@0.28.0 ([20acd56](https://github.com/char0n/ramda-adjunct/commit/20acd562a24759b42ec4f8ae2f3f90af95de25b0)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
1053 | * **list:** add included ([4bfafe0](https://github.com/char0n/ramda-adjunct/commit/4bfafe0593ee2d34b51eb8b5768f8618bee17f5a)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
1054 |
|
---|
1055 |
|
---|
1056 |
|
---|
1057 | # [2.36.0](https://github.com/char0n/ramda-adjunct/compare/v2.35.0...v2.36.0) (2022-01-17)
|
---|
1058 |
|
---|
1059 |
|
---|
1060 | ### Features
|
---|
1061 |
|
---|
1062 | * add support for ramda@0.27.2 ([39e22e1](https://github.com/char0n/ramda-adjunct/commit/39e22e1485410a7bf99a212b9c9a1d2b7ea3237f)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
1063 | * **type:** add toNumber ([#2103](https://github.com/char0n/ramda-adjunct/issues/2103)) ([d06abbf](https://github.com/char0n/ramda-adjunct/commit/d06abbfbf3b4700d78f368479404c8347785f295)), closes [#788](https://github.com/char0n/ramda-adjunct/issues/788)
|
---|
1064 |
|
---|
1065 |
|
---|
1066 |
|
---|
1067 | # [2.35.0](https://github.com/char0n/ramda-adjunct/compare/v2.34.0...v2.35.0) (2021-11-01)
|
---|
1068 |
|
---|
1069 |
|
---|
1070 | ### Features
|
---|
1071 |
|
---|
1072 | * add copyKeys ([#1558](https://github.com/char0n/ramda-adjunct/issues/1558)) ([cf9727c](https://github.com/char0n/ramda-adjunct/commit/cf9727c08658e74597d330146c4bfc26d3b6949b)), closes [#516](https://github.com/char0n/ramda-adjunct/issues/516)
|
---|
1073 |
|
---|
1074 |
|
---|
1075 |
|
---|
1076 | # [2.34.0](https://github.com/char0n/ramda-adjunct/compare/v2.32.0...v2.34.0) (2021-09-29)
|
---|
1077 |
|
---|
1078 |
|
---|
1079 | ### Features
|
---|
1080 |
|
---|
1081 | * **function:** add catchP ([#1616](https://github.com/char0n/ramda-adjunct/issues/1616)) ([d6d1e78](https://github.com/char0n/ramda-adjunct/commit/d6d1e7825d16130ba916448355f06bad1f2bf0d9)), closes [#1232](https://github.com/char0n/ramda-adjunct/issues/1232)
|
---|
1082 | * **type:** add isSentinelValue ([#1848](https://github.com/char0n/ramda-adjunct/issues/1848)) ([c48ce9e](https://github.com/char0n/ramda-adjunct/commit/c48ce9e2ab752006c25d385e830f3317bde5110c)), closes [#793](https://github.com/char0n/ramda-adjunct/issues/793)
|
---|
1083 |
|
---|
1084 |
|
---|
1085 |
|
---|
1086 | # [2.32.0](https://github.com/char0n/ramda-adjunct/compare/v2.31.1...v2.32.0) (2021-04-10)
|
---|
1087 |
|
---|
1088 |
|
---|
1089 | ### Bug Fixes
|
---|
1090 |
|
---|
1091 | * **isNotNil:** utilize type narrowing ([#1672](https://github.com/char0n/ramda-adjunct/issues/1672)) ([353a6db](https://github.com/char0n/ramda-adjunct/commit/353a6dbb5039d8a1f72b97c4c20471e2a4bb3cd8))
|
---|
1092 |
|
---|
1093 |
|
---|
1094 | ### Features
|
---|
1095 |
|
---|
1096 | * **list:** add findOr ([#1479](https://github.com/char0n/ramda-adjunct/issues/1479)) ([e9d321a](https://github.com/char0n/ramda-adjunct/commit/e9d321aef8bf1200d9b5e3bccd59f787eb8f31f5)), closes [#372](https://github.com/char0n/ramda-adjunct/issues/372)
|
---|
1097 | * **type:** add isInteger32 ([#1826](https://github.com/char0n/ramda-adjunct/issues/1826)) ([fe8331e](https://github.com/char0n/ramda-adjunct/commit/fe8331ea6d63aa8db8302f6730f11fa7d840df00)), closes [#1282](https://github.com/char0n/ramda-adjunct/issues/1282)
|
---|
1098 | * **type:** add isPrimitive/isNotPrimitive ([#1722](https://github.com/char0n/ramda-adjunct/issues/1722)) ([901006a](https://github.com/char0n/ramda-adjunct/commit/901006a36c39a378b544e63c14a7c86d80bfba6f)), closes [#786](https://github.com/char0n/ramda-adjunct/issues/786)
|
---|
1099 |
|
---|
1100 |
|
---|
1101 |
|
---|
1102 | ## [2.31.1](https://github.com/char0n/ramda-adjunct/compare/v2.31.0...v2.31.1) (2021-02-21)
|
---|
1103 |
|
---|
1104 |
|
---|
1105 | ### Bug Fixes
|
---|
1106 |
|
---|
1107 | * **deps:** remove postinstall husky script ([61f3fde](https://github.com/char0n/ramda-adjunct/commit/61f3fde46e3c65df0f67b217621fa9532141a2fa))
|
---|
1108 |
|
---|
1109 |
|
---|
1110 |
|
---|
1111 | # [2.31.0](https://github.com/char0n/ramda-adjunct/compare/v2.30.0...v2.31.0) (2021-02-21)
|
---|
1112 |
|
---|
1113 |
|
---|
1114 | ### Features
|
---|
1115 |
|
---|
1116 | * **list:** add filterIndexed ([#1713](https://github.com/char0n/ramda-adjunct/issues/1713)) ([d3cfc63](https://github.com/char0n/ramda-adjunct/commit/d3cfc6325e13324ca6e54c10de016a522362511e)), closes [#1346](https://github.com/char0n/ramda-adjunct/issues/1346)
|
---|
1117 | * **Object:** add invoke ([#1554](https://github.com/char0n/ramda-adjunct/issues/1554)) ([e90ce3c](https://github.com/char0n/ramda-adjunct/commit/e90ce3cc714052d0e24dc2b592d43c77a8348eb9)), closes [#81](https://github.com/char0n/ramda-adjunct/issues/81)
|
---|
1118 | * **object:** add isPrototypeOf ([#1456](https://github.com/char0n/ramda-adjunct/issues/1456)) ([314be55](https://github.com/char0n/ramda-adjunct/commit/314be550cebf30719d418c68e8687108122d9af8)), closes [#787](https://github.com/char0n/ramda-adjunct/issues/787)
|
---|
1119 |
|
---|
1120 |
|
---|
1121 |
|
---|
1122 | # [2.30.0](https://github.com/char0n/ramda-adjunct/compare/v2.29.0...v2.30.0) (2020-12-27)
|
---|
1123 |
|
---|
1124 |
|
---|
1125 | ### Bug Fixes
|
---|
1126 |
|
---|
1127 | * **invokeArgs:** update TypeScript signature ([#1710](https://github.com/char0n/ramda-adjunct/issues/1710)) ([775d282](https://github.com/char0n/ramda-adjunct/commit/775d2825c4cbed2118a0cbaad2c13587090a49b1)), closes [#1707](https://github.com/char0n/ramda-adjunct/issues/1707)
|
---|
1128 |
|
---|
1129 |
|
---|
1130 | ### Features
|
---|
1131 |
|
---|
1132 | * **list:** add rangeStep ([#1708](https://github.com/char0n/ramda-adjunct/issues/1708)) ([82c0368](https://github.com/char0n/ramda-adjunct/commit/82c0368008ee5ed90e28baf1a91ad74b91ba7072)), closes [#1477](https://github.com/char0n/ramda-adjunct/issues/1477) [#1230](https://github.com/char0n/ramda-adjunct/issues/1230)
|
---|
1133 | * **relation:** add overlaps ([2ea5355](https://github.com/char0n/ramda-adjunct/commit/2ea5355608a9016c96de39a87d48f21016bef330)), closes [#1229](https://github.com/char0n/ramda-adjunct/issues/1229)
|
---|
1134 | * **type:** add isError ([#1449](https://github.com/char0n/ramda-adjunct/issues/1449)) ([adf25c2](https://github.com/char0n/ramda-adjunct/commit/adf25c2a0aa79bf53df66f4bd9720b5039dfd185)), closes [#206](https://github.com/char0n/ramda-adjunct/issues/206)
|
---|
1135 |
|
---|
1136 |
|
---|
1137 |
|
---|
1138 | # [2.29.0](https://github.com/char0n/ramda-adjunct/compare/v2.28.0...v2.29.0) (2020-12-13)
|
---|
1139 |
|
---|
1140 |
|
---|
1141 | ### Bug Fixes
|
---|
1142 |
|
---|
1143 | * **compact:** remove other falsy values from type ([#1603](https://github.com/char0n/ramda-adjunct/issues/1603)) ([31651bc](https://github.com/char0n/ramda-adjunct/commit/31651bca82e2e365daf35ea65f084ea8cd3dbb2c)), closes [#1602](https://github.com/char0n/ramda-adjunct/issues/1602)
|
---|
1144 | * **repalceAll:** add support for special replacement patterns ([#1627](https://github.com/char0n/ramda-adjunct/issues/1627)) ([1f862a1](https://github.com/char0n/ramda-adjunct/commit/1f862a14d924e5f46e7f80f6ae60030fc8cf854c)), closes [#1573](https://github.com/char0n/ramda-adjunct/issues/1573)
|
---|
1145 |
|
---|
1146 |
|
---|
1147 | ### Features
|
---|
1148 |
|
---|
1149 | * **object:** add renameKeyWith ([#1612](https://github.com/char0n/ramda-adjunct/issues/1612)) ([6aa00ce](https://github.com/char0n/ramda-adjunct/commit/6aa00ce7d093a9f65eba2eec380bea24209774bf)), closes [#1228](https://github.com/char0n/ramda-adjunct/issues/1228)
|
---|
1150 | * **relation:** add notEqual ([#1459](https://github.com/char0n/ramda-adjunct/issues/1459)) ([4eb9ada](https://github.com/char0n/ramda-adjunct/commit/4eb9adab2d5e271a8fa3ae2859feeeb8af84874a)), closes [#102](https://github.com/char0n/ramda-adjunct/issues/102)
|
---|
1151 | * **type:** isNaturalNumber ([#1450](https://github.com/char0n/ramda-adjunct/issues/1450)) ([ba6bb12](https://github.com/char0n/ramda-adjunct/commit/ba6bb129476426a880e1d029929fafa924cfbc06)), closes [#1440](https://github.com/char0n/ramda-adjunct/issues/1440)
|
---|
1152 |
|
---|
1153 |
|
---|
1154 |
|
---|
1155 | # [2.28.0](https://github.com/char0n/ramda-adjunct/compare/v2.27.0...v2.28.0) (2020-09-13)
|
---|
1156 |
|
---|
1157 |
|
---|
1158 | ### Features
|
---|
1159 |
|
---|
1160 | * add support for ramda@0.27.1 ([5699402](https://github.com/char0n/ramda-adjunct/commit/56994024c1a4b20c9bbed207c6d39b12b50a3fcc)), closes [#1577](https://github.com/char0n/ramda-adjunct/issues/1577)
|
---|
1161 | * **Math:** add toInteger32 ([#1463](https://github.com/char0n/ramda-adjunct/issues/1463)) ([1f39b34](https://github.com/char0n/ramda-adjunct/commit/1f39b34972b2eb5cd80ca9440cb6768cf4977980)), closes [#783](https://github.com/char0n/ramda-adjunct/issues/783)
|
---|
1162 | * **Math:** add toUinteger32 ([cdbdd3c](https://github.com/char0n/ramda-adjunct/commit/cdbdd3c44b549e2d97e0ae122463cb8c8120ea83)), closes [#1278](https://github.com/char0n/ramda-adjunct/issues/1278)
|
---|
1163 |
|
---|
1164 |
|
---|
1165 |
|
---|
1166 | # [2.27.0](https://github.com/char0n/ramda-adjunct/compare/v2.26.0...v2.27.0) (2020-05-23)
|
---|
1167 |
|
---|
1168 |
|
---|
1169 | ### Bug Fixes
|
---|
1170 |
|
---|
1171 | * **iterable:** convert isIterable into a type guard function ([#1414](https://github.com/char0n/ramda-adjunct/issues/1414)) ([57cfab2](https://github.com/char0n/ramda-adjunct/commit/57cfab2e93e1c6a2e7ba50f220dfb36fc27ee41f)), closes [#1412](https://github.com/char0n/ramda-adjunct/issues/1412)
|
---|
1172 |
|
---|
1173 |
|
---|
1174 | ### Features
|
---|
1175 |
|
---|
1176 | * add isBigInt ([#1406](https://github.com/char0n/ramda-adjunct/issues/1406)) ([67dfe1e](https://github.com/char0n/ramda-adjunct/commit/67dfe1e66db59b4cdfa7bea5647c5ba7d465cd09)), closes [#1253](https://github.com/char0n/ramda-adjunct/issues/1253)
|
---|
1177 | * add isNotMap ([#1433](https://github.com/char0n/ramda-adjunct/issues/1433)) ([3378238](https://github.com/char0n/ramda-adjunct/commit/33782387f36c7a83369ef4260bd6c2dc4c826ccf)), closes [#1122](https://github.com/char0n/ramda-adjunct/issues/1122)
|
---|
1178 | * add thenCatchP ([#1322](https://github.com/char0n/ramda-adjunct/issues/1322)) ([54256f3](https://github.com/char0n/ramda-adjunct/commit/54256f34da171b08e0a30b4c198aa697693d1662)), closes [#1233](https://github.com/char0n/ramda-adjunct/issues/1233)
|
---|
1179 | * **object:** add invokeArgs ([#1409](https://github.com/char0n/ramda-adjunct/issues/1409)) ([ea725f1](https://github.com/char0n/ramda-adjunct/commit/ea725f16a6019c5cda054e4fa27c9fac1617927e)), closes [#1239](https://github.com/char0n/ramda-adjunct/issues/1239)
|
---|
1180 | * **type:** add isNotSet ([#1434](https://github.com/char0n/ramda-adjunct/issues/1434)) ([9ecfaa7](https://github.com/char0n/ramda-adjunct/commit/9ecfaa7534de38d00eb76adc03ee0ae5c6c86618)), closes [#1123](https://github.com/char0n/ramda-adjunct/issues/1123)
|
---|
1181 |
|
---|
1182 |
|
---|
1183 |
|
---|
1184 | # [2.26.0](https://github.com/char0n/ramda-adjunct/compare/v2.25.0...v2.26.0) (2020-03-16)
|
---|
1185 |
|
---|
1186 |
|
---|
1187 | ### Bug Fixes
|
---|
1188 |
|
---|
1189 | * **mapIndexed:** make list argument Readonly ([#1336](https://github.com/char0n/ramda-adjunct/issues/1336)) ([5555ef3](https://github.com/char0n/ramda-adjunct/commit/5555ef34ec3bbcfd7d4e69615dbd268f8f79033c)), closes [#1330](https://github.com/char0n/ramda-adjunct/issues/1330)
|
---|
1190 |
|
---|
1191 |
|
---|
1192 | ### Features
|
---|
1193 |
|
---|
1194 | * add fnull ([#1321](https://github.com/char0n/ramda-adjunct/issues/1321)) ([4d0e49a](https://github.com/char0n/ramda-adjunct/commit/4d0e49a067439be21ddb525cc8a0d5090395421a)), closes [#1235](https://github.com/char0n/ramda-adjunct/issues/1235)
|
---|
1195 | * add isIndexed ([#1337](https://github.com/char0n/ramda-adjunct/issues/1337)) ([c4447db](https://github.com/char0n/ramda-adjunct/commit/c4447db7b083c6aeb0da276bb026562d21159bff)), closes [#1236](https://github.com/char0n/ramda-adjunct/issues/1236)
|
---|
1196 | * add skipTake ([#1338](https://github.com/char0n/ramda-adjunct/issues/1338)) ([10c4141](https://github.com/char0n/ramda-adjunct/commit/10c41411733f5d07f8450ad4da59d11d395ae221)), closes [#1237](https://github.com/char0n/ramda-adjunct/issues/1237)
|
---|
1197 | * add sortByProps ([#1323](https://github.com/char0n/ramda-adjunct/issues/1323)) ([7d93795](https://github.com/char0n/ramda-adjunct/commit/7d93795fd054b56b6a49b6eb21f7bc46bafa9b58)), closes [#1242](https://github.com/char0n/ramda-adjunct/issues/1242)
|
---|
1198 |
|
---|
1199 |
|
---|
1200 |
|
---|
1201 | # [2.25.0](https://github.com/char0n/ramda-adjunct/compare/v2.24.0...v2.25.0) (2020-02-04)
|
---|
1202 |
|
---|
1203 |
|
---|
1204 | ### Features
|
---|
1205 |
|
---|
1206 | * add padStart ([#1287](https://github.com/char0n/ramda-adjunct/issues/1287)) ([054e9aa](https://github.com/char0n/ramda-adjunct/commit/054e9aa47bf334cc664a4e56ec896fbc184b28b1)), closes [#1103](https://github.com/char0n/ramda-adjunct/issues/1103)
|
---|
1207 | * add support for ramda 0.27.0 ([#1304](https://github.com/char0n/ramda-adjunct/issues/1304)) ([78d776b](https://github.com/char0n/ramda-adjunct/commit/78d776bc0d7e8d383cc7f848122ae383d2457862))
|
---|
1208 | * add trimCharsEnd ([11293cf](https://github.com/char0n/ramda-adjunct/commit/11293cf1ffefd2fcd887e6fb563b0bc14acd2ab3)), closes [#1136](https://github.com/char0n/ramda-adjunct/issues/1136)
|
---|
1209 |
|
---|
1210 |
|
---|
1211 |
|
---|
1212 | # [2.24.0](https://github.com/char0n/ramda-adjunct/compare/v2.23.0...v2.24.0) (2020-01-15)
|
---|
1213 |
|
---|
1214 |
|
---|
1215 | ### Features
|
---|
1216 |
|
---|
1217 | * add trimCharsStart ([#1254](https://github.com/char0n/ramda-adjunct/issues/1254)) ([21fdacd](https://github.com/char0n/ramda-adjunct/commit/21fdacd412ee8866d97a5a1d9fb574d4f2447d89)), closes [#1135](https://github.com/char0n/ramda-adjunct/issues/1135)
|
---|
1218 |
|
---|
1219 |
|
---|
1220 |
|
---|
1221 | # [2.23.0](https://github.com/char0n/ramda-adjunct/compare/v2.22.1...v2.23.0) (2019-11-25)
|
---|
1222 |
|
---|
1223 |
|
---|
1224 | ### Features
|
---|
1225 |
|
---|
1226 | * **function:** add delayP ([#1107](https://github.com/char0n/ramda-adjunct/issues/1107)) ([b6c1856](https://github.com/char0n/ramda-adjunct/commit/b6c185604e99a9cb518431d7031093b82ab871ec)), closes [#1099](https://github.com/char0n/ramda-adjunct/issues/1099)
|
---|
1227 | * **function:** add lastP ([#1127](https://github.com/char0n/ramda-adjunct/issues/1127)) ([7fe4836](https://github.com/char0n/ramda-adjunct/commit/7fe4836e64382776c358703e12ae92b917dcd42a)), closes [#816](https://github.com/char0n/ramda-adjunct/issues/816)
|
---|
1228 |
|
---|
1229 |
|
---|
1230 |
|
---|
1231 | ## [2.22.1](https://github.com/char0n/ramda-adjunct/compare/v2.22.0...v2.22.1) (2019-11-06)
|
---|
1232 |
|
---|
1233 |
|
---|
1234 |
|
---|
1235 | # [2.22.0](https://github.com/char0n/ramda-adjunct/compare/v2.21.0...v2.22.0) (2019-11-01)
|
---|
1236 |
|
---|
1237 |
|
---|
1238 | ### Features
|
---|
1239 |
|
---|
1240 | * **function:** add anyP ([#1080](https://github.com/char0n/ramda-adjunct/issues/1080)) ([f8e87a8](https://github.com/char0n/ramda-adjunct/commit/f8e87a8c71fcf0023d00d87c8fe8c04944bf2d0d)), closes [#807](https://github.com/char0n/ramda-adjunct/issues/807)
|
---|
1241 | * **function:** add firstP alias for anyP ([5926aa0](https://github.com/char0n/ramda-adjunct/commit/5926aa092005d8bd8e5e4b4907d528e68bee6914))
|
---|
1242 | * **function:** add noneP ([#1095](https://github.com/char0n/ramda-adjunct/issues/1095)) ([9eacf26](https://github.com/char0n/ramda-adjunct/commit/9eacf26aac927f6f15e5227c5e1264290abd3033)), closes [#814](https://github.com/char0n/ramda-adjunct/issues/814)
|
---|
1243 | * **list:** add allUnique ([#1117](https://github.com/char0n/ramda-adjunct/issues/1117)) ([63a8f46](https://github.com/char0n/ramda-adjunct/commit/63a8f46436f19d6e6374524b42e8e8aadd30e220)), closes [#515](https://github.com/char0n/ramda-adjunct/issues/515)
|
---|
1244 | * **list:** add notAllUnique ([#1125](https://github.com/char0n/ramda-adjunct/issues/1125)) ([6d5005f](https://github.com/char0n/ramda-adjunct/commit/6d5005fe92ee868141486988f0efab7775a704cd)), closes [#515](https://github.com/char0n/ramda-adjunct/issues/515)
|
---|
1245 | * **List:** add toArray [#342](https://github.com/char0n/ramda-adjunct/issues/342) ([#1085](https://github.com/char0n/ramda-adjunct/issues/1085)) ([eb0e66f](https://github.com/char0n/ramda-adjunct/commit/eb0e66fd90a395e46e49f7fa1caf4d6efd6344bd))
|
---|
1246 | * **math:** add divideNum ([#1081](https://github.com/char0n/ramda-adjunct/issues/1081)) ([7b0c3b2](https://github.com/char0n/ramda-adjunct/commit/7b0c3b298a06c35aa1e501666aeaff977616d2f6)), closes [#482](https://github.com/char0n/ramda-adjunct/issues/482)
|
---|
1247 | * **math:** add subtractNum ([#1082](https://github.com/char0n/ramda-adjunct/issues/1082)) ([7080706](https://github.com/char0n/ramda-adjunct/commit/7080706a36a190726e61271151a6c990aaa91d58)), closes [#483](https://github.com/char0n/ramda-adjunct/issues/483)
|
---|
1248 | * **object:** add pathOrLazy ([#1086](https://github.com/char0n/ramda-adjunct/issues/1086)) ([4fbf439](https://github.com/char0n/ramda-adjunct/commit/4fbf4399b50f5d5a83ac6c56ea035a64762c391d)), closes [#1084](https://github.com/char0n/ramda-adjunct/issues/1084)
|
---|
1249 | * **object:** add unzipObjWith ([#1130](https://github.com/char0n/ramda-adjunct/issues/1130)) ([64ce9b6](https://github.com/char0n/ramda-adjunct/commit/64ce9b6e454072973e1ca0e9151e86279a669340)), closes [#801](https://github.com/char0n/ramda-adjunct/issues/801)
|
---|
1250 | * **object:** add zipObjWith ([#1132](https://github.com/char0n/ramda-adjunct/issues/1132)) ([b803a7a](https://github.com/char0n/ramda-adjunct/commit/b803a7a10a1c1bafbb64dc802d0ce1e7882d879c)), closes [#1129](https://github.com/char0n/ramda-adjunct/issues/1129)
|
---|
1251 | * **replaceAll:** implement TC39 proposal ([#1124](https://github.com/char0n/ramda-adjunct/issues/1124)) ([74d5163](https://github.com/char0n/ramda-adjunct/commit/74d5163fa1650faec6365dbbede4c3e4939f98aa)), closes [#878](https://github.com/char0n/ramda-adjunct/issues/878)
|
---|
1252 | * **string:** add padCharsEnd ([#1131](https://github.com/char0n/ramda-adjunct/issues/1131)) ([c3848be](https://github.com/char0n/ramda-adjunct/commit/c3848be7306a92585b7983a00a6f4bb451e5a19b)), closes [#1104](https://github.com/char0n/ramda-adjunct/issues/1104)
|
---|
1253 | * **string:** add padCharsStart ([#1143](https://github.com/char0n/ramda-adjunct/issues/1143)) ([4a54edd](https://github.com/char0n/ramda-adjunct/commit/4a54edd703d0bd9703b80d7622020bfc600cd2a6))
|
---|
1254 | * **string:** add padEnd ([ac4e319](https://github.com/char0n/ramda-adjunct/commit/ac4e319aef7953542a5542096479630af060030f)), closes [#1105](https://github.com/char0n/ramda-adjunct/issues/1105)
|
---|
1255 | * **string:** add trimEnd ([#1134](https://github.com/char0n/ramda-adjunct/issues/1134)) ([4b8ec88](https://github.com/char0n/ramda-adjunct/commit/4b8ec884719282293e64d672ab6b4b8b16979a4a)), closes [#808](https://github.com/char0n/ramda-adjunct/issues/808)
|
---|
1256 | * **string:** add trimStart ([#1116](https://github.com/char0n/ramda-adjunct/issues/1116)) ([6ba2882](https://github.com/char0n/ramda-adjunct/commit/6ba288286fd7e4f7a377c9d143112815fa71ebc2)), closes [#808](https://github.com/char0n/ramda-adjunct/issues/808)
|
---|
1257 | * **type:** add isSafeInteger ([#1112](https://github.com/char0n/ramda-adjunct/issues/1112)) ([bcb1f98](https://github.com/char0n/ramda-adjunct/commit/bcb1f981fd46043fa1d1b3b95da00fac2d6f5b10)), closes [#747](https://github.com/char0n/ramda-adjunct/issues/747)
|
---|
1258 | * **type:** add isMap ([#1120](https://github.com/char0n/ramda-adjunct/issues/1120)) ([fdd932a](https://github.com/char0n/ramda-adjunct/commit/fdd932a18dba20c6120423e8e8708c4c70206eff)), closes [#1113](https://github.com/char0n/ramda-adjunct/issues/1113)
|
---|
1259 | * **type:** add isNegativeZero ([#1109](https://github.com/char0n/ramda-adjunct/issues/1109)) ([d209ac5](https://github.com/char0n/ramda-adjunct/commit/d209ac5db1d1da8fd64fe28ad443d0ca56bcdf00)), closes [#784](https://github.com/char0n/ramda-adjunct/issues/784)
|
---|
1260 | * **type:** add isSet ([#1114](https://github.com/char0n/ramda-adjunct/issues/1114)) ([00d6347](https://github.com/char0n/ramda-adjunct/commit/00d63473918b063e87299bcd005c30dbc2b126c5)), closes [#1110](https://github.com/char0n/ramda-adjunct/issues/1110)
|
---|
1261 | * **type:** add isSymbol ([#1079](https://github.com/char0n/ramda-adjunct/issues/1079)) ([49268f9](https://github.com/char0n/ramda-adjunct/commit/49268f9b23a7056588a4ef7f38ea0d7208791ceb)), closes [#806](https://github.com/char0n/ramda-adjunct/issues/806)
|
---|
1262 | * **type:** isPositiveZero ([#1111](https://github.com/char0n/ramda-adjunct/issues/1111)) ([337c9d3](https://github.com/char0n/ramda-adjunct/commit/337c9d36f839a960e43ff014084ea84b7486da89))
|
---|
1263 |
|
---|
1264 |
|
---|
1265 |
|
---|
1266 | # [2.21.0](https://github.com/char0n/ramda-adjunct/compare/v2.20.0...v2.21.0) (2019-09-25)
|
---|
1267 |
|
---|
1268 |
|
---|
1269 | ### Features
|
---|
1270 |
|
---|
1271 | * **string:** add escapeRegExp ([6b676af](https://github.com/char0n/ramda-adjunct/commit/6b676af4113292f5e258acdc16d950319c3c87e4)), closes [#880](https://github.com/char0n/ramda-adjunct/issues/880)
|
---|
1272 |
|
---|
1273 |
|
---|
1274 |
|
---|
1275 | # [2.20.0](https://github.com/char0n/ramda-adjunct/compare/v2.19.2...v2.20.0) (2019-09-08)
|
---|
1276 |
|
---|
1277 |
|
---|
1278 | ### Features
|
---|
1279 |
|
---|
1280 | * **logic:** add nor ([#1023](https://github.com/char0n/ramda-adjunct/issues/1023)) ([608ff01](https://github.com/char0n/ramda-adjunct/commit/608ff01abee6657945397abb8c1dd9d9e6bf7714)), closes [#285](https://github.com/char0n/ramda-adjunct/issues/285)
|
---|
1281 | * **type:** add isSparseArray predicate ([4f558a1](https://github.com/char0n/ramda-adjunct/commit/4f558a1f2276c06ec002a8e9c9a369b13a18d7b4)), closes [#785](https://github.com/char0n/ramda-adjunct/issues/785)
|
---|
1282 |
|
---|
1283 |
|
---|
1284 |
|
---|
1285 | ## [2.19.2](https://github.com/char0n/ramda-adjunct/compare/v2.19.1...v2.19.2) (2019-08-27)
|
---|
1286 |
|
---|
1287 |
|
---|
1288 | ### Bug Fixes
|
---|
1289 |
|
---|
1290 | * include donate script into npm distribution ([e477be3](https://github.com/char0n/ramda-adjunct/commit/e477be31a2c40ba9a376ed2a0c1ec88a7a1e9a81))
|
---|
1291 |
|
---|
1292 |
|
---|
1293 |
|
---|
1294 | ## [2.19.1](https://github.com/char0n/ramda-adjunct/compare/v2.19.0...v2.19.1) (2019-08-27)
|
---|
1295 |
|
---|
1296 |
|
---|
1297 |
|
---|
1298 | # [2.19.0](https://github.com/char0n/ramda-adjunct/compare/v2.18.0...v2.19.0) (2019-08-12)
|
---|
1299 |
|
---|
1300 |
|
---|
1301 | ### Features
|
---|
1302 |
|
---|
1303 | * add flattenDepth ([#946](https://github.com/char0n/ramda-adjunct/issues/946)) ([3c4651a](https://github.com/char0n/ramda-adjunct/commit/3c4651ab14be59c697e5048db9899ac1558b38bb)), closes [#844](https://github.com/char0n/ramda-adjunct/issues/844)
|
---|
1304 | * **isNotFloat:** add support for ramda placeholder ([4b9934f](https://github.com/char0n/ramda-adjunct/commit/4b9934f804317d09aaeb9b6fb9ea52882eb2233c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1305 | * **logic:** add nand ([#952](https://github.com/char0n/ramda-adjunct/issues/952)) ([7931fa0](https://github.com/char0n/ramda-adjunct/commit/7931fa01ae9e5befadbb0034a2f565fddf6330ab)), closes [#237](https://github.com/char0n/ramda-adjunct/issues/237)
|
---|
1306 |
|
---|
1307 |
|
---|
1308 |
|
---|
1309 | # [2.18.0](https://github.com/char0n/ramda-adjunct/compare/v2.17.0...v2.18.0) (2019-05-26)
|
---|
1310 |
|
---|
1311 |
|
---|
1312 | ### Bug Fixes
|
---|
1313 |
|
---|
1314 | * **mergePath:** fix TS typings ([#928](https://github.com/char0n/ramda-adjunct/issues/928)) ([4aebb39](https://github.com/char0n/ramda-adjunct/commit/4aebb392f897e933802656c658879a93de6289cf)), closes [#925](https://github.com/char0n/ramda-adjunct/issues/925)
|
---|
1315 |
|
---|
1316 |
|
---|
1317 | ### Features
|
---|
1318 |
|
---|
1319 | * add allSettledP ([1e56c50](https://github.com/char0n/ramda-adjunct/commit/1e56c50929c7d88c3052c656230a6e96bb58a21b)), closes [#761](https://github.com/char0n/ramda-adjunct/issues/761)
|
---|
1320 | * add isIterable ([#935](https://github.com/char0n/ramda-adjunct/issues/935)) ([8a67554](https://github.com/char0n/ramda-adjunct/commit/8a675545f559d2c06ed53a0659919b549c79d104)), closes [#351](https://github.com/char0n/ramda-adjunct/issues/351)
|
---|
1321 | * add isNotNilOrEmpty ([#912](https://github.com/char0n/ramda-adjunct/issues/912)) ([3fedee4](https://github.com/char0n/ramda-adjunct/commit/3fedee42960b31df124ed86317ba9862ba984a5f)), closes [#70](https://github.com/char0n/ramda-adjunct/issues/70)
|
---|
1322 | * **cata:** add support for more catamorphic types ([adc3d11](https://github.com/char0n/ramda-adjunct/commit/adc3d11167f4fb2320e5f75748330266357377b1)), closes [#922](https://github.com/char0n/ramda-adjunct/issues/922)
|
---|
1323 | * **isNegative:** add support Ramda placeholder ([86b7e1c](https://github.com/char0n/ramda-adjunct/commit/86b7e1ca88b5f170ad977d930dc907a61734ad68)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1324 | * **isNilOrEmpty:** add support for Ramda placeholder ([22f4ec2](https://github.com/char0n/ramda-adjunct/commit/22f4ec2f3b9917391959c96a3ffb36381c82ae17)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1325 | * **isNonNegative:** add support for Ramda placeholder ([87f97de](https://github.com/char0n/ramda-adjunct/commit/87f97def18d1f27c94d92474fa2ec1e1bd1b21c5)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1326 | * **isNonPositive:** add support for Ramda placeholder ([b6b358f](https://github.com/char0n/ramda-adjunct/commit/b6b358fb6bbacae0845e01b35de0fab88481fd2a)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1327 |
|
---|
1328 |
|
---|
1329 |
|
---|
1330 | # [2.17.0](https://github.com/char0n/ramda-adjunct/compare/v2.16.1...v2.17.0) (2019-04-14)
|
---|
1331 |
|
---|
1332 |
|
---|
1333 | ### Features
|
---|
1334 |
|
---|
1335 | * add replaceAll ([84c7066](https://github.com/char0n/ramda-adjunct/commit/84c7066f002e0f7e7a136a8cbf80c48c9d7aea43)), closes [#878](https://github.com/char0n/ramda-adjunct/issues/878)
|
---|
1336 |
|
---|
1337 |
|
---|
1338 |
|
---|
1339 | ## [2.16.1](https://github.com/char0n/ramda-adjunct/compare/v2.16.0...v2.16.1) (2019-02-19)
|
---|
1340 |
|
---|
1341 |
|
---|
1342 | ### Bug Fixes
|
---|
1343 |
|
---|
1344 | * **typings:** remove accidental import ([3e7bfae](https://github.com/char0n/ramda-adjunct/commit/3e7bfae94c80d2de0950655c3de96905f76b3933)), closes [#838](https://github.com/char0n/ramda-adjunct/issues/838)
|
---|
1345 |
|
---|
1346 |
|
---|
1347 |
|
---|
1348 | # [2.16.0](https://github.com/char0n/ramda-adjunct/compare/v2.15.0...v2.16.0) (2019-02-17)
|
---|
1349 |
|
---|
1350 |
|
---|
1351 | ### Features
|
---|
1352 |
|
---|
1353 | * add async ([cbd709f](https://github.com/char0n/ramda-adjunct/commit/cbd709f9f65d96273872d31919bd6a551d8bb22a)), closes [#830](https://github.com/char0n/ramda-adjunct/issues/830)
|
---|
1354 |
|
---|
1355 |
|
---|
1356 |
|
---|
1357 | # [2.15.0](https://github.com/char0n/ramda-adjunct/compare/v2.14.0...v2.15.0) (2019-02-10)
|
---|
1358 |
|
---|
1359 |
|
---|
1360 | ### Features
|
---|
1361 |
|
---|
1362 | * add ceil ([d9dee2b](https://github.com/char0n/ramda-adjunct/commit/d9dee2bba6e8afa319e3bf83d24a890fe69ff35d)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
1363 | * add floor ([0ce6fbe](https://github.com/char0n/ramda-adjunct/commit/0ce6fbe4d290550ef11e50d6038d8bf413adc453)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
1364 | * add round ([eab931c](https://github.com/char0n/ramda-adjunct/commit/eab931c16336a10872b314c5409bfff83730f96c)), closes [#106](https://github.com/char0n/ramda-adjunct/issues/106)
|
---|
1365 | * add sign ([6d2a080](https://github.com/char0n/ramda-adjunct/commit/6d2a08059beab54bdc03c5bbc06eb6684931a12a)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
1366 | * add trunc ([ddfb12e](https://github.com/char0n/ramda-adjunct/commit/ddfb12edc18ddd2317c05796ec512dffb62ec77a)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
1367 |
|
---|
1368 |
|
---|
1369 |
|
---|
1370 | # [2.14.0](https://github.com/char0n/ramda-adjunct/compare/v2.13.0...v2.14.0) (2019-01-24)
|
---|
1371 |
|
---|
1372 |
|
---|
1373 | ### Bug Fixes
|
---|
1374 |
|
---|
1375 | * **package:** contributor url ([d341922](https://github.com/char0n/ramda-adjunct/commit/d3419221d1ef01bcf05f20ae02ef46025d4dc59c))
|
---|
1376 |
|
---|
1377 |
|
---|
1378 | ### Features
|
---|
1379 |
|
---|
1380 | * **dispatch:** add support for currying ([6187992](https://github.com/char0n/ramda-adjunct/commit/61879929acf03d502b068686449668aa78ff92ce))
|
---|
1381 | * **isArrayLike:** add support for currying ([a3e843c](https://github.com/char0n/ramda-adjunct/commit/a3e843c64e1526c1452c13468dd774564be61785))
|
---|
1382 | * **isAsyncFunction:** add support for ramda placeholder ([4747e6a](https://github.com/char0n/ramda-adjunct/commit/4747e6a7935e4c753b504f905d7ba7986a387eb1)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1383 | * **isBoolean:** add ramda placeholder support ([3c7ee1c](https://github.com/char0n/ramda-adjunct/commit/3c7ee1cb7aa3bf72a614f9c2d7c5423138b06e3c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1384 | * **isDate:** add ramda placeholder support ([96d0772](https://github.com/char0n/ramda-adjunct/commit/96d0772005ddf262ef2871ca5484dc156eb49805)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1385 | * **isEven:** add support for ramda placeholder ([47aae9c](https://github.com/char0n/ramda-adjunct/commit/47aae9ce32c856bc791c4060ba968cd9cf65540d)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1386 | * **isFinite:** add support for ramda placeholder ([3c8b161](https://github.com/char0n/ramda-adjunct/commit/3c8b161a0971056fcddde3b5ff7bf7b3d2ff7658)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1387 | * **isFloat:** add support for ramda placeholder ([8374ba9](https://github.com/char0n/ramda-adjunct/commit/8374ba9a2e8d74ec36faaf68cde118943d411fea)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1388 | * **isGeneratorFunction:** add support ramda placeholder ([84e8816](https://github.com/char0n/ramda-adjunct/commit/84e88165bb5ef33b69270cd691fcf6f30697dedf)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1389 | * **isInteger:** add support for ramda placeholder ([69d9f2c](https://github.com/char0n/ramda-adjunct/commit/69d9f2c5e537a58ed5c78251b12a822b334a469a)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1390 | * **isNaN:** add support for ramda placeholder ([ec09c4c](https://github.com/char0n/ramda-adjunct/commit/ec09c4c8d0a6663b31e11ffbca7b1f3886d5d6a9)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1391 |
|
---|
1392 |
|
---|
1393 |
|
---|
1394 | # [2.13.0](https://github.com/char0n/ramda-adjunct/compare/v2.12.0...v2.13.0) (2018-12-08)
|
---|
1395 |
|
---|
1396 |
|
---|
1397 | ### Bug Fixes
|
---|
1398 |
|
---|
1399 | * **isBoolean:** make this predicate work in different realms ([b89ade0](https://github.com/char0n/ramda-adjunct/commit/b89ade01149e6a6226f0e0cb353cf546d054e88e)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
1400 | * **isDate:** make this predicate work in different realms ([1963c2d](https://github.com/char0n/ramda-adjunct/commit/1963c2ddaabd080209632d32eeb1825d56366427)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
1401 | * **isRegExp:** make this predicate work in different realms ([f0150a9](https://github.com/char0n/ramda-adjunct/commit/f0150a9325c2b0cbc525f19545178ca41f402f38)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
1402 |
|
---|
1403 |
|
---|
1404 | ### Features
|
---|
1405 |
|
---|
1406 | * add support for ramda@0.26.1 ([2de8c22](https://github.com/char0n/ramda-adjunct/commit/2de8c2212fddb06359f2dc96d1e7a93fa8b60eef))
|
---|
1407 |
|
---|
1408 |
|
---|
1409 |
|
---|
1410 | # [2.12.0](https://github.com/char0n/ramda-adjunct/compare/v2.11.0...v2.12.0) (2018-11-25)
|
---|
1411 |
|
---|
1412 |
|
---|
1413 |
|
---|
1414 | # [2.11.0](https://github.com/char0n/ramda-adjunct/compare/v2.10.0...v2.11.0) (2018-10-28)
|
---|
1415 |
|
---|
1416 |
|
---|
1417 | ### Features
|
---|
1418 |
|
---|
1419 | * add allEqualTo ([d14dac9](https://github.com/char0n/ramda-adjunct/commit/d14dac9da8a45a722236d3d3f68ebea81ae74204)), closes [#525](https://github.com/char0n/ramda-adjunct/issues/525)
|
---|
1420 | * add allIdentical ([c5267f5](https://github.com/char0n/ramda-adjunct/commit/c5267f534716a3b8a7aafde39a36cea05c688b92)), closes [#578](https://github.com/char0n/ramda-adjunct/issues/578)
|
---|
1421 | * add allIdenticalTo ([fb61085](https://github.com/char0n/ramda-adjunct/commit/fb61085924552a034f26d51444ce54d115bc6c94)), closes [#525](https://github.com/char0n/ramda-adjunct/issues/525)
|
---|
1422 | * add repeatStr ([f1c5dfa](https://github.com/char0n/ramda-adjunct/commit/f1c5dfaac3b38a5599a6bb71a570205b025c7112)), closes [#667](https://github.com/char0n/ramda-adjunct/issues/667)
|
---|
1423 |
|
---|
1424 |
|
---|
1425 |
|
---|
1426 | # [2.10.0](https://github.com/char0n/ramda-adjunct/compare/v2.9.0...v2.10.0) (2018-09-09)
|
---|
1427 |
|
---|
1428 |
|
---|
1429 | ### Features
|
---|
1430 |
|
---|
1431 | * add dropArgs ([197b3f1](https://github.com/char0n/ramda-adjunct/commit/197b3f15e91ac707a8c79083d2ee1dd22f825778)), closes [#679](https://github.com/char0n/ramda-adjunct/issues/679)
|
---|
1432 | * add support for ramda placeholder ([9539e92](https://github.com/char0n/ramda-adjunct/commit/9539e92e23d3c4a5d527415b51d0002d721f960d)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
1433 |
|
---|
1434 |
|
---|
1435 |
|
---|
1436 | # [2.9.0](https://github.com/char0n/ramda-adjunct/compare/v2.8.0...v2.9.0) (2018-05-29)
|
---|
1437 |
|
---|
1438 |
|
---|
1439 | ### Features
|
---|
1440 |
|
---|
1441 | * add allEqual ([#572](https://github.com/char0n/ramda-adjunct/issues/572)) ([c362939](https://github.com/char0n/ramda-adjunct/commit/c3629391fd70c5165e02c7fb18e9f839d92dc5bf))
|
---|
1442 |
|
---|
1443 |
|
---|
1444 |
|
---|
1445 | # [2.8.0](https://github.com/char0n/ramda-adjunct/compare/v2.7.0...v2.8.0) (2018-05-13)
|
---|
1446 |
|
---|
1447 |
|
---|
1448 | ### Bug Fixes
|
---|
1449 |
|
---|
1450 | * **commitlint:** missing dependency ([32ae33c](https://github.com/char0n/ramda-adjunct/commit/32ae33c01530b0af2b0cc7d0853535e86e4b38d9))
|
---|
1451 | * **package:** incorrect format for keywords ([#547](https://github.com/char0n/ramda-adjunct/issues/547)) ([205dd8f](https://github.com/char0n/ramda-adjunct/commit/205dd8fd4bc96a9150cc904a4e5d6e56378d2639))
|
---|
1452 |
|
---|
1453 |
|
---|
1454 | ### Features
|
---|
1455 |
|
---|
1456 | * add contained ([#510](https://github.com/char0n/ramda-adjunct/issues/510)) ([381f2df](https://github.com/char0n/ramda-adjunct/commit/381f2df2fb9dbc4f9aea18d0e645c965209becad)), closes [#392](https://github.com/char0n/ramda-adjunct/issues/392)
|
---|
1457 | * add lengthEq and lengthNotEq ([#552](https://github.com/char0n/ramda-adjunct/issues/552)) ([f71ad1e](https://github.com/char0n/ramda-adjunct/commit/f71ad1e1a77ad436ff82ecf35048b1ea8c5a6492)), closes [#444](https://github.com/char0n/ramda-adjunct/issues/444)
|
---|
1458 | * add lengthLt, lengthGt, lengthLte, lengthGte ([47d4560](https://github.com/char0n/ramda-adjunct/commit/47d456028eddb2a1c12e06200a5d4d8ef7f7702c))
|
---|
1459 | * add RA.move ([#507](https://github.com/char0n/ramda-adjunct/issues/507)) ([22ecfc0](https://github.com/char0n/ramda-adjunct/commit/22ecfc09e67e4a73d797f85332543a58227a9dfd)), closes [#485](https://github.com/char0n/ramda-adjunct/issues/485)
|
---|
1460 | * add thenP ([#551](https://github.com/char0n/ramda-adjunct/issues/551)) ([92ba7b5](https://github.com/char0n/ramda-adjunct/commit/92ba7b5ef354c08efcb8ae25c48d0ab8a64bed08)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
1461 |
|
---|
1462 |
|
---|
1463 |
|
---|
1464 | # [2.7.0](https://github.com/char0n/ramda-adjunct/compare/v2.6.0...v2.7.0) (2018-04-25)
|
---|
1465 |
|
---|
1466 |
|
---|
1467 | ### Features
|
---|
1468 |
|
---|
1469 | * add argsPass ([#437](https://github.com/char0n/ramda-adjunct/issues/437)) ([f7d7f7c](https://github.com/char0n/ramda-adjunct/commit/f7d7f7c454c2e49806b3fc0e1e521577a38ea544)), closes [#370](https://github.com/char0n/ramda-adjunct/issues/370)
|
---|
1470 | * add inRange ([#436](https://github.com/char0n/ramda-adjunct/issues/436)) ([9937600](https://github.com/char0n/ramda-adjunct/commit/99376002198d67dfc073a19202d06265ddfbbb97)), closes [#393](https://github.com/char0n/ramda-adjunct/issues/393)
|
---|
1471 | * add traversable lenses ([#494](https://github.com/char0n/ramda-adjunct/issues/494)) ([d34be73](https://github.com/char0n/ramda-adjunct/commit/d34be73111eb944e0e8d9b6c3f0b7f936d91e95c))
|
---|
1472 |
|
---|
1473 |
|
---|
1474 |
|
---|
1475 | # [2.6.0](https://github.com/char0n/ramda-adjunct/compare/v2.5.0...v2.6.0) (2018-03-19)
|
---|
1476 |
|
---|
1477 |
|
---|
1478 | ### Features
|
---|
1479 |
|
---|
1480 | * add concatAll ([#404](https://github.com/char0n/ramda-adjunct/issues/404)) ([341f3f1](https://github.com/char0n/ramda-adjunct/commit/341f3f1797e75c469fd7e02e4faa457defeb8d85)), closes [#109](https://github.com/char0n/ramda-adjunct/issues/109)
|
---|
1481 | * add dispatch ([#407](https://github.com/char0n/ramda-adjunct/issues/407)) ([fb5aa08](https://github.com/char0n/ramda-adjunct/commit/fb5aa08cd6d1ae13974fed29e47cd9b5d82c5a79)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
1482 | * add ensureArray ([#375](https://github.com/char0n/ramda-adjunct/issues/375)) ([7b60189](https://github.com/char0n/ramda-adjunct/commit/7b601899b39f4d1a2e7add08f7540f0ccadbf89c)), closes [#371](https://github.com/char0n/ramda-adjunct/issues/371)
|
---|
1483 | * add isNonPositive, isNonNegative ([#434](https://github.com/char0n/ramda-adjunct/issues/434)) ([8d62dc1](https://github.com/char0n/ramda-adjunct/commit/8d62dc1df1727157e204961bc6d68a7e4a5adcaa)), closes [#324](https://github.com/char0n/ramda-adjunct/issues/324)
|
---|
1484 | * add isTrue, isFalse ([#435](https://github.com/char0n/ramda-adjunct/issues/435)) ([9687b51](https://github.com/char0n/ramda-adjunct/commit/9687b5100c2d6b51d89724bd94380234260115ed)), closes [#255](https://github.com/char0n/ramda-adjunct/issues/255)
|
---|
1485 | * add omitBy ([#376](https://github.com/char0n/ramda-adjunct/issues/376)) ([c7c9c7e](https://github.com/char0n/ramda-adjunct/commit/c7c9c7e07f938d688c26ad91d1b6a6b3abd3c5cf)), closes [#171](https://github.com/char0n/ramda-adjunct/issues/171)
|
---|
1486 |
|
---|
1487 |
|
---|
1488 |
|
---|
1489 | # [2.5.0](https://github.com/char0n/ramda-adjunct/compare/v2.4.1...v2.5.0) (2018-02-14)
|
---|
1490 |
|
---|
1491 |
|
---|
1492 | ### Bug Fixes
|
---|
1493 |
|
---|
1494 | * remove defaults from mergeRight aliases ([#344](https://github.com/char0n/ramda-adjunct/issues/344)) ([6e13e7c](https://github.com/char0n/ramda-adjunct/commit/6e13e7c37da018b12ef63d377b2a82efa94ecf71)), closes [#338](https://github.com/char0n/ramda-adjunct/issues/338)
|
---|
1495 |
|
---|
1496 |
|
---|
1497 | ### Features
|
---|
1498 |
|
---|
1499 | * add appendFlipped ([#347](https://github.com/char0n/ramda-adjunct/issues/347)) ([9a30238](https://github.com/char0n/ramda-adjunct/commit/9a30238d92b0415f65cfc633dc028a8da8f0c7fa)), closes [#333](https://github.com/char0n/ramda-adjunct/issues/333)
|
---|
1500 | * add compact ([#331](https://github.com/char0n/ramda-adjunct/issues/331)) ([865a2ce](https://github.com/char0n/ramda-adjunct/commit/865a2ce2dad202c23c5a37a95154971b8867907b)), closes [#127](https://github.com/char0n/ramda-adjunct/issues/127)
|
---|
1501 | * add mapIndexed ([#345](https://github.com/char0n/ramda-adjunct/issues/345)) ([3fcd0c2](https://github.com/char0n/ramda-adjunct/commit/3fcd0c29db89112e8162f410c3f19d505f9631c6)), closes [#282](https://github.com/char0n/ramda-adjunct/issues/282)
|
---|
1502 | * add reduceIndexed ([#357](https://github.com/char0n/ramda-adjunct/issues/357)) ([ea6fd59](https://github.com/char0n/ramda-adjunct/commit/ea6fd590602c3ac7ce1781af2dd959ee794c6c93)), closes [#281](https://github.com/char0n/ramda-adjunct/issues/281)
|
---|
1503 | * **nonePass:** Add complement of Ramda’s anyPass ([#327](https://github.com/char0n/ramda-adjunct/issues/327)) ([6b875ea](https://github.com/char0n/ramda-adjunct/commit/6b875ea017133022c0aa0d07ffd8058f031874fe)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
1504 |
|
---|
1505 |
|
---|
1506 |
|
---|
1507 | ## [2.4.1](https://github.com/char0n/ramda-adjunct/compare/v2.4.0...v2.4.1) (2018-01-25)
|
---|
1508 |
|
---|
1509 |
|
---|
1510 |
|
---|
1511 | # [2.4.0](https://github.com/char0n/ramda-adjunct/compare/v2.3.0...v2.4.0) (2018-01-24)
|
---|
1512 |
|
---|
1513 |
|
---|
1514 | ### Features
|
---|
1515 |
|
---|
1516 | * add isEmptyArray ([#288](https://github.com/char0n/ramda-adjunct/issues/288)) ([961692e](https://github.com/char0n/ramda-adjunct/commit/961692e45c232b05eb6928196dca3ce211d2853d)), closes [#279](https://github.com/char0n/ramda-adjunct/issues/279)
|
---|
1517 | * add isEmptyString ([08d80e9](https://github.com/char0n/ramda-adjunct/commit/08d80e98b78e4d2de8c120647dffc8a087780ab7)), closes [#40](https://github.com/char0n/ramda-adjunct/issues/40)
|
---|
1518 | * add isNonEmptyArray ([#289](https://github.com/char0n/ramda-adjunct/issues/289)) ([464060e](https://github.com/char0n/ramda-adjunct/commit/464060e125a4b3fecd80e677f51725bf6104ee67)), closes [#279](https://github.com/char0n/ramda-adjunct/issues/279)
|
---|
1519 | * add isNonEmptyString ([#299](https://github.com/char0n/ramda-adjunct/issues/299)) ([cd94a5f](https://github.com/char0n/ramda-adjunct/commit/cd94a5ff02fa9ad9a7a71392bd0a953d47520cf6)), closes [#40](https://github.com/char0n/ramda-adjunct/issues/40)
|
---|
1520 | * add notAllPass ([#308](https://github.com/char0n/ramda-adjunct/issues/308)) ([2aa3d2f](https://github.com/char0n/ramda-adjunct/commit/2aa3d2f5a130234d506a0b5967598d7a41a3b935)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
1521 | * add pathNotEq ([#297](https://github.com/char0n/ramda-adjunct/issues/297)) ([fc0716f](https://github.com/char0n/ramda-adjunct/commit/fc0716f5912b8df4a554add99ecb9aa0fd268f30)), closes [#217](https://github.com/char0n/ramda-adjunct/issues/217)
|
---|
1522 |
|
---|
1523 |
|
---|
1524 |
|
---|
1525 | # [2.3.0](https://github.com/char0n/ramda-adjunct/compare/v2.2.0...v2.3.0) (2018-01-14)
|
---|
1526 |
|
---|
1527 |
|
---|
1528 | ### Features
|
---|
1529 |
|
---|
1530 | * add allP ([#269](https://github.com/char0n/ramda-adjunct/issues/269)) ([c430af6](https://github.com/char0n/ramda-adjunct/commit/c430af6208f5907a9731f5d2728535171329ceec)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
1531 | * add neither ([#273](https://github.com/char0n/ramda-adjunct/issues/273)) ([5294011](https://github.com/char0n/ramda-adjunct/commit/529401130e486abd03d3de8160f25531ea2002b1)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
1532 | * add propNotEq ([#275](https://github.com/char0n/ramda-adjunct/issues/275)) ([82da044](https://github.com/char0n/ramda-adjunct/commit/82da04407b793822bca504d3570ac5a30b45c30e)), closes [#238](https://github.com/char0n/ramda-adjunct/issues/238)
|
---|
1533 | * add sequencing combinator ([#257](https://github.com/char0n/ramda-adjunct/issues/257)) ([04ffd3d](https://github.com/char0n/ramda-adjunct/commit/04ffd3d681b458fc141a2df3d664049fa581a152)), closes [#173](https://github.com/char0n/ramda-adjunct/issues/173)
|
---|
1534 | * add Y combinator ([dbdf6af](https://github.com/char0n/ramda-adjunct/commit/dbdf6afa27fe2f706b30fabb48807b5064ee3fba)), closes [#130](https://github.com/char0n/ramda-adjunct/issues/130)
|
---|
1535 | * **api:** add notBoth ([#260](https://github.com/char0n/ramda-adjunct/issues/260)) ([a214f75](https://github.com/char0n/ramda-adjunct/commit/a214f7583c6328ad210623d8c060951e5bfe6c03)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
1536 |
|
---|
1537 |
|
---|
1538 |
|
---|
1539 | # [2.2.0](https://github.com/char0n/ramda-adjunct/compare/v2.1.0...v2.2.0) (2017-12-24)
|
---|
1540 |
|
---|
1541 |
|
---|
1542 | ### Features
|
---|
1543 |
|
---|
1544 | * add defaultWhen ([#245](https://github.com/char0n/ramda-adjunct/issues/245)) ([3606048](https://github.com/char0n/ramda-adjunct/commit/36060481f0d821d858f36e107f7037d34ab062c8)), closes [#216](https://github.com/char0n/ramda-adjunct/issues/216)
|
---|
1545 | * add is Thenable ([b9f6e0d](https://github.com/char0n/ramda-adjunct/commit/b9f6e0d71bc46d17ff1ed4d8a906805817328a7d)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
1546 | * add isFalsy ([1612941](https://github.com/char0n/ramda-adjunct/commit/16129416ae10ed54a15ad4ad27308adb409afa1d)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
1547 | * add isPromise ([f00e93f](https://github.com/char0n/ramda-adjunct/commit/f00e93fac29326fffc178d97f2195ef064a2c4e6)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
1548 | * add isTruthy ([f09f72e](https://github.com/char0n/ramda-adjunct/commit/f09f72eaa105c1de5c1ca2207c0f3262193f6e88)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
1549 | * add isValidNumber, isNotValidNumber ([#247](https://github.com/char0n/ramda-adjunct/issues/247)) ([d94c1b5](https://github.com/char0n/ramda-adjunct/commit/d94c1b59def45be30b4d8b46cc620d5bfe850526)), closes [#235](https://github.com/char0n/ramda-adjunct/issues/235)
|
---|
1550 |
|
---|
1551 |
|
---|
1552 |
|
---|
1553 | # [2.0.0](https://github.com/char0n/ramda-adjunct/compare/v1.19.0...v2.0.0) (2017-11-19)
|
---|
1554 |
|
---|
1555 |
|
---|
1556 | ### Features
|
---|
1557 |
|
---|
1558 | * add support for tree shaking ([baa62ea](https://github.com/char0n/ramda-adjunct/commit/baa62ea258deb95ed85b83cbc2a9c8a1722fbdc8)), closes [#75](https://github.com/char0n/ramda-adjunct/issues/75) [#24](https://github.com/char0n/ramda-adjunct/issues/24)
|
---|
1559 |
|
---|
1560 |
|
---|
1561 | ### BREAKING CHANGES
|
---|
1562 |
|
---|
1563 | * Tree shaking support and imports
|
---|
1564 |
|
---|
1565 | Before:
|
---|
1566 |
|
---|
1567 | import RA from 'ramda-adjunct'
|
---|
1568 |
|
---|
1569 | After:
|
---|
1570 |
|
---|
1571 | import * RA from 'ramda-adjunct'
|
---|
1572 |
|
---|
1573 |
|
---|
1574 |
|
---|
1575 | # [1.19.0](https://github.com/char0n/ramda-adjunct/compare/v1.18.0...v1.19.0) (2017-10-31)
|
---|
1576 |
|
---|
1577 |
|
---|
1578 | ### Bug Fixes
|
---|
1579 |
|
---|
1580 | * **pickIndexes:** omits values for non existing indexes ([cb82b9e](https://github.com/char0n/ramda-adjunct/commit/cb82b9e58a42d856fcbff32d5e44337ba4e7654f)), closes [#181](https://github.com/char0n/ramda-adjunct/issues/181)
|
---|
1581 | * **typings:** add missed types to concatRight, sliceFrom, sliceTo, liftFN ([96a31cb](https://github.com/char0n/ramda-adjunct/commit/96a31cb465cb7ebed5be6f2d79808d37c5a6e2fe)), closes [#176](https://github.com/char0n/ramda-adjunct/issues/176)
|
---|
1582 |
|
---|
1583 |
|
---|
1584 | ### Features
|
---|
1585 |
|
---|
1586 | * add isPair, isNotPair ([#168](https://github.com/char0n/ramda-adjunct/issues/168)) ([6e6e6e5](https://github.com/char0n/ramda-adjunct/commit/6e6e6e5f0e80cdb433456fd99eeb8b3fee1885ce)), closes [#90](https://github.com/char0n/ramda-adjunct/issues/90)
|
---|
1587 | * add lensIso ([#165](https://github.com/char0n/ramda-adjunct/issues/165)) ([0421890](https://github.com/char0n/ramda-adjunct/commit/04218906dbeedc3a89270b22d02c29f67a27d9b6)), closes [#178](https://github.com/char0n/ramda-adjunct/issues/178)
|
---|
1588 |
|
---|
1589 |
|
---|
1590 |
|
---|
1591 | # [1.18.0](https://github.com/char0n/ramda-adjunct/compare/v1.17.0...v1.18.0) (2017-10-15)
|
---|
1592 |
|
---|
1593 |
|
---|
1594 | ### Features
|
---|
1595 |
|
---|
1596 | * add isEven ([aff8308](https://github.com/char0n/ramda-adjunct/commit/aff8308941d68fad13f8aa31b546128aa8b0a464)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
1597 | * add isOdd ([7d7cfcd](https://github.com/char0n/ramda-adjunct/commit/7d7cfcd7f7498c507b6dd645a3597c664d503d8d)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
1598 | * add mergePath, mergeProp ([2725289](https://github.com/char0n/ramda-adjunct/commit/2725289492f93b0810e0933b287b98a31ac79067)), closes [#147](https://github.com/char0n/ramda-adjunct/issues/147)
|
---|
1599 |
|
---|
1600 |
|
---|
1601 |
|
---|
1602 | # [1.17.0](https://github.com/char0n/ramda-adjunct/compare/v1.16.0...v1.17.0) (2017-09-24)
|
---|
1603 |
|
---|
1604 |
|
---|
1605 | ### Features
|
---|
1606 |
|
---|
1607 | * add mergePaths ([dd8b681](https://github.com/char0n/ramda-adjunct/commit/dd8b6816ae511782f7799a97ba44584906d5c51d)), closes [#136](https://github.com/char0n/ramda-adjunct/issues/136)
|
---|
1608 | * add mergeProps ([4c68054](https://github.com/char0n/ramda-adjunct/commit/4c6805483ad9e163f2b6c493089aa30e696ea82b))
|
---|
1609 |
|
---|
1610 |
|
---|
1611 |
|
---|
1612 | # [1.16.0](https://github.com/char0n/ramda-adjunct/compare/v1.15.0...v1.16.0) (2017-09-19)
|
---|
1613 |
|
---|
1614 |
|
---|
1615 | ### Features
|
---|
1616 |
|
---|
1617 | * add rejectP ([02451f3](https://github.com/char0n/ramda-adjunct/commit/02451f3ee1f883bae587fb14891c8de89c9c865d)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
1618 | * add resolveP ([9d057b1](https://github.com/char0n/ramda-adjunct/commit/9d057b1198583e21b4d435f9b039f09997a085d8)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
1619 | * add sliceFrom ([db3a1d2](https://github.com/char0n/ramda-adjunct/commit/db3a1d2a01a6457098840cfff0cb0153709c0bec))
|
---|
1620 | * add sliceTo ([4408418](https://github.com/char0n/ramda-adjunct/commit/4408418f803e4a4f6a0a35de7966514bf278e574))
|
---|
1621 |
|
---|
1622 |
|
---|
1623 |
|
---|
1624 | # [1.15.0](https://github.com/char0n/ramda-adjunct/compare/v1.14.0...v1.15.0) (2017-09-10)
|
---|
1625 |
|
---|
1626 |
|
---|
1627 | ### Features
|
---|
1628 |
|
---|
1629 | * add isNegative ([e593104](https://github.com/char0n/ramda-adjunct/commit/e593104a24269f395c78e175d2b5bfec4c12fceb)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
1630 | * add isPositive ([040d335](https://github.com/char0n/ramda-adjunct/commit/040d3355e938cc0b6322adbef5f670374b438729)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
1631 |
|
---|
1632 |
|
---|
1633 |
|
---|
1634 | # [1.14.0](https://github.com/char0n/ramda-adjunct/compare/v1.13.0...v1.14.0) (2017-08-25)
|
---|
1635 |
|
---|
1636 |
|
---|
1637 | ### Bug Fixes
|
---|
1638 |
|
---|
1639 | * **reduceP, reduceRightP:** fix logic for empty list ([6538444](https://github.com/char0n/ramda-adjunct/commit/65384442fe4f4a29b15a00a781ac46197db56cbc))
|
---|
1640 |
|
---|
1641 |
|
---|
1642 | ### Features
|
---|
1643 |
|
---|
1644 | * add hasPath ([06c7364](https://github.com/char0n/ramda-adjunct/commit/06c7364d48c12f12f3c4f0fcfcadf5561f05bf0c)), closes [#125](https://github.com/char0n/ramda-adjunct/issues/125)
|
---|
1645 | * add isFloat ([40d74e6](https://github.com/char0n/ramda-adjunct/commit/40d74e6a2f1e11769e065ad012a4150989e458d8)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
1646 | * add isNotFloat ([652d317](https://github.com/char0n/ramda-adjunct/commit/652d317029c979ecbe6eacf85daa25a6f423145e)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
1647 | * **Identity:** add contravariant fantasy-land specification ([1bd5beb](https://github.com/char0n/ramda-adjunct/commit/1bd5beb8a72e62417bbe2128603e9dba7f4f50cb))
|
---|
1648 |
|
---|
1649 |
|
---|
1650 |
|
---|
1651 | # [1.13.0](https://github.com/char0n/ramda-adjunct/compare/v1.12.0...v1.13.0) (2017-08-15)
|
---|
1652 |
|
---|
1653 |
|
---|
1654 | ### Bug Fixes
|
---|
1655 |
|
---|
1656 | * **defaults:** fix wrong logic ([fbc373f](https://github.com/char0n/ramda-adjunct/commit/fbc373f3bb6e9f202eb6f595ad299d03ba770838)), closes [#118](https://github.com/char0n/ramda-adjunct/issues/118)
|
---|
1657 | * **docs:** fix version in JSDOC ([4696ae2](https://github.com/char0n/ramda-adjunct/commit/4696ae25e3cc3c11347252f138840defe7095058))
|
---|
1658 | * **reduceRightP:** compensate for older versions of ramda ([3e5b327](https://github.com/char0n/ramda-adjunct/commit/3e5b3272eb374d20ecde4968d0842801d3d97b99)), closes [#114](https://github.com/char0n/ramda-adjunct/issues/114)
|
---|
1659 |
|
---|
1660 |
|
---|
1661 | ### Features
|
---|
1662 |
|
---|
1663 | * add reduceP ([d721126](https://github.com/char0n/ramda-adjunct/commit/d721126c6b9d53fc0f5ac65eaa98788ceedf5186)), closes [#114](https://github.com/char0n/ramda-adjunct/issues/114)
|
---|
1664 | * add reduceRightP ([81d3d09](https://github.com/char0n/ramda-adjunct/commit/81d3d090284bbfaa97387620c1e47c561b2f470e)), closes [#114](https://github.com/char0n/ramda-adjunct/issues/114)
|
---|
1665 | * **lensEq:** Van Laarhoven lenses extension ([7dd4b20](https://github.com/char0n/ramda-adjunct/commit/7dd4b200adc425bfd1f3a16581131e4270d08e0e))
|
---|
1666 | * **lens:** lensSatisfies & complement ([1c351c2](https://github.com/char0n/ramda-adjunct/commit/1c351c29b4bd9f31692b9cc6a2b5ffbba7708e07))
|
---|
1667 | * **lens:** viewOr implemented ([f494dc1](https://github.com/char0n/ramda-adjunct/commit/f494dc144dfdf3aa55580777137681d877744e2e))
|
---|
1668 |
|
---|
1669 |
|
---|
1670 |
|
---|
1671 | # [1.12.0](https://github.com/char0n/ramda-adjunct/compare/v1.11.0...v1.12.0) (2017-07-30)
|
---|
1672 |
|
---|
1673 |
|
---|
1674 | ### Features
|
---|
1675 |
|
---|
1676 | * add curryRight ([0988114](https://github.com/char0n/ramda-adjunct/commit/0988114d023f7b357f1e54354fb07d8b5a58f9f8)), closes [#105](https://github.com/char0n/ramda-adjunct/issues/105)
|
---|
1677 | * add curryRightN ([c8c9dd5](https://github.com/char0n/ramda-adjunct/commit/c8c9dd5ecf179cb2b1424de686d6b241a042545f)), closes [#105](https://github.com/char0n/ramda-adjunct/issues/105)
|
---|
1678 |
|
---|
1679 |
|
---|
1680 |
|
---|
1681 | # [1.11.0](https://github.com/char0n/ramda-adjunct/compare/v1.10.2...v1.11.0) (2017-07-23)
|
---|
1682 |
|
---|
1683 |
|
---|
1684 | ### Features
|
---|
1685 |
|
---|
1686 | * add concatRight ([7628612](https://github.com/char0n/ramda-adjunct/commit/7628612a352b8c02669f09e657825dc867c98b79)), closes [#93](https://github.com/char0n/ramda-adjunct/issues/93)
|
---|
1687 | * **Identity:** add Ord fantasy-land spec ([76d94d7](https://github.com/char0n/ramda-adjunct/commit/76d94d791726d4b6f2afaa42306eeaa9ebb88691))
|
---|
1688 | * **Identity:** add partial Monoid* specification ([da1f379](https://github.com/char0n/ramda-adjunct/commit/da1f379a6481b11ec49bc3c0d2393cb82d0cf83a))
|
---|
1689 |
|
---|
1690 |
|
---|
1691 |
|
---|
1692 | ## [1.10.2](https://github.com/char0n/ramda-adjunct/compare/v1.10.1...v1.10.2) (2017-06-20)
|
---|
1693 |
|
---|
1694 |
|
---|
1695 |
|
---|
1696 | ## [1.10.1](https://github.com/char0n/ramda-adjunct/compare/v1.10.0...v1.10.1) (2017-06-20)
|
---|
1697 |
|
---|
1698 |
|
---|
1699 |
|
---|
1700 | # [1.10.0](https://github.com/char0n/ramda-adjunct/compare/v1.9.0...v1.10.0) (2017-06-20)
|
---|
1701 |
|
---|
1702 |
|
---|
1703 | ### Features
|
---|
1704 |
|
---|
1705 | * add weaveLazy ([8b665d3](https://github.com/char0n/ramda-adjunct/commit/8b665d3821fc083ac08a12ab844c20bb0b78de2a))
|
---|
1706 |
|
---|
1707 |
|
---|
1708 |
|
---|
1709 | # [1.9.0](https://github.com/char0n/ramda-adjunct/compare/v1.8.1...v1.9.0) (2017-06-14)
|
---|
1710 |
|
---|
1711 |
|
---|
1712 | ### Features
|
---|
1713 |
|
---|
1714 | * add isArrayLike ([3062a89](https://github.com/char0n/ramda-adjunct/commit/3062a898ad6851610188ed060c1e75b48c9b7ce9)), closes [#86](https://github.com/char0n/ramda-adjunct/issues/86)
|
---|
1715 |
|
---|
1716 |
|
---|
1717 | ### Reverts
|
---|
1718 |
|
---|
1719 | * ci: run tests under node 8.x.y ([469c0ed](https://github.com/char0n/ramda-adjunct/commit/469c0edbc8cd67d528e2619597a4a0ca38bded48))
|
---|
1720 | * ci: test enabling babel compiling also node_modules ([91c27f6](https://github.com/char0n/ramda-adjunct/commit/91c27f6f0f16a2ed669bd5b7186555fd4c90130d))
|
---|
1721 |
|
---|
1722 |
|
---|
1723 |
|
---|
1724 | ## [1.8.1](https://github.com/char0n/ramda-adjunct/compare/v1.8.0...v1.8.1) (2017-05-23)
|
---|
1725 |
|
---|
1726 |
|
---|
1727 |
|
---|
1728 | # [1.8.0](https://github.com/char0n/ramda-adjunct/compare/v1.7.0...v1.8.0) (2017-05-22)
|
---|
1729 |
|
---|
1730 |
|
---|
1731 | ### Features
|
---|
1732 |
|
---|
1733 | * add isValidDate ([3a2f4ad](https://github.com/char0n/ramda-adjunct/commit/3a2f4adce5adc4deea767baf7dd4726c31eb36e1)), closes [#46](https://github.com/char0n/ramda-adjunct/issues/46)
|
---|
1734 | * **Identity:** add Identity monadic type to public API ([5130a73](https://github.com/char0n/ramda-adjunct/commit/5130a7391384fc3c596ea68fb816aaf8615bba76))
|
---|
1735 | * isNotValidDate ([10d3780](https://github.com/char0n/ramda-adjunct/commit/10d378025faf9531aae900e7c18ea9723ff6f56e)), closes [#46](https://github.com/char0n/ramda-adjunct/issues/46)
|
---|
1736 | * **weave:** add support for auto-currying returned function ([7fcf7a9](https://github.com/char0n/ramda-adjunct/commit/7fcf7a985ef27e4d5600e0d140cad90c9456c9de)), closes [#78](https://github.com/char0n/ramda-adjunct/issues/78)
|
---|
1737 |
|
---|
1738 |
|
---|
1739 |
|
---|
1740 | # [1.7.0](https://github.com/char0n/ramda-adjunct/compare/v1.6.0...v1.7.0) (2017-05-18)
|
---|
1741 |
|
---|
1742 |
|
---|
1743 | ### Bug Fixes
|
---|
1744 |
|
---|
1745 | * **package.json:** point browser field to es/index.js ([aaa018e](https://github.com/char0n/ramda-adjunct/commit/aaa018e2ad103ceedb2845875035d989791dc843)), closes [#76](https://github.com/char0n/ramda-adjunct/issues/76)
|
---|
1746 |
|
---|
1747 |
|
---|
1748 | ### Features
|
---|
1749 |
|
---|
1750 | * add weave ([118daf9](https://github.com/char0n/ramda-adjunct/commit/118daf950e1eb5cb023bd1ff0bbe804c087acdd4)), closes [#65](https://github.com/char0n/ramda-adjunct/issues/65)
|
---|
1751 |
|
---|
1752 |
|
---|
1753 |
|
---|
1754 | # [1.6.0](https://github.com/char0n/ramda-adjunct/compare/v1.5.0...v1.6.0) (2017-05-16)
|
---|
1755 |
|
---|
1756 |
|
---|
1757 | ### Features
|
---|
1758 |
|
---|
1759 | * add mergeRight ([25051aa](https://github.com/char0n/ramda-adjunct/commit/25051aa1b49cbc065021277633c9151b6e79f791)), closes [#70](https://github.com/char0n/ramda-adjunct/issues/70)
|
---|
1760 | * add stubNull ([7c71292](https://github.com/char0n/ramda-adjunct/commit/7c7129226df242fcdc9566dd2141f6590c4575bb)), closes [#71](https://github.com/char0n/ramda-adjunct/issues/71)
|
---|
1761 | * **Identity:** add Setoid spec to Identity ([3c62ad6](https://github.com/char0n/ramda-adjunct/commit/3c62ad6020f337b14f199d4ec0ae635ea32faabe))
|
---|
1762 |
|
---|
1763 |
|
---|
1764 |
|
---|
1765 | # [1.5.0](https://github.com/char0n/ramda-adjunct/compare/v1.4.0...v1.5.0) (2017-05-10)
|
---|
1766 |
|
---|
1767 |
|
---|
1768 | ### Features
|
---|
1769 |
|
---|
1770 | * add renameKeys ([1a2538e](https://github.com/char0n/ramda-adjunct/commit/1a2538e42c5245aec759f467a33a1d915076d38d)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
1771 | * add renameKeysWith ([fb5059c](https://github.com/char0n/ramda-adjunct/commit/fb5059c60c45c26554b8b4111e7aaf0a3f4f6c3e)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
1772 | * expose ap as internal util ([16e2535](https://github.com/char0n/ramda-adjunct/commit/16e2535fee16117c7e0e8c98aa79057f14662270)), closes [#64](https://github.com/char0n/ramda-adjunct/issues/64)
|
---|
1773 |
|
---|
1774 |
|
---|
1775 |
|
---|
1776 | # [1.4.0](https://github.com/char0n/ramda-adjunct/compare/v1.3.2...v1.4.0) (2017-04-28)
|
---|
1777 |
|
---|
1778 |
|
---|
1779 | ### Bug Fixes
|
---|
1780 |
|
---|
1781 | * **isGeneratorFunction:** check for GeneratorFunction instead of AsyncFunction ([853f934](https://github.com/char0n/ramda-adjunct/commit/853f934e28b533d890aae12a8c94865e095758a5))
|
---|
1782 |
|
---|
1783 |
|
---|
1784 | ### Features
|
---|
1785 |
|
---|
1786 | * add cata ([1c6fdc6](https://github.com/char0n/ramda-adjunct/commit/1c6fdc63abc28813cd0be37839ce38793b2554dd)), closes [#58](https://github.com/char0n/ramda-adjunct/issues/58)
|
---|
1787 | * **Either:** add Either monad with basic capabilities ([ac2c51f](https://github.com/char0n/ramda-adjunct/commit/ac2c51f6bc20e000d8cf6dea36056e484e38847d))
|
---|
1788 |
|
---|
1789 |
|
---|
1790 |
|
---|
1791 | ## [1.3.2](https://github.com/char0n/ramda-adjunct/compare/v1.3.1...v1.3.2) (2017-04-23)
|
---|
1792 |
|
---|
1793 |
|
---|
1794 | ### Bug Fixes
|
---|
1795 |
|
---|
1796 | * **liftFN:** fix multiple bugs and resolve ramda complatibility issue ([47bc23f](https://github.com/char0n/ramda-adjunct/commit/47bc23f65814a552ae41807563c28447d7e2ea2f)), closes [#59](https://github.com/char0n/ramda-adjunct/issues/59)
|
---|
1797 |
|
---|
1798 |
|
---|
1799 |
|
---|
1800 | ## [1.3.1](https://github.com/char0n/ramda-adjunct/compare/v1.3.0...v1.3.1) (2017-04-20)
|
---|
1801 |
|
---|
1802 |
|
---|
1803 |
|
---|
1804 | # [1.3.0](https://github.com/char0n/ramda-adjunct/compare/v1.2.0...v1.3.0) (2017-04-20)
|
---|
1805 |
|
---|
1806 |
|
---|
1807 |
|
---|
1808 | # [1.2.0](https://github.com/char0n/ramda-adjunct/compare/v1.1.0...v1.2.0) (2017-04-16)
|
---|
1809 |
|
---|
1810 |
|
---|
1811 | ### Features
|
---|
1812 |
|
---|
1813 | * add defaults alias to merge ([9a3aa17](https://github.com/char0n/ramda-adjunct/commit/9a3aa170f1f441a11ef3049fed4272073d824426)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
1814 | * add liftF ([b475d5d](https://github.com/char0n/ramda-adjunct/commit/b475d5ddd4e8b7ddb046e38aa48003cd93ca9b5f)), closes [#56](https://github.com/char0n/ramda-adjunct/issues/56)
|
---|
1815 | * add liftFN ([f65a52e](https://github.com/char0n/ramda-adjunct/commit/f65a52e45ebc3e25a930e294fe655357ba5d775d)), closes [#56](https://github.com/char0n/ramda-adjunct/issues/56)
|
---|
1816 | * add paths ([c409d6b](https://github.com/char0n/ramda-adjunct/commit/c409d6b6345888decdfde8592c68d3b927905397)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27) [#54](https://github.com/char0n/ramda-adjunct/issues/54)
|
---|
1817 | * add resetToDefault ([d5202fb](https://github.com/char0n/ramda-adjunct/commit/d5202fbdf0b23e20c85dd1d80ece368fcf6e4c3e)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
1818 |
|
---|
1819 |
|
---|
1820 |
|
---|
1821 | # [1.1.0](https://github.com/char0n/ramda-adjunct/compare/v1.0.0...v1.1.0) (2017-04-09)
|
---|
1822 |
|
---|
1823 |
|
---|
1824 | ### Features
|
---|
1825 |
|
---|
1826 | * add list ([30506b1](https://github.com/char0n/ramda-adjunct/commit/30506b18663337193eaaa626ab019a04534d3a41)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
1827 | * add pickIndexes ([17cc387](https://github.com/char0n/ramda-adjunct/commit/17cc3878cf2649c5d98bd04453d3a5f443eb8bec)), closes [#27](https://github.com/char0n/ramda-adjunct/issues/27)
|
---|
1828 |
|
---|
1829 |
|
---|
1830 |
|
---|
1831 | # [1.0.0](https://github.com/char0n/ramda-adjunct/compare/v0.7.0...v1.0.0) (2017-04-02)
|
---|
1832 |
|
---|
1833 |
|
---|
1834 | ### Features
|
---|
1835 |
|
---|
1836 | * add noop ([38877c5](https://github.com/char0n/ramda-adjunct/commit/38877c56846363458af0aa0d05ae0b1424865849)), closes [#36](https://github.com/char0n/ramda-adjunct/issues/36)
|
---|
1837 | * add stubUndefined ([7e47e45](https://github.com/char0n/ramda-adjunct/commit/7e47e454cd42c3a8fd76e59c48ba06b1526022d4)), closes [#49](https://github.com/char0n/ramda-adjunct/issues/49)
|
---|
1838 | * use es2015 imports ([8e86019](https://github.com/char0n/ramda-adjunct/commit/8e860191d40c9f1f00b48b589d896fadc4420f85)), closes [#45](https://github.com/char0n/ramda-adjunct/issues/45)
|
---|
1839 |
|
---|
1840 |
|
---|
1841 |
|
---|
1842 | # [0.7.0](https://github.com/char0n/ramda-adjunct/compare/v0.6.0...v0.7.0) (2017-03-26)
|
---|
1843 |
|
---|
1844 |
|
---|
1845 | ### Features
|
---|
1846 |
|
---|
1847 | * add isNotInteger ([494094d](https://github.com/char0n/ramda-adjunct/commit/494094d7c935d4302a9de97e2869b2e1f6963c62)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1848 | * isFinite ([f3ed894](https://github.com/char0n/ramda-adjunct/commit/f3ed8941cc4b53aa6a70e7e13860b3d87eff7dd7)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1849 | * isInteger ([466db58](https://github.com/char0n/ramda-adjunct/commit/466db58cd63679ec744f233fc8eea84743ff4a3a)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1850 | * isNotFinite ([1edbebc](https://github.com/char0n/ramda-adjunct/commit/1edbebc5fcfd5525cf588d59471b705cf229a278)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1851 |
|
---|
1852 |
|
---|
1853 |
|
---|
1854 | # [0.6.0](https://github.com/char0n/ramda-adjunct/compare/v0.5.1...v0.6.0) (2017-03-16)
|
---|
1855 |
|
---|
1856 |
|
---|
1857 | ### Features
|
---|
1858 |
|
---|
1859 | * add isDate ([5fbd348](https://github.com/char0n/ramda-adjunct/commit/5fbd34895c86cfde46f3dbc1f21e82475ee2b089)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1860 | * add isNaN ([3111de3](https://github.com/char0n/ramda-adjunct/commit/3111de3467a0acf0227e6a25eb5dd0cf0cc794bb)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1861 | * add isNotDate ([4ffa958](https://github.com/char0n/ramda-adjunct/commit/4ffa9580e55f0ad8f964e9ef3438cbaf22f0328e)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1862 | * add isNotNaN ([fdc83c1](https://github.com/char0n/ramda-adjunct/commit/fdc83c134e91c655a8b74afb8708a4ec2267c58d)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1863 | * add isNotNumber ([a3a0758](https://github.com/char0n/ramda-adjunct/commit/a3a0758271127528e2d4c2dbc8b43d7cb73cc8f0)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1864 | * as isNumber ([d76d5fd](https://github.com/char0n/ramda-adjunct/commit/d76d5fd760e82881970671f8b41b59b196d114e8)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1865 |
|
---|
1866 |
|
---|
1867 |
|
---|
1868 | ## [0.5.1](https://github.com/char0n/ramda-adjunct/compare/v0.5.0...v0.5.1) (2017-03-06)
|
---|
1869 |
|
---|
1870 |
|
---|
1871 |
|
---|
1872 | # [0.5.0](https://github.com/char0n/ramda-adjunct/compare/v0.4.0...v0.5.0) (2017-03-06)
|
---|
1873 |
|
---|
1874 |
|
---|
1875 | ### Bug Fixes
|
---|
1876 |
|
---|
1877 | * **isGeneratorFunction:** add legacy check ([24969a6](https://github.com/char0n/ramda-adjunct/commit/24969a64d475b2c93e3bdccfeab76e212de58464)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
1878 |
|
---|
1879 |
|
---|
1880 | ### Features
|
---|
1881 |
|
---|
1882 | * add isAsyncFunction ([b72a040](https://github.com/char0n/ramda-adjunct/commit/b72a04074e94af5e1a5a1f82a4640cb3b8c60446)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
1883 | * add isFunction ([c0e45e7](https://github.com/char0n/ramda-adjunct/commit/c0e45e7fc2511cf6dee0aebbca68f1e621d59a01)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
1884 | * add isGeneratorFunction ([08ee74b](https://github.com/char0n/ramda-adjunct/commit/08ee74bc69776f8c8f5e4657e2d81e1ab77173d0)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
1885 | * add isNotArrayLike ([dbf09b9](https://github.com/char0n/ramda-adjunct/commit/dbf09b9fe7359dba2b1da7b54dbc757d2e11555c)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
1886 | * add isNotAsyncFunction ([8194de9](https://github.com/char0n/ramda-adjunct/commit/8194de9b385a53939860b46f50281169f907c65f)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
1887 | * add isNotFunction ([82b8295](https://github.com/char0n/ramda-adjunct/commit/82b8295a2e5f0ca7c1bdb3fb87afec2fb3434c99)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
1888 | * add isNotObjectLike ([9233e00](https://github.com/char0n/ramda-adjunct/commit/9233e002ea179165c4e72111305e2dc692d8854a)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1889 | * add isNotPlainObject ([1d39f44](https://github.com/char0n/ramda-adjunct/commit/1d39f44116759a482b90992007ffeaaf2f93d1e8)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1890 | * add isObject ([9f6e64a](https://github.com/char0n/ramda-adjunct/commit/9f6e64a35e5f0b481cd5dca60483326f776e3ebc)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1891 | * add isObjectLike ([52b1917](https://github.com/char0n/ramda-adjunct/commit/52b1917b5ef33ff4f38019f8d51eab17392e39c9)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1892 | * add isPlainObject ([6e14291](https://github.com/char0n/ramda-adjunct/commit/6e14291613924a116da2220a2bfc4307b5b9be87)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1893 | * isNotGeneratorFunction ([ffba8cd](https://github.com/char0n/ramda-adjunct/commit/ffba8cd305c6797a91a2e4beeafd077ad4e51b74)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
1894 | * isNotObject ([aa4a0df](https://github.com/char0n/ramda-adjunct/commit/aa4a0dfa8582c8415b435c7a6a2ff26984a88c10)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
1895 | * **typescript:** add support for typescript by typings ([1ff7c61](https://github.com/char0n/ramda-adjunct/commit/1ff7c613118672eb08cd674bad568ad3454c1b1b)), closes [#30](https://github.com/char0n/ramda-adjunct/issues/30)
|
---|
1896 |
|
---|
1897 |
|
---|
1898 |
|
---|
1899 | # [0.4.0](https://github.com/char0n/ramda-adjunct/compare/v0.3.0...v0.4.0) (2017-02-27)
|
---|
1900 |
|
---|
1901 |
|
---|
1902 | ### Bug Fixes
|
---|
1903 |
|
---|
1904 | * fix import of isNilOrEmpty ([7de3f33](https://github.com/char0n/ramda-adjunct/commit/7de3f33dafd95fce207fd8e3abf8f977750ef27e))
|
---|
1905 |
|
---|
1906 |
|
---|
1907 | ### Features
|
---|
1908 |
|
---|
1909 | * add isNilOrEmpty ([a42d429](https://github.com/char0n/ramda-adjunct/commit/a42d429cc3622a70f7cd8e979158f70106df2a69)), closes [#21](https://github.com/char0n/ramda-adjunct/issues/21)
|
---|
1910 | * add isNotEmpty ([791f81b](https://github.com/char0n/ramda-adjunct/commit/791f81bedf714d8fb800516216c0769f73e93f28)), closes [#19](https://github.com/char0n/ramda-adjunct/issues/19)
|
---|
1911 | * add isString, isNotString ([15a4deb](https://github.com/char0n/ramda-adjunct/commit/15a4deb78b5add4202ebc817ecaee5e8265336fb))
|
---|
1912 |
|
---|
1913 |
|
---|
1914 |
|
---|
1915 | # [0.3.0](https://github.com/char0n/ramda-adjunct/compare/v0.2.0...v0.3.0) (2017-02-16)
|
---|
1916 |
|
---|
1917 |
|
---|
1918 | ### Features
|
---|
1919 |
|
---|
1920 | * add isArray ([5bf4ab9](https://github.com/char0n/ramda-adjunct/commit/5bf4ab93dffe96c8eb704fb8f2310657abddb399))
|
---|
1921 | * add isBoolean, isNotBoolean ([5400527](https://github.com/char0n/ramda-adjunct/commit/54005279d3e1a115c829a9d70bbd341e11ef3e30))
|
---|
1922 | * add isNotArray ([17d11c2](https://github.com/char0n/ramda-adjunct/commit/17d11c2734ced6964a7c7696b0fc316e26e1fa6b))
|
---|
1923 | * add isNotNil ([f49962a](https://github.com/char0n/ramda-adjunct/commit/f49962a5169f1a0ed8a289078464af6398c1e7e7))
|
---|
1924 |
|
---|
1925 |
|
---|
1926 |
|
---|
1927 | # [0.2.0](https://github.com/char0n/ramda-adjunct/compare/v0.1.0...v0.2.0) (2017-02-13)
|
---|
1928 |
|
---|
1929 |
|
---|
1930 |
|
---|
1931 | # [0.1.0](https://github.com/char0n/ramda-adjunct/compare/v0.0.1...v0.1.0) (2017-02-09)
|
---|
1932 |
|
---|
1933 |
|
---|
1934 | ### Features
|
---|
1935 |
|
---|
1936 | * **isNull:** add isNull along side with complement isNotNull ([c803052](https://github.com/char0n/ramda-adjunct/commit/c80305291437549742b7bd5cfb2d712bda5c0b24))
|
---|
1937 |
|
---|
1938 |
|
---|
1939 |
|
---|
1940 | ## [0.0.1](https://github.com/char0n/ramda-adjunct/compare/b468c1245604601e4a3e8df5e0e1a6f57f9f5c2e...v0.0.1) (2017-02-09)
|
---|
1941 |
|
---|
1942 |
|
---|
1943 | ### Features
|
---|
1944 |
|
---|
1945 | * **isNotUndefined:** add isNotUndefined adjunct ([b468c12](https://github.com/char0n/ramda-adjunct/commit/b468c1245604601e4a3e8df5e0e1a6f57f9f5c2e))
|
---|
1946 | * **isUndefined:** add isUndefined adjunct ([2d1f85b](https://github.com/char0n/ramda-adjunct/commit/2d1f85b8752e207ba6160209963a705133f0816f))
|
---|
1947 |
|
---|
1948 |
|
---|
1949 |
|
---|
1950 | # [4.0.0](https://github.com/char0n/ramda-adjunct/compare/v3.4.0...v4.0.0) (2023-04-05)
|
---|
1951 |
|
---|
1952 |
|
---|
1953 | ### Features
|
---|
1954 |
|
---|
1955 | * add support for ramda@0.29.0 ([#2568](https://github.com/char0n/ramda-adjunct/issues/2568)) ([05def8d](https://github.com/char0n/ramda-adjunct/commit/05def8d60fd9c71c4e4f8d9345b7b80ffa6dd6f7)), closes [#2567](https://github.com/char0n/ramda-adjunct/issues/2567)
|
---|
1956 |
|
---|
1957 | ### Breaking changes
|
---|
1958 |
|
---|
1959 | * pathNotEq changed parameter order to reflect the order in ramda@0.29.0
|
---|
1960 | * propNotEq changed parameter order to reflect the order in ramda@0.29.0
|
---|
1961 |
|
---|
1962 |
|
---|
1963 |
|
---|
1964 | # [3.4.0](https://github.com/char0n/ramda-adjunct/compare/v3.3.0...v3.4.0) (2022-12-03)
|
---|
1965 |
|
---|
1966 |
|
---|
1967 | ### Bug Fixes
|
---|
1968 |
|
---|
1969 | * **isGeneratorFunction:** remove legacy predicate ([#2431](https://github.com/char0n/ramda-adjunct/issues/2431)) ([c576212](https://github.com/char0n/ramda-adjunct/commit/c5762124b47b738b45545fbece1099d2a870ccd4))
|
---|
1970 |
|
---|
1971 |
|
---|
1972 | ### Features
|
---|
1973 |
|
---|
1974 | * **list:** add sortByProp ([#2384](https://github.com/char0n/ramda-adjunct/issues/2384)) ([61c2e9d](https://github.com/char0n/ramda-adjunct/commit/61c2e9de8bdfcbf941a91ea270688b1c434fdc61)), closes [#1241](https://github.com/char0n/ramda-adjunct/issues/1241)
|
---|
1975 |
|
---|
1976 |
|
---|
1977 |
|
---|
1978 | # [3.3.0](https://github.com/char0n/ramda-adjunct/compare/v3.2.0...v3.3.0) (2022-09-18)
|
---|
1979 |
|
---|
1980 |
|
---|
1981 | ### Features
|
---|
1982 |
|
---|
1983 | * **types:** simplify types and declare named exports ([#2307](https://github.com/char0n/ramda-adjunct/issues/2307)) ([1b46e44](https://github.com/char0n/ramda-adjunct/commit/1b46e44fcc563ecb062ab4928d3c9e295287e064)), closes [#2306](https://github.com/char0n/ramda-adjunct/issues/2306) [#1467](https://github.com/char0n/ramda-adjunct/issues/1467)
|
---|
1984 |
|
---|
1985 |
|
---|
1986 |
|
---|
1987 | # [3.2.0](https://github.com/char0n/ramda-adjunct/compare/v3.1.0...v3.2.0) (2022-06-18)
|
---|
1988 |
|
---|
1989 |
|
---|
1990 | ### Features
|
---|
1991 |
|
---|
1992 | * **type:** add isUinteger32 ([#2257](https://github.com/char0n/ramda-adjunct/issues/2257)) ([965147e](https://github.com/char0n/ramda-adjunct/commit/965147e836df98fe0fa83851d41c1268503c73e4)), closes [#1281](https://github.com/char0n/ramda-adjunct/issues/1281)
|
---|
1993 |
|
---|
1994 |
|
---|
1995 |
|
---|
1996 | # [3.1.0](https://github.com/char0n/ramda-adjunct/compare/v3.0.0...v3.1.0) (2022-04-24)
|
---|
1997 |
|
---|
1998 |
|
---|
1999 | ### Features
|
---|
2000 |
|
---|
2001 | * **isBlank:** implemented isBlank function ([#2141](https://github.com/char0n/ramda-adjunct/issues/2141)) ([e8cf553](https://github.com/char0n/ramda-adjunct/commit/e8cf553d9ef4daa950a3358d18241356a7089fff))
|
---|
2002 | * **list:** add sortByPaths ([#2104](https://github.com/char0n/ramda-adjunct/issues/2104)) ([3d59189](https://github.com/char0n/ramda-adjunct/commit/3d591897d1c564a3c18cacc569c1d29cf351315c)), closes [#1240](https://github.com/char0n/ramda-adjunct/issues/1240)
|
---|
2003 |
|
---|
2004 |
|
---|
2005 |
|
---|
2006 | # [3.0.0](https://github.com/char0n/ramda-adjunct/compare/v2.36.0...v3.0.0) (2022-01-17)
|
---|
2007 |
|
---|
2008 |
|
---|
2009 | ### Breaking changes
|
---|
2010 |
|
---|
2011 | Version 3.0.0 adds support for [ramda@0.28.0](https://github.com/ramda/ramda/releases/tag/v0.28.0) which removed bunch of function from its API.
|
---|
2012 | This means that ramda-adjunct needed to react with breaking change release which currently
|
---|
2013 | supports only ramda@0.28.0.
|
---|
2014 |
|
---|
2015 | Some functions in ramda-adjunct API were deprecated for a long time, and we decided to remove them in 3.0.0 release:
|
---|
2016 |
|
---|
2017 | - **then, thenP** - replaceable by [R.andThen](https://ramdajs.com/docs/#andThen)
|
---|
2018 | - **hasPath** - replaceable by [R.hasPath](https://ramdajs.com/docs/#hasPath)
|
---|
2019 | - **mergeRight, mergeLeft, resetToDefaults**: - replaceable by [R.mergeLeft](https://ramdajs.com/docs/#mergeLeft)
|
---|
2020 | - **contained** - replaceable by [RA.included](https://char0n.github.io/ramda-adjunct/3.0.0/RA.html#.included)
|
---|
2021 |
|
---|
2022 | ### Bug Fixes
|
---|
2023 |
|
---|
2024 | * **function:** remove then ([4e5516b](https://github.com/char0n/ramda-adjunct/commit/4e5516b7e5bf8c41f3979ae604b3e331b406ea25)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
2025 | * **object:** remove hasPath ([8cc0c8f](https://github.com/char0n/ramda-adjunct/commit/8cc0c8f7859618b5ef3bc00816ed05622841a871)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
2026 | * **object:** remove mergeRight ([06a3338](https://github.com/char0n/ramda-adjunct/commit/06a3338923072c6a4ae3e5c62bc109793d76537b)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
2027 |
|
---|
2028 |
|
---|
2029 | ### Features
|
---|
2030 |
|
---|
2031 | * add support for ramda@0.28.0 ([20acd56](https://github.com/char0n/ramda-adjunct/commit/20acd562a24759b42ec4f8ae2f3f90af95de25b0)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
2032 | * **list:** add included ([4bfafe0](https://github.com/char0n/ramda-adjunct/commit/4bfafe0593ee2d34b51eb8b5768f8618bee17f5a)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
2033 |
|
---|
2034 |
|
---|
2035 |
|
---|
2036 | # [2.36.0](https://github.com/char0n/ramda-adjunct/compare/v2.35.0...v2.36.0) (2022-01-17)
|
---|
2037 |
|
---|
2038 |
|
---|
2039 | ### Features
|
---|
2040 |
|
---|
2041 | * add support for ramda@0.27.2 ([39e22e1](https://github.com/char0n/ramda-adjunct/commit/39e22e1485410a7bf99a212b9c9a1d2b7ea3237f)), closes [#2152](https://github.com/char0n/ramda-adjunct/issues/2152)
|
---|
2042 | * **type:** add toNumber ([#2103](https://github.com/char0n/ramda-adjunct/issues/2103)) ([d06abbf](https://github.com/char0n/ramda-adjunct/commit/d06abbfbf3b4700d78f368479404c8347785f295)), closes [#788](https://github.com/char0n/ramda-adjunct/issues/788)
|
---|
2043 |
|
---|
2044 |
|
---|
2045 |
|
---|
2046 | # [2.35.0](https://github.com/char0n/ramda-adjunct/compare/v2.34.0...v2.35.0) (2021-11-01)
|
---|
2047 |
|
---|
2048 |
|
---|
2049 | ### Features
|
---|
2050 |
|
---|
2051 | * add copyKeys ([#1558](https://github.com/char0n/ramda-adjunct/issues/1558)) ([cf9727c](https://github.com/char0n/ramda-adjunct/commit/cf9727c08658e74597d330146c4bfc26d3b6949b)), closes [#516](https://github.com/char0n/ramda-adjunct/issues/516)
|
---|
2052 |
|
---|
2053 |
|
---|
2054 |
|
---|
2055 | # [2.34.0](https://github.com/char0n/ramda-adjunct/compare/v2.32.0...v2.34.0) (2021-09-29)
|
---|
2056 |
|
---|
2057 | ### Other changes
|
---|
2058 |
|
---|
2059 | The transpiled code has been regenerated with versions of babel transpiler libraries.
|
---|
2060 |
|
---|
2061 | # [2.33.0](https://github.com/char0n/ramda-adjunct/compare/v2.32.0...v2.33.0) (2021-05-22)
|
---|
2062 |
|
---|
2063 |
|
---|
2064 | ### Features
|
---|
2065 |
|
---|
2066 | * **function:** add catchP ([#1616](https://github.com/char0n/ramda-adjunct/issues/1616)) ([d6d1e78](https://github.com/char0n/ramda-adjunct/commit/d6d1e7825d16130ba916448355f06bad1f2bf0d9)), closes [#1232](https://github.com/char0n/ramda-adjunct/issues/1232)
|
---|
2067 | * **type:** add isSentinelValue ([#1848](https://github.com/char0n/ramda-adjunct/issues/1848)) ([c48ce9e](https://github.com/char0n/ramda-adjunct/commit/c48ce9e2ab752006c25d385e830f3317bde5110c)), closes [#793](https://github.com/char0n/ramda-adjunct/issues/793)
|
---|
2068 |
|
---|
2069 |
|
---|
2070 |
|
---|
2071 | # [2.32.0](https://github.com/char0n/ramda-adjunct/compare/v2.31.1...v2.32.0) (2021-04-10)
|
---|
2072 |
|
---|
2073 |
|
---|
2074 | ### Bug Fixes
|
---|
2075 |
|
---|
2076 | * **isNotNil:** utilize type narrowing ([#1672](https://github.com/char0n/ramda-adjunct/issues/1672)) ([353a6db](https://github.com/char0n/ramda-adjunct/commit/353a6dbb5039d8a1f72b97c4c20471e2a4bb3cd8))
|
---|
2077 |
|
---|
2078 |
|
---|
2079 | ### Features
|
---|
2080 |
|
---|
2081 | * **list:** add findOr ([#1479](https://github.com/char0n/ramda-adjunct/issues/1479)) ([e9d321a](https://github.com/char0n/ramda-adjunct/commit/e9d321aef8bf1200d9b5e3bccd59f787eb8f31f5)), closes [#372](https://github.com/char0n/ramda-adjunct/issues/372)
|
---|
2082 | * **type:** add isInteger32 ([#1826](https://github.com/char0n/ramda-adjunct/issues/1826)) ([fe8331e](https://github.com/char0n/ramda-adjunct/commit/fe8331ea6d63aa8db8302f6730f11fa7d840df00)), closes [#1282](https://github.com/char0n/ramda-adjunct/issues/1282)
|
---|
2083 | * **type:** add isPrimitive/isNotPrimitive ([#1722](https://github.com/char0n/ramda-adjunct/issues/1722)) ([901006a](https://github.com/char0n/ramda-adjunct/commit/901006a36c39a378b544e63c14a7c86d80bfba6f)), closes [#786](https://github.com/char0n/ramda-adjunct/issues/786)
|
---|
2084 |
|
---|
2085 |
|
---|
2086 |
|
---|
2087 | # [2.31.1](https://github.com/char0n/ramda-adjunct/compare/v2.31.0...v2.31.1) (2021-02-21)
|
---|
2088 |
|
---|
2089 | ### Bug Fixes
|
---|
2090 |
|
---|
2091 | * **deps**: remove postinstall husky script ([61f3fde](https://github.com/char0n/ramda-adjunct/commit/61f3fde46e3c65df0f67b217621fa9532141a2fa)), closes [#1773](https://github.com/char0n/ramda-adjunct/issues/1773)
|
---|
2092 |
|
---|
2093 |
|
---|
2094 | # [2.31.0](https://github.com/char0n/ramda-adjunct/compare/v2.30.0...v2.31.0) (2021-02-21)
|
---|
2095 |
|
---|
2096 |
|
---|
2097 | ### Features
|
---|
2098 |
|
---|
2099 | * **list:** add filterIndexed ([#1713](https://github.com/char0n/ramda-adjunct/issues/1713)) ([d3cfc63](https://github.com/char0n/ramda-adjunct/commit/d3cfc6325e13324ca6e54c10de016a522362511e)), closes [#1346](https://github.com/char0n/ramda-adjunct/issues/1346)
|
---|
2100 | * **object:** add isPrototypeOf ([#1456](https://github.com/char0n/ramda-adjunct/issues/1456)) ([314be55](https://github.com/char0n/ramda-adjunct/commit/314be550cebf30719d418c68e8687108122d9af8)), closes [#787](https://github.com/char0n/ramda-adjunct/issues/787)
|
---|
2101 | * **object:** add invoke ([#1554](https://github.com/char0n/ramda-adjunct/issues/1554)) ([e90ce3c](https://github.com/char0n/ramda-adjunct/commit/e90ce3cc714052d0e24dc2b592d43c77a8348eb9)), closes [#81](https://github.com/char0n/ramda-adjunct/issues/81)
|
---|
2102 |
|
---|
2103 |
|
---|
2104 |
|
---|
2105 | # [2.30.0](https://github.com/char0n/ramda-adjunct/compare/v2.29.0...v2.30.0) (2020-12-27)
|
---|
2106 |
|
---|
2107 |
|
---|
2108 | ### Bug Fixes
|
---|
2109 |
|
---|
2110 | * **invokeArgs:** update TypeScript signature ([#1710](https://github.com/char0n/ramda-adjunct/issues/1710)) ([775d282](https://github.com/char0n/ramda-adjunct/commit/775d2825c4cbed2118a0cbaad2c13587090a49b1)), closes [#1707](https://github.com/char0n/ramda-adjunct/issues/1707)
|
---|
2111 |
|
---|
2112 |
|
---|
2113 | ### Features
|
---|
2114 |
|
---|
2115 | * **list:** add rangeStep ([#1708](https://github.com/char0n/ramda-adjunct/issues/1708)) ([82c0368](https://github.com/char0n/ramda-adjunct/commit/82c0368008ee5ed90e28baf1a91ad74b91ba7072)), closes [#1477](https://github.com/char0n/ramda-adjunct/issues/1477) [#1230](https://github.com/char0n/ramda-adjunct/issues/1230)
|
---|
2116 | * **relation:** add overlaps ([2ea5355](https://github.com/char0n/ramda-adjunct/commit/2ea5355608a9016c96de39a87d48f21016bef330)), closes [#1229](https://github.com/char0n/ramda-adjunct/issues/1229)
|
---|
2117 | * **type:** add isError ([#1449](https://github.com/char0n/ramda-adjunct/issues/1449)) ([adf25c2](https://github.com/char0n/ramda-adjunct/commit/adf25c2a0aa79bf53df66f4bd9720b5039dfd185)), closes [#206](https://github.com/char0n/ramda-adjunct/issues/206)
|
---|
2118 |
|
---|
2119 |
|
---|
2120 |
|
---|
2121 | # [2.29.0](https://github.com/char0n/ramda-adjunct/compare/v2.28.0...v2.29.0) (2020-12-13)
|
---|
2122 |
|
---|
2123 |
|
---|
2124 | ### Bug Fixes
|
---|
2125 |
|
---|
2126 | * **compact:** remove other falsy values from type ([#1603](https://github.com/char0n/ramda-adjunct/issues/1603)) ([31651bc](https://github.com/char0n/ramda-adjunct/commit/31651bca82e2e365daf35ea65f084ea8cd3dbb2c)), closes [#1602](https://github.com/char0n/ramda-adjunct/issues/1602)
|
---|
2127 | * **replaceAll:** add support for special replacement patterns ([#1627](https://github.com/char0n/ramda-adjunct/issues/1627)) ([1f862a1](https://github.com/char0n/ramda-adjunct/commit/1f862a14d924e5f46e7f80f6ae60030fc8cf854c)), closes [#1573](https://github.com/char0n/ramda-adjunct/issues/1573)
|
---|
2128 |
|
---|
2129 |
|
---|
2130 | ### Features
|
---|
2131 |
|
---|
2132 | * **object:** add renameKeyWith ([#1612](https://github.com/char0n/ramda-adjunct/issues/1612)) ([6aa00ce](https://github.com/char0n/ramda-adjunct/commit/6aa00ce7d093a9f65eba2eec380bea24209774bf)), closes [#1228](https://github.com/char0n/ramda-adjunct/issues/1228)
|
---|
2133 | * **relation:** add notEqual ([#1459](https://github.com/char0n/ramda-adjunct/issues/1459)) ([4eb9ada](https://github.com/char0n/ramda-adjunct/commit/4eb9adab2d5e271a8fa3ae2859feeeb8af84874a)), closes [#102](https://github.com/char0n/ramda-adjunct/issues/102)
|
---|
2134 | * **type:** isNaturalNumber ([#1450](https://github.com/char0n/ramda-adjunct/issues/1450)) ([ba6bb12](https://github.com/char0n/ramda-adjunct/commit/ba6bb129476426a880e1d029929fafa924cfbc06)), closes [#1440](https://github.com/char0n/ramda-adjunct/issues/1440)
|
---|
2135 |
|
---|
2136 |
|
---|
2137 |
|
---|
2138 | # [2.28.0](https://github.com/char0n/ramda-adjunct/compare/v2.27.0...v2.28.0) (2020-09-13)
|
---|
2139 |
|
---|
2140 |
|
---|
2141 | ### Features
|
---|
2142 |
|
---|
2143 | * add support for ramda@0.27.1 ([5699402](https://github.com/char0n/ramda-adjunct/commit/56994024c1a4b20c9bbed207c6d39b12b50a3fcc)), closes [#1577](https://github.com/char0n/ramda-adjunct/issues/1577)
|
---|
2144 | * **Math:** add toInteger32 ([#1463](https://github.com/char0n/ramda-adjunct/issues/1463)) ([1f39b34](https://github.com/char0n/ramda-adjunct/commit/1f39b34972b2eb5cd80ca9440cb6768cf4977980)), closes [#783](https://github.com/char0n/ramda-adjunct/issues/783)
|
---|
2145 | * **Math:** add toUinteger32 ([cdbdd3c](https://github.com/char0n/ramda-adjunct/commit/cdbdd3c44b549e2d97e0ae122463cb8c8120ea83)), closes [#1278](https://github.com/char0n/ramda-adjunct/issues/1278)
|
---|
2146 |
|
---|
2147 |
|
---|
2148 |
|
---|
2149 | <a name="2.27.0"></a>
|
---|
2150 | # [2.27.0](https://github.com/char0n/ramda-adjunct/compare/v2.26.0...v2.27.0) (2020-05-23)
|
---|
2151 |
|
---|
2152 |
|
---|
2153 | ### Bug Fixes
|
---|
2154 |
|
---|
2155 | * **iterable:** convert isIterable into a type guard function ([#1414](https://github.com/char0n/ramda-adjunct/issues/1414)) ([57cfab2](https://github.com/char0n/ramda-adjunct/commit/57cfab2)), closes [#1412](https://github.com/char0n/ramda-adjunct/issues/1412)
|
---|
2156 |
|
---|
2157 |
|
---|
2158 | ### Features
|
---|
2159 |
|
---|
2160 | * **type:** add isNotSet ([#1434](https://github.com/char0n/ramda-adjunct/issues/1434)) ([9ecfaa7](https://github.com/char0n/ramda-adjunct/commit/9ecfaa7)), closes [#1123](https://github.com/char0n/ramda-adjunct/issues/1123)
|
---|
2161 | * add isNotMap ([#1433](https://github.com/char0n/ramda-adjunct/issues/1433)) ([3378238](https://github.com/char0n/ramda-adjunct/commit/3378238)), closes [#1122](https://github.com/char0n/ramda-adjunct/issues/1122)
|
---|
2162 | * **object:** add invokeArgs ([#1409](https://github.com/char0n/ramda-adjunct/issues/1409)) ([ea725f1](https://github.com/char0n/ramda-adjunct/commit/ea725f1)), closes [#1239](https://github.com/char0n/ramda-adjunct/issues/1239)
|
---|
2163 | * add isBigInt ([#1406](https://github.com/char0n/ramda-adjunct/issues/1406)) ([67dfe1e](https://github.com/char0n/ramda-adjunct/commit/67dfe1e)), closes [#1253](https://github.com/char0n/ramda-adjunct/issues/1253)
|
---|
2164 | * add thenCatchP ([#1322](https://github.com/char0n/ramda-adjunct/issues/1322)) ([54256f3](https://github.com/char0n/ramda-adjunct/commit/54256f3)), closes [#1233](https://github.com/char0n/ramda-adjunct/issues/1233)
|
---|
2165 |
|
---|
2166 |
|
---|
2167 |
|
---|
2168 | <a name="2.26.0"></a>
|
---|
2169 | # [2.26.0](https://github.com/char0n/ramda-adjunct/compare/v2.25.0...v2.26.0) (2020-03-16)
|
---|
2170 |
|
---|
2171 |
|
---|
2172 | ### Bug Fixes
|
---|
2173 |
|
---|
2174 | * **mapIndexed:** make list argument Readonly ([#1336](https://github.com/char0n/ramda-adjunct/issues/1336)) ([5555ef3](https://github.com/char0n/ramda-adjunct/commit/5555ef3)), closes [#1330](https://github.com/char0n/ramda-adjunct/issues/1330)
|
---|
2175 |
|
---|
2176 |
|
---|
2177 | ### Features
|
---|
2178 |
|
---|
2179 | * add fnull ([#1321](https://github.com/char0n/ramda-adjunct/issues/1321)) ([4d0e49a](https://github.com/char0n/ramda-adjunct/commit/4d0e49a)), closes [#1235](https://github.com/char0n/ramda-adjunct/issues/1235)
|
---|
2180 | * add isIndexed ([#1337](https://github.com/char0n/ramda-adjunct/issues/1337)) ([c4447db](https://github.com/char0n/ramda-adjunct/commit/c4447db)), closes [#1236](https://github.com/char0n/ramda-adjunct/issues/1236)
|
---|
2181 | * add skipTake ([#1338](https://github.com/char0n/ramda-adjunct/issues/1338)) ([10c4141](https://github.com/char0n/ramda-adjunct/commit/10c4141)), closes [#1237](https://github.com/char0n/ramda-adjunct/issues/1237)
|
---|
2182 | * add sortByProps ([#1323](https://github.com/char0n/ramda-adjunct/issues/1323)) ([7d93795](https://github.com/char0n/ramda-adjunct/commit/7d93795)), closes [#1242](https://github.com/char0n/ramda-adjunct/issues/1242)
|
---|
2183 |
|
---|
2184 |
|
---|
2185 |
|
---|
2186 | <a name="2.25.0"></a>
|
---|
2187 | # [2.25.0](https://github.com/char0n/ramda-adjunct/compare/v2.24.0...v2.25.0) (2020-02-04)
|
---|
2188 |
|
---|
2189 |
|
---|
2190 | ### Features
|
---|
2191 |
|
---|
2192 | * add padStart ([#1287](https://github.com/char0n/ramda-adjunct/issues/1287)) ([054e9aa](https://github.com/char0n/ramda-adjunct/commit/054e9aa)), closes [#1103](https://github.com/char0n/ramda-adjunct/issues/1103)
|
---|
2193 | * add support for ramda 0.27.0 ([#1304](https://github.com/char0n/ramda-adjunct/issues/1304)) ([78d776b](https://github.com/char0n/ramda-adjunct/commit/78d776b))
|
---|
2194 | * add trimCharsEnd ([11293cf](https://github.com/char0n/ramda-adjunct/commit/11293cf)), closes [#1136](https://github.com/char0n/ramda-adjunct/issues/1136)
|
---|
2195 |
|
---|
2196 |
|
---|
2197 |
|
---|
2198 | <a name="2.24.0"></a>
|
---|
2199 | # [2.24.0](https://github.com/char0n/ramda-adjunct/compare/v2.23.0...v2.24.0) (2020-01-15)
|
---|
2200 |
|
---|
2201 |
|
---|
2202 | ### Features
|
---|
2203 |
|
---|
2204 | * add trimCharsStart ([#1254](https://github.com/char0n/ramda-adjunct/issues/1254)) ([21fdacd](https://github.com/char0n/ramda-adjunct/commit/21fdacd)), closes [#1135](https://github.com/char0n/ramda-adjunct/issues/1135)
|
---|
2205 |
|
---|
2206 |
|
---|
2207 |
|
---|
2208 | <a name="2.23.0"></a>
|
---|
2209 | # [2.23.0](https://github.com/char0n/ramda-adjunct/compare/v2.22.1...v2.23.0) (2019-11-25)
|
---|
2210 |
|
---|
2211 |
|
---|
2212 | ### Features
|
---|
2213 |
|
---|
2214 | * **function:** add delayP ([#1107](https://github.com/char0n/ramda-adjunct/issues/1107)) ([b6c1856](https://github.com/char0n/ramda-adjunct/commit/b6c1856)), closes [#1099](https://github.com/char0n/ramda-adjunct/issues/1099)
|
---|
2215 | * **function:** add lastP ([#1127](https://github.com/char0n/ramda-adjunct/issues/1127)) ([7fe4836](https://github.com/char0n/ramda-adjunct/commit/7fe4836)), closes [#816](https://github.com/char0n/ramda-adjunct/issues/816)
|
---|
2216 |
|
---|
2217 |
|
---|
2218 |
|
---|
2219 | <a name="2.22.1"></a>
|
---|
2220 | ## [2.22.1](https://github.com/char0n/ramda-adjunct/compare/v2.22.0...v2.22.1) (2019-11-06)
|
---|
2221 |
|
---|
2222 | * add funding field to package.json ([600ccc7](https://github.com/char0n/ramda-adjunct/commit/600ccc7))
|
---|
2223 |
|
---|
2224 | <a name="2.22.0"></a>
|
---|
2225 | # [2.22.0](https://github.com/char0n/ramda-adjunct/compare/v2.21.0...v2.22.0) (2019-11-01)
|
---|
2226 |
|
---|
2227 |
|
---|
2228 | ### Features
|
---|
2229 |
|
---|
2230 | * **function:** add anyP ([#1080](https://github.com/char0n/ramda-adjunct/issues/1080)) ([f8e87a8](https://github.com/char0n/ramda-adjunct/commit/f8e87a8)), closes [#807](https://github.com/char0n/ramda-adjunct/issues/807)
|
---|
2231 | * **function:** add firstP alias for anyP ([5926aa0](https://github.com/char0n/ramda-adjunct/commit/5926aa0))
|
---|
2232 | * **function:** add noneP ([#1095](https://github.com/char0n/ramda-adjunct/issues/1095)) ([9eacf26](https://github.com/char0n/ramda-adjunct/commit/9eacf26)), closes [#814](https://github.com/char0n/ramda-adjunct/issues/814)
|
---|
2233 | * **list:** add allUnique ([#1117](https://github.com/char0n/ramda-adjunct/issues/1117)) ([63a8f46](https://github.com/char0n/ramda-adjunct/commit/63a8f46)), closes [#515](https://github.com/char0n/ramda-adjunct/issues/515)
|
---|
2234 | * **list:** add notAllUnique ([#1125](https://github.com/char0n/ramda-adjunct/issues/1125)) ([6d5005f](https://github.com/char0n/ramda-adjunct/commit/6d5005f)), closes [#515](https://github.com/char0n/ramda-adjunct/issues/515)
|
---|
2235 | * **list:** add toArray [#342](https://github.com/char0n/ramda-adjunct/issues/342) ([#1085](https://github.com/char0n/ramda-adjunct/issues/1085)) ([eb0e66f](https://github.com/char0n/ramda-adjunct/commit/eb0e66f))
|
---|
2236 | * **math:** add divideNum ([#1081](https://github.com/char0n/ramda-adjunct/issues/1081)) ([7b0c3b2](https://github.com/char0n/ramda-adjunct/commit/7b0c3b2)), closes [#482](https://github.com/char0n/ramda-adjunct/issues/482)
|
---|
2237 | * **math:** add subtractNum ([#1082](https://github.com/char0n/ramda-adjunct/issues/1082)) ([7080706](https://github.com/char0n/ramda-adjunct/commit/7080706)), closes [#483](https://github.com/char0n/ramda-adjunct/issues/483)
|
---|
2238 | * **object:** add pathOrLazy ([#1086](https://github.com/char0n/ramda-adjunct/issues/1086)) ([4fbf439](https://github.com/char0n/ramda-adjunct/commit/4fbf439)), closes [#1084](https://github.com/char0n/ramda-adjunct/issues/1084)
|
---|
2239 | * **object:** add unzipObjWith ([#1130](https://github.com/char0n/ramda-adjunct/issues/1130)) ([64ce9b6](https://github.com/char0n/ramda-adjunct/commit/64ce9b6)), closes [#801](https://github.com/char0n/ramda-adjunct/issues/801)
|
---|
2240 | * **object:** add zipObjWith ([#1132](https://github.com/char0n/ramda-adjunct/issues/1132)) ([b803a7a](https://github.com/char0n/ramda-adjunct/commit/b803a7a)), closes [#1129](https://github.com/char0n/ramda-adjunct/issues/1129)
|
---|
2241 | * **replaceAll:** implement TC39 proposal ([#1124](https://github.com/char0n/ramda-adjunct/issues/1124)) ([74d5163](https://github.com/char0n/ramda-adjunct/commit/74d5163)), closes [#878](https://github.com/char0n/ramda-adjunct/issues/878)
|
---|
2242 | * **string:** add padCharsEnd ([#1131](https://github.com/char0n/ramda-adjunct/issues/1131)) ([c3848be](https://github.com/char0n/ramda-adjunct/commit/c3848be)), closes [#1104](https://github.com/char0n/ramda-adjunct/issues/1104)
|
---|
2243 | * **string:** add padCharsStart ([#1143](https://github.com/char0n/ramda-adjunct/issues/1143)) ([4a54edd](https://github.com/char0n/ramda-adjunct/commit/4a54edd))
|
---|
2244 | * **string:** add padEnd ([ac4e319](https://github.com/char0n/ramda-adjunct/commit/ac4e319)), closes [#1105](https://github.com/char0n/ramda-adjunct/issues/1105)
|
---|
2245 | * **string:** add trimEnd ([#1134](https://github.com/char0n/ramda-adjunct/issues/1134)) ([4b8ec88](https://github.com/char0n/ramda-adjunct/commit/4b8ec88)), closes [#808](https://github.com/char0n/ramda-adjunct/issues/808)
|
---|
2246 | * **string:** add trimStart ([#1116](https://github.com/char0n/ramda-adjunct/issues/1116)) ([6ba2882](https://github.com/char0n/ramda-adjunct/commit/6ba2882)), closes [#808](https://github.com/char0n/ramda-adjunct/issues/808)
|
---|
2247 | * **type:** add isSafeInteger ([#1112](https://github.com/char0n/ramda-adjunct/issues/1112)) ([bcb1f98](https://github.com/char0n/ramda-adjunct/commit/bcb1f98)), closes [#747](https://github.com/char0n/ramda-adjunct/issues/747)
|
---|
2248 | * **type:** add isMap ([#1120](https://github.com/char0n/ramda-adjunct/issues/1120)) ([fdd932a](https://github.com/char0n/ramda-adjunct/commit/fdd932a)), closes [#1113](https://github.com/char0n/ramda-adjunct/issues/1113)
|
---|
2249 | * **type:** add isNegativeZero ([#1109](https://github.com/char0n/ramda-adjunct/issues/1109)) ([d209ac5](https://github.com/char0n/ramda-adjunct/commit/d209ac5)), closes [#784](https://github.com/char0n/ramda-adjunct/issues/784)
|
---|
2250 | * **type:** add isSet ([#1114](https://github.com/char0n/ramda-adjunct/issues/1114)) ([00d6347](https://github.com/char0n/ramda-adjunct/commit/00d6347)), closes [#1110](https://github.com/char0n/ramda-adjunct/issues/1110)
|
---|
2251 | * **type:** add isSymbol ([#1079](https://github.com/char0n/ramda-adjunct/issues/1079)) ([49268f9](https://github.com/char0n/ramda-adjunct/commit/49268f9)), closes [#806](https://github.com/char0n/ramda-adjunct/issues/806)
|
---|
2252 | * **type:** isPositiveZero ([#1111](https://github.com/char0n/ramda-adjunct/issues/1111)) ([337c9d3](https://github.com/char0n/ramda-adjunct/commit/337c9d3))
|
---|
2253 |
|
---|
2254 |
|
---|
2255 |
|
---|
2256 | <a name="2.21.0"></a>
|
---|
2257 | # [2.21.0](https://github.com/char0n/ramda-adjunct/compare/v2.20.0...v2.21.0) (2019-09-25)
|
---|
2258 |
|
---|
2259 |
|
---|
2260 | ### Features
|
---|
2261 |
|
---|
2262 | * **string:** add escapeRegExp ([6b676af](https://github.com/char0n/ramda-adjunct/commit/6b676af)), closes [#880](https://github.com/char0n/ramda-adjunct/issues/880)
|
---|
2263 |
|
---|
2264 |
|
---|
2265 |
|
---|
2266 | <a name="2.20.0"></a>
|
---|
2267 | # [2.20.0](https://github.com/char0n/ramda-adjunct/compare/v2.19.2...v2.20.0) (2019-09-08)
|
---|
2268 |
|
---|
2269 |
|
---|
2270 | ### Features
|
---|
2271 |
|
---|
2272 | * **logic:** add nor ([#1023](https://github.com/char0n/ramda-adjunct/issues/1023)) ([608ff01](https://github.com/char0n/ramda-adjunct/commit/608ff01)), closes [#285](https://github.com/char0n/ramda-adjunct/issues/285)
|
---|
2273 | * **type:** add isSparseArray predicate ([f8d439b](https://github.com/char0n/ramda-adjunct/commit/f8d439b)), closes [#785](https://github.com/char0n/ramda-adjunct/issues/785)
|
---|
2274 |
|
---|
2275 |
|
---|
2276 |
|
---|
2277 | <a name="2.19.3"></a>
|
---|
2278 | ## [2.19.3](https://github.com/char0n/ramda-adjunct/compare/v2.19.2...v2.19.3) (2019-08-28)
|
---|
2279 |
|
---|
2280 | * remove donations from postinstall script ([9acaf53](https://github.com/char0n/ramda-adjunct/commit/9acaf53))
|
---|
2281 |
|
---|
2282 |
|
---|
2283 | <a name="2.19.2"></a>
|
---|
2284 | ## [2.19.2](https://github.com/char0n/ramda-adjunct/compare/v2.19.1...v2.19.2) (2019-08-27)
|
---|
2285 |
|
---|
2286 |
|
---|
2287 | ### Bug Fixes
|
---|
2288 |
|
---|
2289 | * include donate script into npm distribution ([e477be3](https://github.com/char0n/ramda-adjunct/commit/e477be3))
|
---|
2290 |
|
---|
2291 |
|
---|
2292 |
|
---|
2293 | <a name="2.19.1"></a>
|
---|
2294 | ## [2.19.1](https://github.com/char0n/ramda-adjunct/compare/v2.19.0...v2.19.1) (2019-08-27)
|
---|
2295 |
|
---|
2296 | * **opencollective:** remove opencollective as dependency ([35f46ce](https://github.com/char0n/ramda-adjunct/commit/35f46ce)), closes [#1021](https://github.com/char0n/ramda-adjunct/issues/1021)
|
---|
2297 |
|
---|
2298 | <a name="2.19.0"></a>
|
---|
2299 | # [2.19.0](https://github.com/char0n/ramda-adjunct/compare/v2.18.0...v2.19.0) (2019-08-12)
|
---|
2300 |
|
---|
2301 |
|
---|
2302 | ### Features
|
---|
2303 |
|
---|
2304 | * **isNotFloat:** add support for ramda placeholder ([4b9934f](https://github.com/char0n/ramda-adjunct/commit/4b9934f)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2305 | * add flattenDepth ([#946](https://github.com/char0n/ramda-adjunct/issues/946)) ([3c4651a](https://github.com/char0n/ramda-adjunct/commit/3c4651a)), closes [#844](https://github.com/char0n/ramda-adjunct/issues/844)
|
---|
2306 | * **logic:** add nand ([#952](https://github.com/char0n/ramda-adjunct/issues/952)) ([7931fa0](https://github.com/char0n/ramda-adjunct/commit/7931fa0)), closes [#237](https://github.com/char0n/ramda-adjunct/issues/237)
|
---|
2307 |
|
---|
2308 |
|
---|
2309 |
|
---|
2310 | <a name="2.18.0"></a>
|
---|
2311 | # [2.18.0](https://github.com/char0n/ramda-adjunct/compare/v2.17.0...v2.18.0) (2019-05-26)
|
---|
2312 |
|
---|
2313 |
|
---|
2314 | ### Bug Fixes
|
---|
2315 |
|
---|
2316 | * **mergePath:** fix TS typings ([#928](https://github.com/char0n/ramda-adjunct/issues/928)) ([4aebb39](https://github.com/char0n/ramda-adjunct/commit/4aebb39)), closes [#925](https://github.com/char0n/ramda-adjunct/issues/925)
|
---|
2317 |
|
---|
2318 |
|
---|
2319 | ### Features
|
---|
2320 |
|
---|
2321 | * add isIterable ([#935](https://github.com/char0n/ramda-adjunct/issues/935)) ([8a67554](https://github.com/char0n/ramda-adjunct/commit/8a67554)), closes [#351](https://github.com/char0n/ramda-adjunct/issues/351)
|
---|
2322 | * **cata:** add support for more catamorphic types ([adc3d11](https://github.com/char0n/ramda-adjunct/commit/adc3d11)), closes [#922](https://github.com/char0n/ramda-adjunct/issues/922)
|
---|
2323 | * add allSettledP ([1e56c50](https://github.com/char0n/ramda-adjunct/commit/1e56c50)), closes [#761](https://github.com/char0n/ramda-adjunct/issues/761)
|
---|
2324 | * add isNotNilOrEmpty ([#912](https://github.com/char0n/ramda-adjunct/issues/912)) ([3fedee4](https://github.com/char0n/ramda-adjunct/commit/3fedee4)), closes [#70](https://github.com/char0n/ramda-adjunct/issues/70)
|
---|
2325 | * **isNegative:** add support Ramda placeholder ([86b7e1c](https://github.com/char0n/ramda-adjunct/commit/86b7e1c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2326 | * **isNilOrEmpty:** add support for Ramda placeholder ([22f4ec2](https://github.com/char0n/ramda-adjunct/commit/22f4ec2)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2327 | * **isNonNegative:** add support for Ramda placeholder ([87f97de](https://github.com/char0n/ramda-adjunct/commit/87f97de)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2328 | * **isNonPositive:** add support for Ramda placeholder ([b6b358f](https://github.com/char0n/ramda-adjunct/commit/b6b358f)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2329 |
|
---|
2330 |
|
---|
2331 |
|
---|
2332 | <a name="2.17.0"></a>
|
---|
2333 | # [2.17.0](https://github.com/char0n/ramda-adjunct/compare/v2.16.1...v2.17.0) (2019-04-14)
|
---|
2334 |
|
---|
2335 |
|
---|
2336 | ### Features
|
---|
2337 |
|
---|
2338 | * add replaceAll ([84c7066](https://github.com/char0n/ramda-adjunct/commit/84c7066)), closes [#878](https://github.com/char0n/ramda-adjunct/issues/878)
|
---|
2339 |
|
---|
2340 |
|
---|
2341 |
|
---|
2342 | <a name="2.16.1"></a>
|
---|
2343 | ## [2.16.1](https://github.com/char0n/ramda-adjunct/compare/v2.16.0...v2.16.1) (2019-02-19)
|
---|
2344 |
|
---|
2345 |
|
---|
2346 | ### Bug Fixes
|
---|
2347 |
|
---|
2348 | * **typings:** remove accidental import ([3e7bfae](https://github.com/char0n/ramda-adjunct/commit/3e7bfae)), closes [#838](https://github.com/char0n/ramda-adjunct/issues/838)
|
---|
2349 |
|
---|
2350 |
|
---|
2351 |
|
---|
2352 | <a name="2.16.0"></a>
|
---|
2353 | # [2.16.0](https://github.com/char0n/ramda-adjunct/compare/v2.15.0...v2.16.0) (2019-02-17)
|
---|
2354 |
|
---|
2355 |
|
---|
2356 | ### Features
|
---|
2357 |
|
---|
2358 | * add async ([cbd709f](https://github.com/char0n/ramda-adjunct/commit/cbd709f)), closes [#830](https://github.com/char0n/ramda-adjunct/issues/830)
|
---|
2359 |
|
---|
2360 |
|
---|
2361 |
|
---|
2362 | <a name="2.15.0"></a>
|
---|
2363 | # [2.15.0](https://github.com/char0n/ramda-adjunct/compare/v2.14.0...v2.15.0) (2019-02-10)
|
---|
2364 |
|
---|
2365 |
|
---|
2366 | ### Features
|
---|
2367 |
|
---|
2368 | * add ceil ([d9dee2b](https://github.com/char0n/ramda-adjunct/commit/d9dee2b)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
2369 | * add floor ([0ce6fbe](https://github.com/char0n/ramda-adjunct/commit/0ce6fbe)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
2370 | * add round ([eab931c](https://github.com/char0n/ramda-adjunct/commit/eab931c)), closes [#106](https://github.com/char0n/ramda-adjunct/issues/106)
|
---|
2371 | * add sign ([6d2a080](https://github.com/char0n/ramda-adjunct/commit/6d2a080)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
2372 | * add trunc ([ddfb12e](https://github.com/char0n/ramda-adjunct/commit/ddfb12e)), closes [#748](https://github.com/char0n/ramda-adjunct/issues/748)
|
---|
2373 |
|
---|
2374 |
|
---|
2375 |
|
---|
2376 | <a name="2.14.0"></a>
|
---|
2377 | # [2.14.0](https://github.com/char0n/ramda-adjunct/compare/v2.13.0...v2.14.0) (2019-01-24)
|
---|
2378 |
|
---|
2379 |
|
---|
2380 | ### Features
|
---|
2381 |
|
---|
2382 | * **dispatch:** add support for currying ([6187992](https://github.com/char0n/ramda-adjunct/commit/6187992))
|
---|
2383 | * **isArrayLike:** add support for currying ([a3e843c](https://github.com/char0n/ramda-adjunct/commit/a3e843c))
|
---|
2384 | * **isAsyncFunction:** add support for ramda placeholder ([4747e6a](https://github.com/char0n/ramda-adjunct/commit/4747e6a)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2385 | * **isBoolean:** add ramda placeholder support ([3c7ee1c](https://github.com/char0n/ramda-adjunct/commit/3c7ee1c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2386 | * **isDate:** add ramda placeholder support ([96d0772](https://github.com/char0n/ramda-adjunct/commit/96d0772)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2387 | * **isEven:** add support for ramda placeholder ([47aae9c](https://github.com/char0n/ramda-adjunct/commit/47aae9c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2388 | * **isFinite:** add support for ramda placeholder ([3c8b161](https://github.com/char0n/ramda-adjunct/commit/3c8b161)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2389 | * **isFloat:** add support for ramda placeholder ([8374ba9](https://github.com/char0n/ramda-adjunct/commit/8374ba9)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2390 | * **isGeneratorFunction:** add support ramda placeholder ([84e8816](https://github.com/char0n/ramda-adjunct/commit/84e8816)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2391 | * **isInteger:** add support for ramda placeholder ([69d9f2c](https://github.com/char0n/ramda-adjunct/commit/69d9f2c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2392 | * **isNaN:** add support for ramda placeholder ([ec09c4c](https://github.com/char0n/ramda-adjunct/commit/ec09c4c)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2393 |
|
---|
2394 |
|
---|
2395 |
|
---|
2396 | <a name="2.13.0"></a>
|
---|
2397 | # [2.13.0](https://github.com/char0n/ramda-adjunct/compare/v2.12.0...v2.13.0) (2018-12-08)
|
---|
2398 |
|
---|
2399 |
|
---|
2400 | ### Bug Fixes
|
---|
2401 |
|
---|
2402 | * **isBoolean:** make this predicate work in different realms ([b89ade0](https://github.com/char0n/ramda-adjunct/commit/b89ade0)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
2403 | * **isDate:** make this predicate work in different realms ([1963c2d](https://github.com/char0n/ramda-adjunct/commit/1963c2d)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
2404 | * **isRegExp:** make this predicate work in different realms ([f0150a9](https://github.com/char0n/ramda-adjunct/commit/f0150a9)), closes [#724](https://github.com/char0n/ramda-adjunct/issues/724)
|
---|
2405 |
|
---|
2406 |
|
---|
2407 | ### Features
|
---|
2408 |
|
---|
2409 | * add support for ramda@0.26.1 ([2de8c22](https://github.com/char0n/ramda-adjunct/commit/2de8c22))
|
---|
2410 |
|
---|
2411 |
|
---|
2412 |
|
---|
2413 | <a name="2.12.0"></a>
|
---|
2414 | # [2.12.0](https://github.com/char0n/ramda-adjunct/compare/v2.11.0...v2.12.0) (2018-11-25)
|
---|
2415 |
|
---|
2416 | ### Bug Fixes
|
---|
2417 |
|
---|
2418 | * **renameKeysWith**: use lenses instead of adjust to support ramda@0.26.0 ([43839f3](https://github.com/char0n/ramda-adjunct/commit/43839f3))
|
---|
2419 |
|
---|
2420 | ### Features
|
---|
2421 |
|
---|
2422 | * add support for ramda@0.26.0 ([7849c62](https://github.com/char0n/ramda-adjunct/commit/7849c62))
|
---|
2423 | * deprecate `contained`; add new alias to `contained` as `included` ([c8ef8a4](https://github.com/char0n/ramda-adjunct/commit/c8ef8a4))
|
---|
2424 | * deprecate `hasPath`; ramda@0.26.0 contains it as `R.hasPath` ([2f475d2](https://github.com/char0n/ramda-adjunct/commit/2f475d2))
|
---|
2425 | * deprecate `mergeRight`; add new alias to `mergeRight` as `mergeLeft`; ramda@0.26.0 contains it as `R.mergeLeft` ([7849c62](https://github.com/char0n/ramda-adjunct/commit/7849c62))
|
---|
2426 | * deprecate `thenP`; ramda@0.26.0 contains it as `R.then` ([a4c3475](https://github.com/char0n/ramda-adjunct/commit/a4c3475))
|
---|
2427 | * add alias `then` to `thenP` ([3ebd1ee](https://github.com/char0n/ramda-adjunct/commit/3ebd1ee))
|
---|
2428 |
|
---|
2429 |
|
---|
2430 | <a name="2.11.0"></a>
|
---|
2431 | # [2.11.0](https://github.com/char0n/ramda-adjunct/compare/v2.10.0...v2.11.0) (2018-10-28)
|
---|
2432 |
|
---|
2433 |
|
---|
2434 | ### Features
|
---|
2435 |
|
---|
2436 | * add allEqualTo ([d14dac9](https://github.com/char0n/ramda-adjunct/commit/d14dac9)), closes [#525](https://github.com/char0n/ramda-adjunct/issues/525)
|
---|
2437 | * add allIdentical ([c5267f5](https://github.com/char0n/ramda-adjunct/commit/c5267f5)), closes [#578](https://github.com/char0n/ramda-adjunct/issues/578)
|
---|
2438 | * add allIdenticalTo ([fb61085](https://github.com/char0n/ramda-adjunct/commit/fb61085)), closes [#525](https://github.com/char0n/ramda-adjunct/issues/525)
|
---|
2439 | * add repeatStr ([f1c5dfa](https://github.com/char0n/ramda-adjunct/commit/f1c5dfa)), closes [#667](https://github.com/char0n/ramda-adjunct/issues/667)
|
---|
2440 |
|
---|
2441 |
|
---|
2442 |
|
---|
2443 | <a name="2.10.0"></a>
|
---|
2444 | # [2.10.0](https://github.com/char0n/ramda-adjunct/compare/v2.9.0...v2.10.0) (2018-09-09)
|
---|
2445 |
|
---|
2446 |
|
---|
2447 | ### Features
|
---|
2448 |
|
---|
2449 | * add dropArgs ([197b3f1](https://github.com/char0n/ramda-adjunct/commit/197b3f1)), closes [#679](https://github.com/char0n/ramda-adjunct/issues/679)
|
---|
2450 | * add support for ramda placeholder ([9539e92](https://github.com/char0n/ramda-adjunct/commit/9539e92)), closes [#624](https://github.com/char0n/ramda-adjunct/issues/624)
|
---|
2451 |
|
---|
2452 |
|
---|
2453 |
|
---|
2454 | <a name="2.9.0"></a>
|
---|
2455 | # [2.9.0](https://github.com/char0n/ramda-adjunct/compare/v2.8.0...v2.9.0) (2018-05-29)
|
---|
2456 |
|
---|
2457 |
|
---|
2458 | ### Features
|
---|
2459 |
|
---|
2460 | * add allEqual ([#572](https://github.com/char0n/ramda-adjunct/issues/572)) ([c362939](https://github.com/char0n/ramda-adjunct/commit/c362939))
|
---|
2461 |
|
---|
2462 |
|
---|
2463 |
|
---|
2464 | <a name="2.8.0"></a>
|
---|
2465 | # [2.8.0](https://github.com/char0n/ramda-adjunct/compare/v2.7.0...v2.8.0) (2018-05-13)
|
---|
2466 |
|
---|
2467 |
|
---|
2468 | ### Features
|
---|
2469 |
|
---|
2470 | * add contained ([#510](https://github.com/char0n/ramda-adjunct/issues/510)) ([381f2df](https://github.com/char0n/ramda-adjunct/commit/381f2df)), closes [#392](https://github.com/char0n/ramda-adjunct/issues/392)
|
---|
2471 | * add lengthEq and lengthNotEq ([#552](https://github.com/char0n/ramda-adjunct/issues/552)) ([f71ad1e](https://github.com/char0n/ramda-adjunct/commit/f71ad1e)), closes [#444](https://github.com/char0n/ramda-adjunct/issues/444)
|
---|
2472 | * add lengthLt, lengthGt, lengthLte, lengthGte ([47d4560](https://github.com/char0n/ramda-adjunct/commit/47d4560))
|
---|
2473 | * add move ([#507](https://github.com/char0n/ramda-adjunct/issues/507)) ([22ecfc0](https://github.com/char0n/ramda-adjunct/commit/22ecfc0)), closes [#485](https://github.com/char0n/ramda-adjunct/issues/485)
|
---|
2474 | * add thenP ([#551](https://github.com/char0n/ramda-adjunct/issues/551)) ([92ba7b5](https://github.com/char0n/ramda-adjunct/commit/92ba7b5)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
2475 |
|
---|
2476 |
|
---|
2477 |
|
---|
2478 | <a name="2.7.0"></a>
|
---|
2479 | # [2.7.0](https://github.com/char0n/ramda-adjunct/compare/v2.6.0...v2.7.0) (2018-04-25)
|
---|
2480 |
|
---|
2481 |
|
---|
2482 | ### Features
|
---|
2483 |
|
---|
2484 | * add argsPass ([#437](https://github.com/char0n/ramda-adjunct/issues/437)) ([f7d7f7c](https://github.com/char0n/ramda-adjunct/commit/f7d7f7c)), closes [#370](https://github.com/char0n/ramda-adjunct/issues/370)
|
---|
2485 | * add inRange ([#436](https://github.com/char0n/ramda-adjunct/issues/436)) ([9937600](https://github.com/char0n/ramda-adjunct/commit/9937600)), closes [#393](https://github.com/char0n/ramda-adjunct/issues/393)
|
---|
2486 | * add traversable lenses ([#494](https://github.com/char0n/ramda-adjunct/issues/494)) ([d34be73](https://github.com/char0n/ramda-adjunct/commit/d34be73))
|
---|
2487 |
|
---|
2488 |
|
---|
2489 |
|
---|
2490 | <a name="2.6.0"></a>
|
---|
2491 | # [2.6.0](https://github.com/char0n/ramda-adjunct/compare/v2.5.0...v2.6.0) (2018-03-19)
|
---|
2492 |
|
---|
2493 |
|
---|
2494 | ### Features
|
---|
2495 |
|
---|
2496 | * add concatAll ([#404](https://github.com/char0n/ramda-adjunct/issues/404)) ([341f3f1](https://github.com/char0n/ramda-adjunct/commit/341f3f1)), closes [#109](https://github.com/char0n/ramda-adjunct/issues/109)
|
---|
2497 | * add dispatch ([#407](https://github.com/char0n/ramda-adjunct/issues/407)) ([fb5aa08](https://github.com/char0n/ramda-adjunct/commit/fb5aa08)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
2498 | * add ensureArray ([#375](https://github.com/char0n/ramda-adjunct/issues/375)) ([7b60189](https://github.com/char0n/ramda-adjunct/commit/7b60189)), closes [#371](https://github.com/char0n/ramda-adjunct/issues/371)
|
---|
2499 | * add isNonPositive, isNonNegative ([#434](https://github.com/char0n/ramda-adjunct/issues/434)) ([8d62dc1](https://github.com/char0n/ramda-adjunct/commit/8d62dc1)), closes [#324](https://github.com/char0n/ramda-adjunct/issues/324)
|
---|
2500 | * add isTrue, isFalse ([#435](https://github.com/char0n/ramda-adjunct/issues/435)) ([9687b51](https://github.com/char0n/ramda-adjunct/commit/9687b51)), closes [#255](https://github.com/char0n/ramda-adjunct/issues/255)
|
---|
2501 | * add omitBy ([#376](https://github.com/char0n/ramda-adjunct/issues/376)) ([c7c9c7e](https://github.com/char0n/ramda-adjunct/commit/c7c9c7e)), closes [#171](https://github.com/char0n/ramda-adjunct/issues/171)
|
---|
2502 |
|
---|
2503 |
|
---|
2504 |
|
---|
2505 | <a name="2.5.0"></a>
|
---|
2506 | # [2.5.0](https://github.com/char0n/ramda-adjunct/compare/v2.4.1...v2.5.0) (2018-02-14)
|
---|
2507 |
|
---|
2508 |
|
---|
2509 | ### Bug Fixes
|
---|
2510 |
|
---|
2511 | * remove defaults from mergeRight aliases ([#344](https://github.com/char0n/ramda-adjunct/issues/344)) ([6e13e7c](https://github.com/char0n/ramda-adjunct/commit/6e13e7c)), closes [#338](https://github.com/char0n/ramda-adjunct/issues/338)
|
---|
2512 |
|
---|
2513 |
|
---|
2514 | ### Features
|
---|
2515 |
|
---|
2516 | * **nonePass:** Add complement of Ramda’s anyPass ([#327](https://github.com/char0n/ramda-adjunct/issues/327)) ([6b875ea](https://github.com/char0n/ramda-adjunct/commit/6b875ea)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
2517 | * add appendFlipped ([#347](https://github.com/char0n/ramda-adjunct/issues/347)) ([9a30238](https://github.com/char0n/ramda-adjunct/commit/9a30238)), closes [#333](https://github.com/char0n/ramda-adjunct/issues/333)
|
---|
2518 | * add compact ([#331](https://github.com/char0n/ramda-adjunct/issues/331)) ([865a2ce](https://github.com/char0n/ramda-adjunct/commit/865a2ce)), closes [#127](https://github.com/char0n/ramda-adjunct/issues/127)
|
---|
2519 | * add mapIndexed ([#345](https://github.com/char0n/ramda-adjunct/issues/345)) ([3fcd0c2](https://github.com/char0n/ramda-adjunct/commit/3fcd0c2)), closes [#282](https://github.com/char0n/ramda-adjunct/issues/282)
|
---|
2520 | * add reduceIndexed ([#357](https://github.com/char0n/ramda-adjunct/issues/357)) ([ea6fd59](https://github.com/char0n/ramda-adjunct/commit/ea6fd59)), closes [#281](https://github.com/char0n/ramda-adjunct/issues/281)
|
---|
2521 | * add isRegExp ([#346](https://github.com/char0n/ramda-adjunct/issues/325)) ([3ad18cd](https://github.com/char0n/ramda-adjunct/commit/3ad18cd)), closes [#325](https://github.com/char0n/ramda-adjunct/issues/325)
|
---|
2522 | * add isNotRegExp ([#346](https://github.com/char0n/ramda-adjunct/issues/325)) ([3ad18cd](https://github.com/char0n/ramda-adjunct/commit/3ad18cd)), closes [#325](https://github.com/char0n/ramda-adjunct/issues/325)
|
---|
2523 |
|
---|
2524 |
|
---|
2525 |
|
---|
2526 |
|
---|
2527 | <a name="2.4.1"></a>
|
---|
2528 | ## [2.4.1](https://github.com/char0n/ramda-adjunct/compare/v2.4.0...v2.4.1) (2018-01-25)
|
---|
2529 |
|
---|
2530 | * fix failed build for 2.4.0 release
|
---|
2531 |
|
---|
2532 |
|
---|
2533 | <a name="2.4.0"></a>
|
---|
2534 | # [2.4.0](https://github.com/char0n/ramda-adjunct/compare/v2.3.0...v2.4.0) (2018-01-24)
|
---|
2535 |
|
---|
2536 |
|
---|
2537 | ### Features
|
---|
2538 |
|
---|
2539 | * add isEmptyArray ([#288](https://github.com/char0n/ramda-adjunct/issues/288)) ([961692e](https://github.com/char0n/ramda-adjunct/commit/961692e)), closes [#279](https://github.com/char0n/ramda-adjunct/issues/279)
|
---|
2540 | * add isEmptyString ([08d80e9](https://github.com/char0n/ramda-adjunct/commit/08d80e9)), closes [#40](https://github.com/char0n/ramda-adjunct/issues/40)
|
---|
2541 | * add isNonEmptyArray ([#289](https://github.com/char0n/ramda-adjunct/issues/289)) ([464060e](https://github.com/char0n/ramda-adjunct/commit/464060e)), closes [#279](https://github.com/char0n/ramda-adjunct/issues/279)
|
---|
2542 | * add isNonEmptyString ([#299](https://github.com/char0n/ramda-adjunct/issues/299)) ([cd94a5f](https://github.com/char0n/ramda-adjunct/commit/cd94a5f)), closes [#40](https://github.com/char0n/ramda-adjunct/issues/40)
|
---|
2543 | * add notAllPass ([#308](https://github.com/char0n/ramda-adjunct/issues/308)) ([2aa3d2f](https://github.com/char0n/ramda-adjunct/commit/2aa3d2f)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
2544 | * add pathNotEq ([#297](https://github.com/char0n/ramda-adjunct/issues/297)) ([fc0716f](https://github.com/char0n/ramda-adjunct/commit/fc0716f)), closes [#217](https://github.com/char0n/ramda-adjunct/issues/217)
|
---|
2545 |
|
---|
2546 |
|
---|
2547 |
|
---|
2548 | <a name="2.3.0"></a>
|
---|
2549 | # [2.3.0](https://github.com/char0n/ramda-adjunct/compare/v2.2.0...v2.3.0) (2018-01-14)
|
---|
2550 |
|
---|
2551 |
|
---|
2552 | ### Features
|
---|
2553 |
|
---|
2554 | * add notBoth ([#260](https://github.com/char0n/ramda-adjunct/issues/260)) ([a214f75](https://github.com/char0n/ramda-adjunct/commit/a214f75)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
2555 | * add allP ([#269](https://github.com/char0n/ramda-adjunct/issues/269)) ([c430af6](https://github.com/char0n/ramda-adjunct/commit/c430af6)), closes [#35](https://github.com/char0n/ramda-adjunct/issues/35)
|
---|
2556 | * add neither ([#273](https://github.com/char0n/ramda-adjunct/issues/273)) ([5294011](https://github.com/char0n/ramda-adjunct/commit/5294011)), closes [#234](https://github.com/char0n/ramda-adjunct/issues/234)
|
---|
2557 | * add propNotEq ([#275](https://github.com/char0n/ramda-adjunct/issues/275)) ([82da044](https://github.com/char0n/ramda-adjunct/commit/82da044)), closes [#238](https://github.com/char0n/ramda-adjunct/issues/238)
|
---|
2558 | * add sequencing combinator ([#257](https://github.com/char0n/ramda-adjunct/issues/257)) ([04ffd3d](https://github.com/char0n/ramda-adjunct/commit/04ffd3d)), closes [#173](https://github.com/char0n/ramda-adjunct/issues/173)
|
---|
2559 | * add Y combinator ([dbdf6af](https://github.com/char0n/ramda-adjunct/commit/dbdf6af)), closes [#130](https://github.com/char0n/ramda-adjunct/issues/130)
|
---|
2560 |
|
---|
2561 |
|
---|
2562 |
|
---|
2563 | <a name="2.2.0"></a>
|
---|
2564 | # [2.2.0](https://github.com/char0n/ramda-adjunct/compare/v2.1.0...v2.2.0) (2017-12-24)
|
---|
2565 |
|
---|
2566 |
|
---|
2567 | ### Features
|
---|
2568 |
|
---|
2569 | * add defaultWhen ([#245](https://github.com/char0n/ramda-adjunct/issues/245)) ([3606048](https://github.com/char0n/ramda-adjunct/commit/3606048)), closes [#216](https://github.com/char0n/ramda-adjunct/issues/216)
|
---|
2570 | * add isFalsy ([1612941](https://github.com/char0n/ramda-adjunct/commit/1612941)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
2571 | * add isTruthy ([f09f72e](https://github.com/char0n/ramda-adjunct/commit/f09f72e)), closes [#66](https://github.com/char0n/ramda-adjunct/issues/66)
|
---|
2572 | * add isValidNumber, isNotValidNumber ([#247](https://github.com/char0n/ramda-adjunct/issues/247)) ([d94c1b5](https://github.com/char0n/ramda-adjunct/commit/d94c1b5)), closes [#235](https://github.com/char0n/ramda-adjunct/issues/235)
|
---|
2573 |
|
---|
2574 |
|
---|
2575 |
|
---|
2576 | <a name="2.1.0"></a>
|
---|
2577 | # [2.1.0](https://github.com/char0n/ramda-adjunct/compare/v2.0.0...v2.1.0) (2017-12-04)
|
---|
2578 |
|
---|
2579 |
|
---|
2580 | ### Features
|
---|
2581 |
|
---|
2582 | * add stubArray ([44e9760](https://github.com/char0n/ramda-adjunct/commit/44e9760))
|
---|
2583 | * add stubObj ([2fce473](https://github.com/char0n/ramda-adjunct/commit/2fce473))
|
---|
2584 | * add stubString ([7dc4f39](https://github.com/char0n/ramda-adjunct/commit/7dc4f39))
|
---|
2585 | * add isThenable ([b9f6e0d](https://github.com/char0n/ramda-adjunct/commit/b9f6e0d))
|
---|
2586 | * add isPromise ([f00e93f](https://github.com/char0n/ramda-adjunct/commit/f00e93f))
|
---|
2587 |
|
---|
2588 |
|
---|
2589 |
|
---|
2590 | <a name="2.0.0"></a>
|
---|
2591 | # [2.0.0](https://github.com/char0n/ramda-adjunct/compare/v1.19.0...v2.0.0) (2017-11-19)
|
---|
2592 |
|
---|
2593 |
|
---|
2594 | ### Features
|
---|
2595 |
|
---|
2596 | * add support for tree shaking ([baa62ea](https://github.com/char0n/ramda-adjunct/commit/baa62ea)), closes [#75](https://github.com/char0n/ramda-adjunct/issues/75)
|
---|
2597 | * add search to documentation & improve the UI ([2ae5850](https://github.com/char0n/ramda-adjunct/commit/2ae5850)), closes [#24](https://github.com/char0n/ramda-adjunct/issues/24)
|
---|
2598 |
|
---|
2599 |
|
---|
2600 | ### BREAKING CHANGES
|
---|
2601 |
|
---|
2602 | * Tree shaking support and imports
|
---|
2603 |
|
---|
2604 | Before:
|
---|
2605 |
|
---|
2606 | import RA from 'ramda-adjunct'
|
---|
2607 |
|
---|
2608 | After:
|
---|
2609 |
|
---|
2610 | import * as RA from 'ramda-adjunct'
|
---|
2611 |
|
---|
2612 |
|
---|
2613 |
|
---|
2614 | <a name="1.19.0"></a>
|
---|
2615 | # [1.19.0](https://github.com/char0n/ramda-adjunct/compare/v1.18.0...v1.19.0) (2017-10-31)
|
---|
2616 |
|
---|
2617 |
|
---|
2618 | ### Bug Fixes
|
---|
2619 |
|
---|
2620 | * **pickIndexes:** omits values for non existing indexes ([cb82b9e](https://github.com/char0n/ramda-adjunct/commit/cb82b9e)), closes [#181](https://github.com/char0n/ramda-adjunct/issues/181)
|
---|
2621 | * **typings:** add missed types to concatRight, sliceFrom, sliceTo, liftFN ([96a31cb](https://github.com/char0n/ramda-adjunct/commit/96a31cb)), closes [#176](https://github.com/char0n/ramda-adjunct/issues/176)
|
---|
2622 |
|
---|
2623 |
|
---|
2624 | ### Features
|
---|
2625 |
|
---|
2626 | * add isPair, isNotPair ([#168](https://github.com/char0n/ramda-adjunct/issues/168)) ([6e6e6e5](https://github.com/char0n/ramda-adjunct/commit/6e6e6e5)), closes [#90](https://github.com/char0n/ramda-adjunct/issues/90)
|
---|
2627 | * add lensIso ([#165](https://github.com/char0n/ramda-adjunct/issues/165)) ([0421890](https://github.com/char0n/ramda-adjunct/commit/0421890)), closes [#178](https://github.com/char0n/ramda-adjunct/issues/178)
|
---|
2628 | * add flattenProp & flattenPath ([#182](https://github.com/char0n/ramda-adjunct/issues/182)) ([046cd02](https://github.com/char0n/ramda-adjunct/commit/046cd02))
|
---|
2629 | * add spreadProp & spreadPath ([#183](https://github.com/char0n/ramda-adjunct/issues/183)) ([3e8db40](https://github.com/char0n/ramda-adjunct/commit/3e8db40))
|
---|
2630 | * add omitIndexes ([#180](https://github.com/char0n/ramda-adjunct/issues/180)) ([d65a42d](https://github.com/char0n/ramda-adjunct/commit/d65a42d))
|
---|
2631 |
|
---|
2632 |
|
---|
2633 |
|
---|
2634 | <a name="1.18.0"></a>
|
---|
2635 | # [1.18.0](https://github.com/char0n/ramda-adjunct/compare/v1.17.0...v1.18.0) (2017-10-15)
|
---|
2636 |
|
---|
2637 |
|
---|
2638 | ### Features
|
---|
2639 |
|
---|
2640 | * add isEven ([aff8308](https://github.com/char0n/ramda-adjunct/commit/aff8308)), closes [#98](https://github.com/char0n/ramda-adjunct/issues/98)
|
---|
2641 | * add isOdd ([7d7cfcd](https://github.com/char0n/ramda-adjunct/commit/7d7cfcd))
|
---|
2642 | * add mergePath, mergeProp ([2725289](https://github.com/char0n/ramda-adjunct/commit/2725289)), closes [#147](https://github.com/char0n/ramda-adjunct/issues/147)
|
---|
2643 |
|
---|
2644 |
|
---|
2645 |
|
---|
2646 | <a name="1.17.0"></a>
|
---|
2647 | # [1.17.0](https://github.com/char0n/ramda-adjunct/compare/v1.16.0...v1.17.0) (2017-09-24)
|
---|
2648 |
|
---|
2649 |
|
---|
2650 | ### Features
|
---|
2651 |
|
---|
2652 | * add mergePaths ([dd8b681](https://github.com/char0n/ramda-adjunct/commit/dd8b681)), closes [#136](https://github.com/char0n/ramda-adjunct/issues/136)
|
---|
2653 | * add mergeProps ([4c68054](https://github.com/char0n/ramda-adjunct/commit/4c68054))
|
---|
2654 |
|
---|
2655 |
|
---|
2656 |
|
---|
2657 | <a name="1.16.0"></a>
|
---|
2658 | # [1.16.0](https://github.com/char0n/ramda-adjunct/compare/v1.15.0...v1.16.0) (2017-09-19)
|
---|
2659 |
|
---|
2660 |
|
---|
2661 | ### Features
|
---|
2662 |
|
---|
2663 | * add rejectP ([02451f3](https://github.com/char0n/ramda-adjunct/commit/02451f3))
|
---|
2664 | * add resolveP ([9d057b1](https://github.com/char0n/ramda-adjunct/commit/9d057b1))
|
---|
2665 | * add sliceFrom ([db3a1d2](https://github.com/char0n/ramda-adjunct/commit/db3a1d2))
|
---|
2666 | * add sliceTo ([4408418](https://github.com/char0n/ramda-adjunct/commit/4408418))
|
---|
2667 |
|
---|
2668 |
|
---|
2669 |
|
---|
2670 | <a name="1.15.0"></a>
|
---|
2671 | # [1.15.0](https://github.com/char0n/ramda-adjunct/compare/v1.14.0...v1.15.0) (2017-09-10)
|
---|
2672 |
|
---|
2673 |
|
---|
2674 | ### Features
|
---|
2675 |
|
---|
2676 | * add isNegative ([e593104](https://github.com/char0n/ramda-adjunct/commit/e593104))
|
---|
2677 | * add isPositive ([040d335](https://github.com/char0n/ramda-adjunct/commit/040d335))
|
---|
2678 |
|
---|
2679 |
|
---|
2680 |
|
---|
2681 | <a name="1.14.0"></a>
|
---|
2682 | # [1.14.0](https://github.com/char0n/ramda-adjunct/compare/v1.13.0...v1.14.0) (2017-08-25)
|
---|
2683 |
|
---|
2684 |
|
---|
2685 | ### Bug Fixes
|
---|
2686 |
|
---|
2687 | * **reduceP, reduceRightP:** fix logic for empty list ([6538444](https://github.com/char0n/ramda-adjunct/commit/6538444))
|
---|
2688 |
|
---|
2689 |
|
---|
2690 | ### Features
|
---|
2691 |
|
---|
2692 | * **Identity:** add contravariant fantasy-land specification ([1bd5beb](https://github.com/char0n/ramda-adjunct/commit/1bd5beb))
|
---|
2693 | * add hasPath ([06c7364](https://github.com/char0n/ramda-adjunct/commit/06c7364)), closes [#125](https://github.com/char0n/ramda-adjunct/issues/125)
|
---|
2694 | * add isFloat ([40d74e6](https://github.com/char0n/ramda-adjunct/commit/40d74e6))
|
---|
2695 | * add isNotFloat ([652d317](https://github.com/char0n/ramda-adjunct/commit/652d317))
|
---|
2696 |
|
---|
2697 |
|
---|
2698 |
|
---|
2699 | <a name="1.13.0"></a>
|
---|
2700 | # [1.13.0](https://github.com/char0n/ramda-adjunct/compare/v1.12.0...v1.13.0) (2017-08-15)
|
---|
2701 |
|
---|
2702 |
|
---|
2703 | ### Bug Fixes
|
---|
2704 |
|
---|
2705 | * **defaults:** fix wrong logic ([fbc373f](https://github.com/char0n/ramda-adjunct/commit/fbc373f))
|
---|
2706 | * **docs:** fix version in JSDOC ([4696ae2](https://github.com/char0n/ramda-adjunct/commit/4696ae2))
|
---|
2707 | * **reduceRightP:** compensate for older versions of ramda ([3e5b327](https://github.com/char0n/ramda-adjunct/commit/3e5b327))
|
---|
2708 |
|
---|
2709 |
|
---|
2710 | ### Features
|
---|
2711 |
|
---|
2712 | * **reduceP** ([d721126](https://github.com/char0n/ramda-adjunct/commit/d721126))
|
---|
2713 | * **reduceRightP** ([81d3d09](https://github.com/char0n/ramda-adjunct/commit/81d3d09)), closes [#114](https://github.com/char0n/ramda-adjunct/issues/114)
|
---|
2714 | * **lenses:** lensSatisfies & lensNotSatisfy ([1c351c2](https://github.com/char0n/ramda-adjunct/commit/1c351c2))
|
---|
2715 | * **viewOr** ([f494dc1](https://github.com/char0n/ramda-adjunct/commit/f494dc1))
|
---|
2716 | * **lenses:** lensEq & lensNotEq ([7dd4b20](https://github.com/char0n/ramda-adjunct/commit/7dd4b20))
|
---|
2717 |
|
---|
2718 |
|
---|
2719 |
|
---|
2720 | <a name="1.12.0"></a>
|
---|
2721 | # [1.12.0](https://github.com/char0n/ramda-adjunct/compare/v1.11.0...v1.12.0) (2017-07-30)
|
---|
2722 |
|
---|
2723 |
|
---|
2724 | ### Features
|
---|
2725 |
|
---|
2726 | * add curryRight ([0988114](https://github.com/char0n/ramda-adjunct/commit/0988114))
|
---|
2727 | * add curryRightN ([c8c9dd5](https://github.com/char0n/ramda-adjunct/commit/c8c9dd5))
|
---|
2728 |
|
---|
2729 |
|
---|
2730 |
|
---|
2731 | <a name="1.11.0"></a>
|
---|
2732 | # [1.11.0](https://github.com/char0n/ramda-adjunct/compare/v1.10.2...v1.11.0) (2017-07-23)
|
---|
2733 |
|
---|
2734 |
|
---|
2735 | ### Features
|
---|
2736 |
|
---|
2737 | * add concatRight ([7628612](https://github.com/char0n/ramda-adjunct/commit/7628612)), closes [#93](https://github.com/char0n/ramda-adjunct/issues/93)
|
---|
2738 | * **Identity:** add Ord fantasy-land spec ([76d94d7](https://github.com/char0n/ramda-adjunct/commit/76d94d7))
|
---|
2739 | * **Identity:** add partial Monoid* specification ([da1f379](https://github.com/char0n/ramda-adjunct/commit/da1f379))
|
---|
2740 |
|
---|
2741 |
|
---|
2742 |
|
---|
2743 | <a name="1.10.2"></a>
|
---|
2744 | ## [1.10.2](https://github.com/char0n/ramda-adjunct/compare/v1.10.0...v1.10.2) (2017-06-20)
|
---|
2745 |
|
---|
2746 | * fixes crashed build for 1.10.1
|
---|
2747 |
|
---|
2748 | <a name="1.10.1"></a>
|
---|
2749 | # [1.10.1](https://github.com/char0n/ramda-adjunct/compare/v1.10.0...v1.10.1) (2017-06-20)
|
---|
2750 |
|
---|
2751 | * fixes crashed build for 1.10.0
|
---|
2752 |
|
---|
2753 | <a name="1.10.0"></a>
|
---|
2754 | # [1.10.0](https://github.com/char0n/ramda-adjunct/compare/v1.9.0...v1.10.0) (2017-06-20)
|
---|
2755 |
|
---|
2756 |
|
---|
2757 | ### Features
|
---|
2758 |
|
---|
2759 | * add weaveLazy ([8b665d3](https://github.com/char0n/ramda-adjunct/commit/8b665d3))
|
---|
2760 |
|
---|
2761 |
|
---|
2762 |
|
---|
2763 | <a name="1.9.0"></a>
|
---|
2764 | # [1.9.0](https://github.com/char0n/ramda-adjunct/compare/v1.8.1...v1.9.0) (2017-06-14)
|
---|
2765 |
|
---|
2766 |
|
---|
2767 | ### Features
|
---|
2768 |
|
---|
2769 | * add support for ramda >= 0.19.0 <= 0.24.1 ([b414d1c](https://github.com/char0n/ramda-adjunct/commit/b414d1c))
|
---|
2770 | * add isArrayLike ([3062a89](https://github.com/char0n/ramda-adjunct/commit/3062a89))
|
---|
2771 |
|
---|
2772 |
|
---|
2773 | <a name="1.8.1"></a>
|
---|
2774 | ## [1.8.1](https://github.com/char0n/ramda-adjunct/compare/v1.8.0...v1.8.1) (2017-05-23)
|
---|
2775 |
|
---|
2776 |
|
---|
2777 | ### Bug Fixes
|
---|
2778 |
|
---|
2779 | * Fixes corrupted build on npm
|
---|
2780 |
|
---|
2781 |
|
---|
2782 | <a name="1.8.0"></a>
|
---|
2783 | # [1.8.0](https://github.com/char0n/ramda-adjunct/compare/v1.7.0...v1.8.0) (2017-05-22)
|
---|
2784 |
|
---|
2785 |
|
---|
2786 | ### Features
|
---|
2787 |
|
---|
2788 | * **Identity:** add Identity monadic type to public API ([5130a73](https://github.com/char0n/ramda-adjunct/commit/5130a73))
|
---|
2789 | * **weave:** add support for auto-currying returned function ([7fcf7a9](https://github.com/char0n/ramda-adjunct/commit/7fcf7a9)), closes [#78](https://github.com/char0n/ramda-adjunct/issues/78)
|
---|
2790 | * add isValidDate ([3a2f4ad](https://github.com/char0n/ramda-adjunct/commit/3a2f4ad))
|
---|
2791 | * isNotValidDate ([10d3780](https://github.com/char0n/ramda-adjunct/commit/10d3780)), closes [#46](https://github.com/char0n/ramda-adjunct/issues/46)
|
---|
2792 |
|
---|
2793 |
|
---|
2794 |
|
---|
2795 | <a name="1.7.0"></a>
|
---|
2796 | # [1.7.0](https://github.com/char0n/ramda-adjunct/compare/v1.6.0...v1.7.0) (2017-05-18)
|
---|
2797 |
|
---|
2798 |
|
---|
2799 | ### Bug Fixes
|
---|
2800 |
|
---|
2801 | * **package.json:** point browser field to es/index.js ([aaa018e](https://github.com/char0n/ramda-adjunct/commit/aaa018e)), closes [#76](https://github.com/char0n/ramda-adjunct/issues/76)
|
---|
2802 |
|
---|
2803 |
|
---|
2804 | ### Features
|
---|
2805 |
|
---|
2806 | * add weave ([118daf9](https://github.com/char0n/ramda-adjunct/commit/118daf9)), closes [#65](https://github.com/char0n/ramda-adjunct/issues/65)
|
---|
2807 |
|
---|
2808 |
|
---|
2809 |
|
---|
2810 | <a name="1.6.0"></a>
|
---|
2811 | # [1.6.0](https://github.com/char0n/ramda-adjunct/compare/v1.5.0...v1.6.0) (2017-05-16)
|
---|
2812 |
|
---|
2813 |
|
---|
2814 | ### Features
|
---|
2815 |
|
---|
2816 | * **Identity:** add Setoid spec to Identity ([3c62ad6](https://github.com/char0n/ramda-adjunct/commit/3c62ad6))
|
---|
2817 | * add mergeRight ([25051aa](https://github.com/char0n/ramda-adjunct/commit/25051aa))
|
---|
2818 | * add stubNull ([7c71292](https://github.com/char0n/ramda-adjunct/commit/7c71292)), closes [#71](https://github.com/char0n/ramda-adjunct/issues/71)
|
---|
2819 |
|
---|
2820 |
|
---|
2821 |
|
---|
2822 | <a name="1.5.0"></a>
|
---|
2823 | # [1.5.0](https://github.com/char0n/ramda-adjunct/compare/v1.4.0...v1.5.0) (2017-05-10)
|
---|
2824 |
|
---|
2825 |
|
---|
2826 | ### Features
|
---|
2827 |
|
---|
2828 | * add renameKeys ([1a2538e](https://github.com/char0n/ramda-adjunct/commit/1a2538e))
|
---|
2829 | * add renameKeysWith ([fb5059c](https://github.com/char0n/ramda-adjunct/commit/fb5059c))
|
---|
2830 | * expose ap as internal util ([16e2535](https://github.com/char0n/ramda-adjunct/commit/16e2535)), closes [#64](https://github.com/char0n/ramda-adjunct/issues/64)
|
---|
2831 |
|
---|
2832 |
|
---|
2833 |
|
---|
2834 | <a name="1.4.0"></a>
|
---|
2835 | # [1.4.0](https://github.com/char0n/ramda-adjunct/compare/v1.3.2...v1.4.0) (2017-04-28)
|
---|
2836 |
|
---|
2837 |
|
---|
2838 | ### Bug Fixes
|
---|
2839 |
|
---|
2840 | * **isGeneratorFunction:** check for GeneratorFunction instead of AsyncFunction ([853f934](https://github.com/char0n/ramda-adjunct/commit/853f934))
|
---|
2841 |
|
---|
2842 |
|
---|
2843 | ### Features
|
---|
2844 |
|
---|
2845 | * add cata ([1c6fdc6](https://github.com/char0n/ramda-adjunct/commit/1c6fdc6)), closes [#58](https://github.com/char0n/ramda-adjunct/issues/58)
|
---|
2846 | * **Either:** add Either monad with basic capabilities ([ac2c51f](https://github.com/char0n/ramda-adjunct/commit/ac2c51f))
|
---|
2847 |
|
---|
2848 |
|
---|
2849 |
|
---|
2850 | <a name="1.3.2"></a>
|
---|
2851 | ## [1.3.2](https://github.com/char0n/ramda-adjunct/compare/v1.3.1...v1.3.2) (2017-04-23)
|
---|
2852 |
|
---|
2853 |
|
---|
2854 | ### Bug Fixes
|
---|
2855 |
|
---|
2856 | * **liftFN:** fix multiple bugs and resolve ramda complatibility issue ([47bc23f](https://github.com/char0n/ramda-adjunct/commit/47bc23f)), closes [#59](https://github.com/char0n/ramda-adjunct/issues/59)
|
---|
2857 |
|
---|
2858 |
|
---|
2859 |
|
---|
2860 | <a name="1.3.1"></a>
|
---|
2861 | ## [1.3.1](https://github.com/char0n/ramda-adjunct/compare/v1.3.0...v1.3.1) (2017-04-20)
|
---|
2862 |
|
---|
2863 | * fix linting issues
|
---|
2864 |
|
---|
2865 | <a name="1.3.0"></a>
|
---|
2866 | # [1.3.0](https://github.com/char0n/ramda-adjunct/compare/v1.2.0...v1.3.0) (2017-04-20)
|
---|
2867 |
|
---|
2868 | * fix missing function imports
|
---|
2869 |
|
---|
2870 | <a name="1.2.0"></a>
|
---|
2871 | # [1.2.0](https://github.com/char0n/ramda-adjunct/compare/v1.1.0...v1.2.0) (2017-04-16)
|
---|
2872 |
|
---|
2873 |
|
---|
2874 | ### Features
|
---|
2875 |
|
---|
2876 | * add defaults alias to merge ([9a3aa17](https://github.com/char0n/ramda-adjunct/commit/9a3aa17))
|
---|
2877 | * add liftF ([b475d5d](https://github.com/char0n/ramda-adjunct/commit/b475d5d))
|
---|
2878 | * add liftFN ([f65a52e](https://github.com/char0n/ramda-adjunct/commit/f65a52e))
|
---|
2879 | * add paths ([c409d6b](https://github.com/char0n/ramda-adjunct/commit/c409d6b)), closes [#54](https://github.com/char0n/ramda-adjunct/issues/54)
|
---|
2880 | * add resetToDefault ([d5202fb](https://github.com/char0n/ramda-adjunct/commit/d5202fb))
|
---|
2881 |
|
---|
2882 |
|
---|
2883 |
|
---|
2884 | <a name="1.1.0"></a>
|
---|
2885 | # [1.1.0](https://github.com/char0n/ramda-adjunct/compare/v1.0.0...v1.1.0) (2017-04-09)
|
---|
2886 |
|
---|
2887 |
|
---|
2888 | ### Features
|
---|
2889 |
|
---|
2890 | * add list ([30506b1](https://github.com/char0n/ramda-adjunct/commit/30506b1))
|
---|
2891 | * add pickIndexes ([17cc387](https://github.com/char0n/ramda-adjunct/commit/17cc387))
|
---|
2892 |
|
---|
2893 |
|
---|
2894 |
|
---|
2895 | <a name="1.0.0"></a>
|
---|
2896 | # [1.0.0](https://github.com/char0n/ramda-adjunct/compare/v0.7.0...v1.0.0) (2017-04-02)
|
---|
2897 |
|
---|
2898 |
|
---|
2899 | ### Features
|
---|
2900 |
|
---|
2901 | * add noop ([38877c5](https://github.com/char0n/ramda-adjunct/commit/38877c5)), closes [#36](https://github.com/char0n/ramda-adjunct/issues/36)
|
---|
2902 | * add stubUndefined ([7e47e45](https://github.com/char0n/ramda-adjunct/commit/7e47e45)), closes [#49](https://github.com/char0n/ramda-adjunct/issues/49)
|
---|
2903 | * use es2015 imports ([8e86019](https://github.com/char0n/ramda-adjunct/commit/8e86019))
|
---|
2904 |
|
---|
2905 |
|
---|
2906 |
|
---|
2907 | <a name="0.7.0"></a>
|
---|
2908 | # [0.7.0](https://github.com/char0n/ramda-adjunct/compare/v0.6.0...v0.7.0) (2017-03-26)
|
---|
2909 |
|
---|
2910 |
|
---|
2911 | ### Features
|
---|
2912 |
|
---|
2913 | * add isNotInteger ([494094d](https://github.com/char0n/ramda-adjunct/commit/494094d)), closes [#10](https://github.com/char0n/ramda-adjunct/issues/10)
|
---|
2914 | * isFinite ([f3ed894](https://github.com/char0n/ramda-adjunct/commit/f3ed894))
|
---|
2915 | * isInteger ([466db58](https://github.com/char0n/ramda-adjunct/commit/466db58))
|
---|
2916 | * isNotFinite ([1edbebc](https://github.com/char0n/ramda-adjunct/commit/1edbebc))
|
---|
2917 |
|
---|
2918 |
|
---|
2919 |
|
---|
2920 | <a name="0.6.0"></a>
|
---|
2921 | # [0.6.0](https://github.com/char0n/ramda-adjunct/compare/v0.5.1...v0.6.0) (2017-03-16)
|
---|
2922 |
|
---|
2923 |
|
---|
2924 | ### Features
|
---|
2925 |
|
---|
2926 | * add isDate ([5fbd348](https://github.com/char0n/ramda-adjunct/commit/5fbd348))
|
---|
2927 | * add isNaN ([3111de3](https://github.com/char0n/ramda-adjunct/commit/3111de3))
|
---|
2928 | * add isNotDate ([4ffa958](https://github.com/char0n/ramda-adjunct/commit/4ffa958))
|
---|
2929 | * add isNotNaN ([fdc83c1](https://github.com/char0n/ramda-adjunct/commit/fdc83c1))
|
---|
2930 | * add isNotNumber ([a3a0758](https://github.com/char0n/ramda-adjunct/commit/a3a0758))
|
---|
2931 | * as isNumber ([d76d5fd](https://github.com/char0n/ramda-adjunct/commit/d76d5fd))
|
---|
2932 |
|
---|
2933 |
|
---|
2934 |
|
---|
2935 | <a name="0.5.1"></a>
|
---|
2936 | ## [0.5.1](https://github.com/char0n/ramda-adjunct/compare/v0.5.0...v0.5.1) (2017-03-06)
|
---|
2937 |
|
---|
2938 |
|
---|
2939 |
|
---|
2940 | <a name="0.5.0"></a>
|
---|
2941 | # [0.5.0](https://github.com/char0n/ramda-adjunct/compare/v0.4.0...v0.5.0) (2017-03-06)
|
---|
2942 |
|
---|
2943 |
|
---|
2944 | ### Bug Fixes
|
---|
2945 |
|
---|
2946 | * **isGeneratorFunction:** add legacy check ([24969a6](https://github.com/char0n/ramda-adjunct/commit/24969a6))
|
---|
2947 |
|
---|
2948 |
|
---|
2949 | ### Features
|
---|
2950 |
|
---|
2951 | * add isFunction ([c0e45e7](https://github.com/char0n/ramda-adjunct/commit/c0e45e7))
|
---|
2952 | * **typescript:** add support for typescript by typings ([1ff7c61](https://github.com/char0n/ramda-adjunct/commit/1ff7c61))
|
---|
2953 | * add isAsyncFunction ([b72a040](https://github.com/char0n/ramda-adjunct/commit/b72a040))
|
---|
2954 | * add isGeneratorFunction ([08ee74b](https://github.com/char0n/ramda-adjunct/commit/08ee74b))
|
---|
2955 | * add isNotArrayLike ([dbf09b9](https://github.com/char0n/ramda-adjunct/commit/dbf09b9)), closes [#33](https://github.com/char0n/ramda-adjunct/issues/33)
|
---|
2956 | * add isNotAsyncFunction ([8194de9](https://github.com/char0n/ramda-adjunct/commit/8194de9))
|
---|
2957 | * add isNotFunction ([82b8295](https://github.com/char0n/ramda-adjunct/commit/82b8295)), closes [#31](https://github.com/char0n/ramda-adjunct/issues/31)
|
---|
2958 | * add isNotObjectLike ([9233e00](https://github.com/char0n/ramda-adjunct/commit/9233e00))
|
---|
2959 | * add isNotPlainObject ([1d39f44](https://github.com/char0n/ramda-adjunct/commit/1d39f44))
|
---|
2960 | * add isObject ([9f6e64a](https://github.com/char0n/ramda-adjunct/commit/9f6e64a))
|
---|
2961 | * add isObjectLike ([52b1917](https://github.com/char0n/ramda-adjunct/commit/52b1917))
|
---|
2962 | * add isPlainObject ([6e14291](https://github.com/char0n/ramda-adjunct/commit/6e14291))
|
---|
2963 | * isNotGeneratorFunction ([ffba8cd](https://github.com/char0n/ramda-adjunct/commit/ffba8cd))
|
---|
2964 | * isNotObject ([aa4a0df](https://github.com/char0n/ramda-adjunct/commit/aa4a0df))
|
---|
2965 |
|
---|
2966 |
|
---|
2967 |
|
---|
2968 | <a name="0.4.0"></a>
|
---|
2969 | # [0.4.0](https://github.com/char0n/ramda-adjunct/compare/v0.3.0...v0.4.0) (2017-02-27)
|
---|
2970 |
|
---|
2971 |
|
---|
2972 | ### Bug Fixes
|
---|
2973 |
|
---|
2974 | * fix import of isNilOrEmpty ([7de3f33](https://github.com/char0n/ramda-adjunct/commit/7de3f33))
|
---|
2975 |
|
---|
2976 |
|
---|
2977 | ### Features
|
---|
2978 |
|
---|
2979 | * add isNilOrEmpty ([a42d429](https://github.com/char0n/ramda-adjunct/commit/a42d429)), closes [#21](https://github.com/char0n/ramda-adjunct/issues/21)
|
---|
2980 | * add isNotEmpty ([791f81b](https://github.com/char0n/ramda-adjunct/commit/791f81b)), closes [#19](https://github.com/char0n/ramda-adjunct/issues/19)
|
---|
2981 | * add isString, isNotString ([15a4deb](https://github.com/char0n/ramda-adjunct/commit/15a4deb))
|
---|
2982 |
|
---|
2983 |
|
---|
2984 |
|
---|
2985 | <a name="0.3.0"></a>
|
---|
2986 | # [0.3.0](https://github.com/char0n/ramda-adjunct/compare/v0.2.0...v0.3.0) (2017-02-16)
|
---|
2987 |
|
---|
2988 |
|
---|
2989 | ### Features
|
---|
2990 |
|
---|
2991 | * add isArray ([5bf4ab9](https://github.com/char0n/ramda-adjunct/commit/5bf4ab9))
|
---|
2992 | * add isBoolean, isNotBoolean ([5400527](https://github.com/char0n/ramda-adjunct/commit/5400527))
|
---|
2993 | * add isNotArray ([17d11c2](https://github.com/char0n/ramda-adjunct/commit/17d11c2))
|
---|
2994 | * add isNotNil ([f49962a](https://github.com/char0n/ramda-adjunct/commit/f49962a))
|
---|
2995 |
|
---|
2996 |
|
---|
2997 |
|
---|
2998 | <a name="0.2.0"></a>
|
---|
2999 | # [0.2.0](https://github.com/char0n/ramda-adjunct/compare/v0.1.0...v0.2.0) (2017-02-13)
|
---|
3000 |
|
---|
3001 |
|
---|
3002 |
|
---|
3003 | <a name="0.1.0"></a>
|
---|
3004 | # [0.1.0](https://github.com/char0n/ramda-adjunct/compare/v0.0.1...v0.1.0) (2017-02-09)
|
---|
3005 |
|
---|
3006 |
|
---|
3007 | ### Features
|
---|
3008 |
|
---|
3009 | * **isNull:** add isNull along side with complement isNotNull ([c803052](https://github.com/char0n/ramda-adjunct/commit/c803052))
|
---|
3010 |
|
---|
3011 |
|
---|
3012 |
|
---|
3013 | <a name="0.0.1"></a>
|
---|
3014 | ## [0.0.1](https://github.com/char0n/ramda-adjunct/compare/b468c12...v0.0.1) (2017-02-09)
|
---|
3015 |
|
---|
3016 |
|
---|
3017 | ### Features
|
---|
3018 |
|
---|
3019 | * **isNotUndefined:** add isNotUndefined adjunct ([b468c12](https://github.com/char0n/ramda-adjunct/commit/b468c12))
|
---|
3020 | * **isUndefined:** add isUndefined adjunct ([2d1f85b](https://github.com/char0n/ramda-adjunct/commit/2d1f85b))
|
---|
3021 |
|
---|
3022 |
|
---|
3023 |
|
---|