ramda-adjunct 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,982 @@
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
+
1
980
  # [4.1.0](https://github.com/char0n/ramda-adjunct/compare/v4.0.0...v4.1.0) (2023-08-18)
2
981
 
3
982
 
package/README.md CHANGED
@@ -137,7 +137,7 @@ It is also possible that our ES5 distributions run on node versions older than 0
137
137
  ## API Documentation
138
138
 
139
139
  [LATEST](https://char0n.github.io/ramda-adjunct),
140
- [PREVIOUS](https://char0n.github.io/ramda-adjunct/4.0.0),
140
+ [PREVIOUS](https://char0n.github.io/ramda-adjunct/4.1.0),
141
141
  [ALL VERSIONS](./VERSIONS.md)
142
142
 
143
143
  ## Wrote about us
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "cookbook",
15
15
  "functional"
16
16
  ],
17
- "version": "4.1.0",
17
+ "version": "4.1.1",
18
18
  "homepage": "https://github.com/char0n/ramda-adjunct",
19
19
  "license": "BSD-3-Clause",
20
20
  "repository": {
@@ -141,13 +141,13 @@
141
141
  "chai": "4.3.7",
142
142
  "codecov": "3.8.3",
143
143
  "conventional-changelog-cli": "3.0.0",
144
- "core-js": "=3.32.0",
144
+ "core-js": "=3.32.1",
145
145
  "docdash": "git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185",
146
146
  "eslint": "=8.47.0",
147
147
  "eslint-config-airbnb-base": "=15.0.0",
148
148
  "eslint-config-prettier": "=9.0.0",
149
149
  "eslint-plugin-dtslint": "=3.0.2",
150
- "eslint-plugin-import": "=2.28.0",
150
+ "eslint-plugin-import": "=2.28.1",
151
151
  "eslint-plugin-mocha": "=10.1.0",
152
152
  "eslint-plugin-prettier": "5.0.0",
153
153
  "eslint-plugin-ramda": "2.5.1",
package/types/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  // Minimum TypeScript Version: 2.4
2
+ /* eslint-disable no-shadow */
2
3
 
3
4
  interface Functor<T> {
4
5
  map<U>(fn: (t: T) => U): Functor<U>;
@@ -507,7 +508,7 @@ export function pickIndexes<T>(indexes: number[], list: T[]): T[];
507
508
  export function pickIndexes(indexes: number[]): <T>(list: T[]) => T[];
508
509
 
509
510
  /**
510
- * Creates a list from from arguments.
511
+ * Creates a list from arguments.
511
512
  */
512
513
  export function list(...items: any[]): any[];
513
514
 
@@ -608,13 +609,13 @@ export function cata<V1, V2, T1, T2>(
608
609
  */
609
610
  type PickRenameMulti<
610
611
  R extends { [K: string]: string },
611
- T extends { [s in keyof R]: any }
612
+ T extends { [s in keyof R]: any },
612
613
  > = {
613
614
  [P in keyof T as P extends keyof R ? R[P] : P]: T[P];
614
615
  };
615
616
  export function renameKeys<
616
617
  MAP extends Dictionary<string>,
617
- OBJ extends { readonly [s in keyof MAP]: any }
618
+ OBJ extends { readonly [s in keyof MAP]: any },
618
619
  >(keysMap: MAP, obj: OBJ): PickRenameMulti<MAP, OBJ>;
619
620
  export function renameKeys<MAP extends Dictionary<string>>(
620
621
  keysMap: MAP
@@ -622,33 +623,34 @@ export function renameKeys<MAP extends Dictionary<string>>(
622
623
  obj: OBJ
623
624
  ) => PickRenameMulti<MAP, OBJ>;
624
625
 
625
-
626
- type Keyable = string | number | symbol
626
+ type Keyable = string | number | symbol;
627
627
  type RenameObjectKey<
628
- OKey extends keyof OBJ,
628
+ OKey extends keyof OBJ, // eslint-disable-line no-use-before-define
629
629
  OBJ extends { readonly [s in OKey]: any },
630
630
  NKey extends Keyable,
631
- > = Omit<OBJ, OKey> & Record<NKey, OBJ[OKey]>
632
-
631
+ > = Omit<OBJ, OKey> & Record<NKey, OBJ[OKey]>;
633
632
  /**
634
633
  * Creates a new object with the own properties of the provided object, but a
635
634
  * single key is renamed from `oldKey` to `newKey`.
636
635
  */
637
- function renameKey<
638
- OKey extends Keyable,
639
- >(oldKey: OKey):
640
- <NKey extends Keyable>(newKey: NKey) =>
641
- <OBJ extends { readonly [s in OKey]: any }>(obj: OBJ) => RenameObjectKey<OKey, OBJ, NKey>;
642
- function renameKey<
643
- OKey extends Keyable,
644
- NKey extends Keyable,
645
- >(oldKey: OKey, newKey: NKey):
646
- <OBJ extends { readonly [s in OKey]: any }>(obj: OBJ) => RenameObjectKey<OKey, OBJ, NKey>;
647
- function renameKey<
648
- OKey extends keyof OBJ,
636
+ export function renameKey<OKey extends Keyable>(
637
+ oldKey: OKey
638
+ ): <NKey extends Keyable>(
639
+ newKey: NKey
640
+ ) => <OBJ extends { readonly [s in OKey]: any }>(
641
+ obj: OBJ
642
+ ) => RenameObjectKey<OKey, OBJ, NKey>;
643
+ export function renameKey<OKey extends Keyable, NKey extends Keyable>(
644
+ oldKey: OKey,
645
+ newKey: NKey
646
+ ): <OBJ extends { readonly [s in OKey]: any }>(
647
+ obj: OBJ
648
+ ) => RenameObjectKey<OKey, OBJ, NKey>;
649
+ export function renameKey<
650
+ OKey extends keyof OBJ, // eslint-disable-line no-use-before-define
649
651
  OBJ extends { readonly [s in OKey]: any },
650
652
  NKey extends Keyable,
651
- >(oldKey: OKey, newKey: NKey, obj: OBJ): RenameObjectKey<OKey, OBJ, NKey>
653
+ >(oldKey: OKey, newKey: NKey, obj: OBJ): RenameObjectKey<OKey, OBJ, NKey>;
652
654
 
653
655
  /**
654
656
  * Creates a new object with the own properties of the provided object, and the
@@ -1,23 +0,0 @@
1
- 'use strict';
2
-
3
- const { join } = require('path');
4
-
5
- module.exports = {
6
- parser: '@typescript-eslint/parser',
7
- parserOptions: {
8
- ecmaVersion: 2019,
9
- project: join(__dirname, './tsconfig.json'),
10
- sourceType: 'module',
11
- },
12
- plugins: ['@typescript-eslint'],
13
- extends: ['plugin:prettier/recommended', 'plugin:@typescript-eslint/recommended'],
14
- rules: {
15
- '@typescript-eslint/ban-ts-comment': 0,
16
- 'import/no-unresolved': 0,
17
- 'import/extensions': 0,
18
- '@typescript-eslint/no-empty-function': 0,
19
- '@typescript-eslint/no-unused-vars': 0,
20
- '@typescript-eslint/ban-types': 0,
21
- '@typescript-eslint/no-explicit-any': 0,
22
- }
23
- };
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- const { join } = require('path');
4
-
5
- module.exports = {
6
- parser: '@typescript-eslint/parser',
7
- parserOptions: {
8
- ecmaVersion: 2019,
9
- project: join(__dirname, './tsconfig.json'),
10
- sourceType: 'module',
11
- },
12
- extends: ['plugin:dtslint/recommended'],
13
- };