File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master
4
4
5
- - Docstrings for ` Map ` and ` Iterator ` . https://github.com/rescript-association/rescript-core/pull/34
5
+ ### API changes
6
+
6
7
- Change ` Map.set ` to not return self, to indicate that it's mutable. https://github.com/rescript-association/rescript-core/pull/34
8
+ - Change ` Set.add ` to not return self, to indicate that it's mutable. https://github.com/rescript-association/rescript-core/pull/35
7
9
- Change ` Iterator ` bindings to have the same shape as ` AsyncIterator ` for consistency. https://github.com/rescript-association/rescript-core/pull/34
8
10
- Add ` Iterator.toArray ` binding for turning an iterator into an array. https://github.com/rescript-association/rescript-core/pull/34
11
+
12
+ ### Documentation
13
+
14
+ - Docstrings for ` Map ` and ` Iterator ` . https://github.com/rescript-association/rescript-core/pull/34
15
+ - Docstrings for ` Global ` . https://github.com/rescript-association/rescript-core/pull/39
16
+ - Docstrings for ` Set ` . https://github.com/rescript-association/rescript-core/pull/35
17
+ - Docstrings for ` AsyncIterator ` . https://github.com/rescript-association/rescript-core/pull/33
18
+ - Docstrings for ` Type ` . https://github.com/rescript-association/rescript-core/pull/32
You can’t perform that action at this time.
0 commit comments