summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-05Fix URLs in examples/README (denoland/deno_std#551)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/6d78eec41306b98943847a5d1ec3bcaf389698fd
2019-07-30enable test of aborted conn on windows (denoland/deno_std#549)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/28ae08b4244cda59379e25b523c3490edbaa7ce2
2019-07-29refactor: use Deno.execPath where possible (denoland/deno_std#548)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/287b0a9cd259952387739405152e031e9abcdb63
2019-07-28Ignore error of writing responses to aborted requests (denoland/deno_std#546)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/826deb1012d3595c3f6de19659e13564a15ceda1
2019-07-28Make shebangs Linux compatible (denoland/deno_std#545)Nayeem Rahman
Original: https://github.com/denoland/deno_std/commit/5e77e8adc70f9fffc88a86e18608283b0e10848e
2019-07-17Bump CI to v0.12.0 (denoland/deno_std#541)Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/86675d263441f405af0981c661e838f1ec192004
2019-07-11add link to uuid in README (denoland/deno_std#536)Lucas Caro
Original: https://github.com/denoland/deno_std/commit/14fefcba1593fbcb053c9445534f8ba942f9ff9d
2019-07-11Rename catjson.ts to catj.ts (denoland/deno_std#533)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/2f4846fc3e163ed1d82845140f5d3cc8adbde26e
2019-07-08fix emptydir on windows (denoland/deno_std#531)Vincent LE GOFF
Original: https://github.com/denoland/deno_std/commit/67641b8ea5ba869854ca042e11b200b90da5fc4b
2019-07-07Remove os.userHomeDir in favor of Deno.homeDir (denoland/deno_std#523)Evgeniy Karagodin
Original: https://github.com/denoland/deno_std/commit/88b48945799322c0bc2f34134eed538759de4174
2019-07-07Upgrade to v0.11.0 (update Reader interface) (denoland/deno_std#527)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/3ea90d54f6dad4bcc3d32e63601096a6c0ff3ce4
2019-07-03add UUID module (denoland/deno_std#479)Lucas Caro
Original: https://github.com/denoland/deno_std/commit/f52b3ec002ac38aa9146695283aa491bc2d115b6
2019-06-30prettier: support reading code from stdin (denoland/deno_std#498)Axetroy
Original: https://github.com/denoland/deno_std/commit/85db520b60053db5dc9b56972bfb6bee506dc158
2019-06-29Update instructions to install file server (denoland/deno_std#526)Phil Rukin
Original: https://github.com/denoland/deno_std/commit/9e5473a5020d3769a5bcdda497815321690e06ca
2019-06-26ci: bump deno to v0.10.0Ryan Dahl
Original: https://github.com/denoland/deno_std/commit/53949c1eb6aedb68af6a9301cd49d28db204b885
2019-06-24Add userHomeDir (denoland/deno_std#521)Evgeniy Karagodin
Original: https://github.com/denoland/deno_std/commit/ff7fb5a5d696256b232f8435c53087d5b12848ab
2019-06-24typoRong Sen Ng
Original: https://github.com/denoland/deno_std/commit/ba4210cdb92e7f3d3e9471bf055231221b8be085
2019-06-22file server should order filenames (denoland/deno_std#511)Axetroy
Original: https://github.com/denoland/deno_std/commit/1365d287bc97815b07f7ad298704756cb6877784
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