Skip to content

Commit f00fb28

Browse files
Comments and update changelog
1 parent 57a9efa commit f00fb28

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 1.0.0
1+
## 2.0.0
2+
3+
* Simplify API around deferred actions.
4+
5+
## 1.0.1
26

37
* Fork from `rescript-react-update`.
48
* Re-design and extend the API.

src/Internal_Map.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Polyfill for Map taken from RescriptCore
2+
// Ref. https://github.com/rescript-association/rescript-core/blob/main/src/Core__Map.res
3+
14
type t<'k, 'v> = Js.Map.t<'k, 'v>
25

36
@new external make: unit => t<'k, 'v> = "Map"

0 commit comments

Comments
 (0)