You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## Next version
4
4
5
+
### API changes
6
+
7
+
- Add `Math.Int.floor` and `Math.Int.random`, https://github.com/rescript-association/rescript-core/pull/156
8
+
9
+
### Documentation
10
+
11
+
- Docstrings for `Math.Int.floor` and `Math.Int.random`. https://github.com/rescript-association/rescript-core/pull/156
12
+
5
13
## 0.5.0
6
14
7
15
### API changes
@@ -82,7 +90,6 @@
82
90
- Remove `Array.fromIterator` and `Array.fromIteratorWithMap`. The same functions exist in `Iterator` as `Iterator.fromArray` and `Iterator.fromArrayWithMapper`. https://github.com/rescript-association/rescript-core/pull/78
83
91
- Remove unsafe `Array.from` and `Array.fromWithMap`. https://github.com/rescript-association/rescript-core/pull/78
84
92
- Add `Int.clamp` and `Float.clamp`, https://github.com/rescript-association/rescript-core/pull/90
85
-
- Add `Math.Int.floor` and `Math.Int.random`, https://github.com/rescript-association/rescript-core/pull/156
86
93
87
94
### Documentation
88
95
@@ -98,4 +105,3 @@
98
105
- Docstrings for `Float`. https://github.com/rescript-association/rescript-core/pull/54
99
106
- Docstrings for `String`. https://github.com/rescript-association/rescript-core/pull/27
100
107
- Docstrings for `Array`. https://github.com/rescript-association/rescript-core/pull/78
101
-
- Docstrings for `Math.Int.floor` and `Math.Int.random`. https://github.com/rescript-association/rescript-core/pull/156
0 commit comments