1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
Commit graph

16 commits

Author SHA1 Message Date
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