index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
datetime
/
README.md
Age
Commit message (
Collapse
)
Author
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now.
2021-01-15
docs(std/datetime): fix readme example (#9120)
Maxim Zhukov
2020-10-19
docs(std/datetime): document toIMF, isLeap, difference, and constants (#7931)
Yoshiya Hinosawa
2020-10-04
docs(std): version all imports in README (#7442)
tokiedokie
Use $STD_VERSION in std/ README files to automatically display proper version.
2020-10-04
docs: end sentences with a period in markdown (#7813)
Trivikram Kamat
2020-09-24
fix(std/datetime):: 12 and 24 support (#7661)
Tim Reichen
2020-08-18
refactor(std/datetime): remove currentDayOfYear (#7059)
Tim Reichen
2020-08-15
feat(std/datetime): generalise parser, add formatter (#6619)
Tim Reichen
2020-07-14
refactor(std/datetime): improve weekOfYear (#6741)
Jesse Jackson
2020-07-09
feat(std/datetime): Added weekOfYear (#6659)
Jacob Gee-Clarke
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-02-02
Fixed month reference in documented output of parseDate and parseDateTime ↵
Chris Knight
function calls (#3859)
2019-10-09
Run deno_std tests in github actions
Ryan Dahl
2019-10-09
Move everything into std subdir
Ryan Dahl