Commit Graph

123 Commits

Author SHA1 Message Date
Chris Knight
c5cc57ac91 Fixed month reference in documented output of parseDate and parseDateTime function calls (denoland/deno#3859) 2021-02-01 10:46:57 +00:00
Ry Dahl
3a9eb92372 Happy new year! (denoland/deno#3578) 2021-02-01 10:46:56 +00:00
Leo Chandra
a39dbcccf8 fix: datetime toIMF bug (denoland/deno#3357) 2021-02-01 10:46:56 +00:00
Ryan Dahl
d491d2e747 Run deno_std tests in github actions 2021-02-01 10:46:56 +00:00
Yoshiya Hinosawa
c3fe858f98 Update eslint and @typescript-eslint (#621) 2019-10-05 12:02:34 -04:00
Xin Du (Clark)
3041edb152 datetime: use assertThrows in test (#473) 2019-06-05 14:35:35 -04:00
Xin Du (Clark)
2acaf5adb9 fix typos (#469) 2019-05-31 08:39:05 -04:00
Vincent LE GOFF
49ae9439f7 datetime: timezone fix in toIMF (#400) 2019-05-13 14:03:24 -04:00
Vincent LE GOFF
f111469103 http: Cookie improvements (#359) 2019-04-27 16:07:11 -07:00
Vincent LE GOFF
4543b563a9 Eslint fixes (#356)
Make warnings fail
2019-04-24 07:41:22 -04:00
Vincent LE GOFF
e17364b91f Fix assertEquals for RegExp & Date (#305) 2019-03-26 08:15:16 -04:00
Vincent LE GOFF
b699fa67be Documentation clean up (#288) 2019-03-18 11:08:01 -04:00
Vincent LE GOFF
1805c18ac7 Improve jsdoc (#277) 2019-03-14 10:24:54 -04:00
Vincent LE GOFF
5852cd251b Datetime module improvement (#259) 2019-03-11 11:00:30 -04:00
Ryan Dahl
4cf39d4a14
Rename assertEq to assertEquals (#242)
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e1d5c00279 Testing refactor (#240) 2019-03-06 16:39:50 -05:00
Kitson Kelly
c0390ade3d Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00
EnokMan
f65fda8336 Fixed non-standard prefix on importing (#216) 2019-02-23 11:13:53 -05:00
Dmitry Sharshakov
5440377495 Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
木杉
61a3911be7 fix format (#140) 2019-01-21 09:35:07 -06:00
James Garbutt
cc40d3e984 datetime: correct hh:mm formats and add test cases (#121) 2019-01-16 10:25:52 -05:00
Kwang-in (Dennis) Jung
3656ab5b99 Define type for available date format (#88) 2019-01-11 00:19:42 -05:00
Dmitry Sharshakov aka. sh7dm
b490638746 Add datetime utils (#72) 2019-01-03 10:19:20 -05:00