Skip to content

Commit

Permalink
version 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Mar 21, 2022
1 parent b6e79d3 commit 26d9bb1
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

# 0.1.27

- **New Feature**
- `ReaderIO`
- add `asksReaderIO` / `asksReaderIOW`, #91 (@thewilkybarkid)
- `ReaderTaskEither`
- Add `ReaderIO` constructors / combinators, #90 (@thewilkybarkid)
- `ReaderTask`
- Add `ReaderIO` constructors / combinators, #92 (@thewilkybarkid)

# 0.1.26

- **New Feature**
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ReaderTaskEither.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ReaderTaskEither.ts
nav_order: 15
nav_order: 16
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/RegExp.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: RegExp.ts
nav_order: 16
nav_order: 17
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Semialign/NonEmptyArray.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Semialign/NonEmptyArray.ts
nav_order: 18
nav_order: 19
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Semialign/index.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Semialign/index.ts
nav_order: 17
nav_order: 18
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/StateEither.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: StateEither.ts
nav_order: 19
nav_order: 20
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/StateIO.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: StateIO.ts
nav_order: 20
nav_order: 21
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/StateTaskEither.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: StateTaskEither.ts
nav_order: 21
nav_order: 22
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Task/getLine.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Task/getLine.ts
nav_order: 22
nav_order: 23
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Task/withTimeout.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Task/withTimeout.ts
nav_order: 23
nav_order: 24
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/TaskOption.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TaskOption.ts
nav_order: 24
nav_order: 25
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Zipper.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Zipper.ts
nav_order: 26
nav_order: 27
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/time.ts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: time.ts
nav_order: 25
nav_order: 26
parent: Modules
---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fp-ts-contrib",
"version": "0.1.26",
"version": "0.1.27",
"description": "A community driven utility package for fp-ts",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit 26d9bb1

Please sign in to comment.