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
* add docs for date module (WIP)
* add docs for date module
* remove Date.valueOf, add more examples for Date.makeXY functions
* update CHANGELOG
* change type time to msSinceEpoch and add doc strings
* add examples for utc make functions
* fix formatting
* add more information about epoch
* added disclaimer to examples and fixed one example and its output
* fixed formatting of date module
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
- Remove internal async/await helpers that do not need to be exposed in `Core`.
14
14
- Add locale and formatting options to `localeDateString`, `localeString` and `localTimeString` functions https://github.com/rescript-association/rescript-core/pull/30
15
15
- Change `RegExp.source` to return a `string`. Was previously returning a `bool`, which is wrong. https://github.com/rescript-association/rescript-core/pull/47
16
+
- Remove `Date.valueOf` as it returns the same as `Date.getTime`. https://github.com/rescript-association/rescript-core/pull/61
16
17
17
18
### Documentation
18
19
@@ -24,3 +25,4 @@
24
25
- Docstrings for `Int`. https://github.com/rescript-association/rescript-core/pull/37
25
26
- Docstrings for `Dict`. https://github.com/rescript-association/rescript-core/pull/40
26
27
- Docstrings for `RegExp`. https://github.com/rescript-association/rescript-core/pull/47
28
+
- Docstrings for `Date`. https://github.com/rescript-association/rescript-core/pull/61
0 commit comments