summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-22feat: add catjson example (denoland/deno_std#517)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/d99c15448dc6615bea372cc64453de3428c6ba23
2019-06-22fix: pin eslint version for CI (denoland/deno_std#518)Bartek Iwańczuk
https://github.com/typescript-eslint/typescript-eslint/issues/637 Original: https://github.com/denoland/deno_std/commit/4772c34521f7abba6c7038273e185c6a96f8f216
2019-06-21bundle/run handles Deno.args better. (denoland/deno_std#514)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/02262c61612fdeda1ddd9e987f04f320d17b0c89
2019-06-21typo (denoland/deno_std#515)Amen
Original: https://github.com/denoland/deno_std/commit/4804e50b23e7a2a494bce270f18fa89eb1c20ebe
2019-06-20improve installer (denoland/deno_std#512)Bartek Iwańczuk
- remove uninstall command - add --reload to deno fetch - to ensure subsequent installation upgrades script and deps - fix executable shebang - fix prompt for subsequent installation - support custom installation dir via -d/--dir flag Original: https://github.com/denoland/deno_std/commit/b13441fe8af151f60cdc2336c53a7196f56fd5b0
2019-06-19installer: quote commands correctly (denoland/deno_std#510)Axetroy
Original: https://github.com/denoland/deno_std/commit/4317af11d18e67dbc79b0df9839180f8e4e55613
2019-06-19Testing: Pretty output + Silent mode (denoland/deno_std#314)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/d44a47a08d53a5a5d94de8aabde6c1682b8e54c6
2019-06-18lint: add max line length rules (denoland/deno_std#507)Axetroy
Original: https://github.com/denoland/deno_std/commit/b04fda30c8949b6347094b898bfa427c0b9a6162
2019-06-18Installer: support windows (denoland/deno_std#499)Axetroy
Original: https://github.com/denoland/deno_std/commit/a68527f3fe0a006a64a2df9c5f380f5a2274a531
2019-06-17add encoding/hex module (denoland/deno_std#434)Axetroy
Original: https://github.com/denoland/deno_std/commit/418cdff25d022e8abfd4423f1535173c2e7c2210
2019-06-16fix installer readme (denoland/deno_std#495)Axetroy
Original: https://github.com/denoland/deno_std/commit/aa628cb926078375c3164711e49af1bd71825983
2019-06-15ci: bump version to v0.9.0 (denoland/deno_std#493)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/33bc3db00105e2572a7e3abd6da8591cbc5abae1
2019-06-15installer: Print name of installed file (denoland/deno_std#492)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/1679ba0b57e27624b3d3fdc303dccbe69a9d798d
2019-06-14feat: installer (denoland/deno_std#489)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/a3015be14195df46486a49e5c791afba4dfe084a
2019-06-14fix wrong field name in example code (denoland/deno_std#490)Sam Reghenzi
Original: https://github.com/denoland/deno_std/commit/3ec3a8b4f1eee8b5c6d90db6a30a6ab38afa05c8
2019-06-10Add bundle loader (denoland/deno_std#480)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/fe7f6e117fee724bf8f9b44526de1add7da7dfdd
2019-06-09upgrade: deno to v0.8.0 (denoland/deno_std#487)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/86b7499e658a70d734e1e02fef50e1d9e26f6f56
2019-06-06use unknown instead of any (denoland/deno_std#486)Xin Du (Clark)
Original: https://github.com/denoland/deno_std/commit/c64734cbd980dad79ebc04015a16de0b9f654325
2019-06-06Remove console.error from asserts. (denoland/deno_std#483)Kitson Kelly
Original: https://github.com/denoland/deno_std/commit/2292fbe6b1935588e19bc2736b364e82b7c5d38e
2019-06-05datetime: use assertThrows in test (denoland/deno_std#473)Xin Du (Clark)
Original: https://github.com/denoland/deno_std/commit/3041edb152e9215952c1c69522d3dedb2b345428
2019-06-02Check file changes during test (denoland/deno_std#476)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/7daa887b09d4662710ad58e68de1a01a318455bb
2019-05-31chore: make CI config DRY (denoland/deno_std#470)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/8a9993be1411c3161de215690ba1c7e2ea7823fe
2019-05-31fix typos (denoland/deno_std#469)Xin Du (Clark)
Original: https://github.com/denoland/deno_std/commit/2acaf5adb9d043e81710e4badc7a96da5a752ee3
2019-05-30io: make port BufReader.readByte() return `number | EOF`Bert Belder
Original: https://github.com/denoland/deno_std/commit/679b2030534c01b8938b34066b127119614eb2d5
2019-05-30ws: Add sec-websocket-version to handshake header (denoland/deno_std#468)hashrock
Original: https://github.com/denoland/deno_std/commit/40f55da9cff4b9589f07785db55f2eab01c4f09a
2019-05-30encoding: add csv parse (denoland/deno_std#458)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/167f5298983000e9aa9da560e566df6237f03f67
2019-05-30deactivate flaky copy assertion (denoland/deno_std#467)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/9b72d580caba21269bf15b58a241d71c040a0aeb
2019-05-30chore: Implement strict mode (denoland/deno_std#453)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/be24677d15494e83eea2e99bfc5ccfdde31cb892
2019-05-29ci: use deno v0.7.0 (denoland/deno_std#464)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/e6793e49c43ee0e4165c875928e1ef94489c0dcc
2019-05-29http: add rfc7230 handling (denoland/deno_std#451)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/1db594d5b0fd377ee6c749041b7265101f92eef1
2019-05-29io: refactor BufReader/Writer interfaces to be more idiomatic ↵Bert Belder
(denoland/deno_std#444) Thanks Vincent Le Goff (@zekth) for porting over the CSV reader implementation. Fixes: denoland/deno_std#436 Original: https://github.com/denoland/deno_std/commit/0ee6334b698072b50c6f5ac8d42d34dc4c94b948
2019-05-27add "run" to file server alias (denoland/deno_std#460)Bardia Rastin
Original: https://github.com/denoland/deno_std/commit/4078e9b24da35764403b930da6b0dac6a950d324
2019-05-27rename strings/strings.ts to strings/mod.ts (denoland/deno_std#449)Axetroy
Original: https://github.com/denoland/deno_std/commit/2f003fa35cb354b1b1cc43af196a0d356b334ed3
2019-05-25http: add ParseHTTPVersion (denoland/deno_std#452)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/438178541e4d713c441daec7c783c745244d4d14
2019-05-25Prettier: support for specified files and glob mode (denoland/deno_std#438)Axetroy
Original: https://github.com/denoland/deno_std/commit/1083db10ed64647db70e23aff8cebc1022582f00
2019-05-24Add encoding/csv (denoland/deno_std#432)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/c8a7dcdcd0987d74858b23bab83af480f35c26a8
2019-05-24rename bytes/bytes.ts to bytes/mod.tsaxetroy
Original: https://github.com/denoland/deno_std/commit/015cf3e02d5809bf5ba473201183a26e08837c56
2019-05-24remove function prefix of bytes moduleaxetroy
Original: https://github.com/denoland/deno_std/commit/a4579426783f36cd5e46c4ebfb75ef702b2a15ba
2019-05-24Enable bytes tests and add bytesRepeat (denoland/deno_std#446)Axetroy
Original: https://github.com/denoland/deno_std/commit/bd46d60ded3197d93a52ede92eba7302df9b4713
2019-05-23TOML: Move to encoding dir (denoland/deno_std#435)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/7a722ceffc0b60305863c1417ef22b835db0d58d
2019-05-23Fix http README examples (denoland/deno_std#440)Stoyan Dimkov
Some cosmetic fixes to the provided examples in the http README: - Ensure they're all actually runnable - Use clear variable names - Add usage of Cookie interface Original: https://github.com/denoland/deno_std/commit/b9b25b8b17f8ca952392315f6b4f0dcfa5c5a00a
2019-05-23http: fix content-length checking (denoland/deno_std#437)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/ce4e3ccdc3f9838d2f286007fa55cf5064a93f44
2019-05-23Added isGlob function (denoland/deno_std#433)Shubhadeep Das
Original: https://github.com/denoland/deno_std/commit/94dcb2779be16530bb6ec9ce7218c89fbbf50c59
2019-05-22http: send an empty response body if none is provided (denoland/deno_std#429)Aurélien Bertron
Fixes: denoland/deno_std#402 Original: https://github.com/denoland/deno_std/commit/e00e3fe33a4e57e8bebcf2b7cdd4f501674450d2
2019-05-22http: make server handle bad client requests properly (denoland/deno_std#419)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/7620fe1a82ba5694e17d51133d94230b06d1517a
2019-05-22fix(fileserver): wrong url href of displayed files (denoland/deno_std#426)Yuqing Chen
Original: https://github.com/denoland/deno_std/commit/be6cd35cbf65ef49b15bf0faf1e582d79f5a0f87
2019-05-22http: delete conn parameter in readRequest (denoland/deno_std#430)Vincent LE GOFF
To bring it inline with Go API Original: https://github.com/denoland/deno_std/commit/209183e24812095a40e48e60484f80a5a254b1c3
2019-05-21Rename //multipart/multipart.ts to //mime/multipart.ts (denoland/deno_std#420)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/aad0896346805513dc87eb01cd867a1513f574b1
2019-05-21feat(prettier): output to stdout instead of write file by default unless ↵Axetroy
specified --write flag (denoland/deno_std#332) Original: https://github.com/denoland/deno_std/commit/434007b8ab421cb24a75d2937d275c5048b9c111
2019-05-21Bump v0.6.0 (denoland/deno_std#423)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/47134db9f24de802bee560941584bbc32e75a9c3