0.1.2 #1

Merged
Thilawyn merged 8 commits from next into master 2026-03-27 14:32:05 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 5e79d6b943 - Show all commits

View File

@@ -240,6 +240,7 @@ Currently available:
| - | - | | - | - |
| `focusObjectField` | Focuses to the field of an object | | `focusObjectField` | Focuses to the field of an object |
| `focusArrayAt` | Focuses to an indexed entry of an array | | `focusArrayAt` | Focuses to an indexed entry of an array |
| `focusTupleAt` | Focuses to an indexed entry of a tuple |
| `focusChunkAt` | Focuses to an indexed entry of a `Chunk` | | `focusChunkAt` | Focuses to an indexed entry of a `Chunk` |

View File

@@ -1,7 +1,7 @@
{ {
"name": "effect-lens", "name": "effect-lens",
"description": "An effectful Lens type to easily manage nested state", "description": "An effectful Lens type to easily manage nested state",
"version": "0.1.1", "version": "0.1.2",
"type": "module", "type": "module",
"files": [ "files": [
"./README.md", "./README.md",