File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616** Note** : A feature tagged as Experimental is in a
1717high state of flux, you're at risk of it changing without notice.
1818
19+ # 2.16.10
20+
21+ ** Polish**
22+
23+ Add apFirstW and apSecondW to ReaderTask, #1958
24+
1925# 2.16.9
2026
2127** Polish**
Original file line number Diff line number Diff line change 11{
22 "name" : " fp-ts" ,
3- "version" : " 2.16.9 " ,
3+ "version" : " 2.16.10 " ,
44 "description" : " Functional programming in TypeScript" ,
55 "main" : " ./lib/index.js" ,
66 "module" : " ./es6/index.js" ,
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ export const apFirst = /*#__PURE__*/ apFirst_(ApplyPar)
257257 *
258258 * The `W` suffix (short for **W**idening) means that the environment types will be merged.
259259 *
260- * @since 2.17.0
260+ * @since 2.16.10
261261 */
262262export const apFirstW : < R2 , B > (
263263 second : ReaderTask < R2 , B >
@@ -275,7 +275,7 @@ export const apSecond = /*#__PURE__*/ apSecond_(ApplyPar)
275275 *
276276 * The `W` suffix (short for **W**idening) means that the environment types will be merged.
277277 *
278- * @since 2.17.0
278+ * @since 2.16.10
279279 */
280280export const apSecondW : < R2 , B > (
281281 second : ReaderTask < R2 , B >
You can’t perform that action at this time.
0 commit comments