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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
- Remove `Undefined` module. `Nullable` or `option` directly (where appropriate) can be used instead. https://github.com/rescript-association/rescript-core/pull/59
16
16
- Change `RegExp.source` to return a `string`. Was previously returning a `bool`, which is wrong. https://github.com/rescript-association/rescript-core/pull/47
17
17
- Remove `Date.valueOf` as it returns the same as `Date.getTime`. https://github.com/rescript-association/rescript-core/pull/61
18
+
- Change `Float.fromString` signature. Now accepts only string. https://github.com/rescript-association/rescript-core/pull/54
19
+
- Change `Float.parseFloat` signature. Now accepts only string. https://github.com/rescript-association/rescript-core/pull/54
18
20
19
21
### Documentation
20
22
@@ -27,3 +29,4 @@
27
29
- Docstrings for `Dict`. https://github.com/rescript-association/rescript-core/pull/40
28
30
- Docstrings for `RegExp`. https://github.com/rescript-association/rescript-core/pull/47
29
31
- Docstrings for `Date`. https://github.com/rescript-association/rescript-core/pull/61
32
+
- Docstrings for `Float`. https://github.com/rescript-association/rescript-core/pull/54
0 commit comments