Skip to content

Commit b5e3e8c

Browse files
authored
Docs for Float (#54)
* add float docstrings * fix * update Float.fromString * change signature Float.parseFloat
1 parent c0db41d commit b5e3e8c

File tree

2 files changed

+404
-21
lines changed

2 files changed

+404
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- Remove `Undefined` module. `Nullable` or `option` directly (where appropriate) can be used instead. https://github.com/rescript-association/rescript-core/pull/59
1616
- Change `RegExp.source` to return a `string`. Was previously returning a `bool`, which is wrong. https://github.com/rescript-association/rescript-core/pull/47
1717
- 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
1820

1921
### Documentation
2022

@@ -27,3 +29,4 @@
2729
- Docstrings for `Dict`. https://github.com/rescript-association/rescript-core/pull/40
2830
- Docstrings for `RegExp`. https://github.com/rescript-association/rescript-core/pull/47
2931
- 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

Comments
 (0)