We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b7d1d commit d5904bdCopy full SHA for d5904bd
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Next version
4
5
+- Add `Dict.getUnsafe` https://github.com/rescript-association/rescript-core/pull/167
6
+
7
## 0.6.0
8
9
### API changes
migration/migration.toml
@@ -117,6 +117,10 @@ rewrite="Dict.make"
117
match="Js.Dict.keys"
118
rewrite="Dict.keysToArray"
119
120
+[js-dict-a-get-unsafe]
121
+match="Js.Dict.unsafeGet"
122
+rewrite="Dict.getUnsafe"
123
124
[js-dict-z]
125
match="Js.Dict"
126
rewrite="Dict"
0 commit comments