summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Collapse)Author
2020-07-24v1.2.1Ryan Dahl
2020-07-23fix: Improve URL compatibility (#6807)Nayeem Rahman
- Fix protocol regex. - Truncate repeated leading slashes in file paths. - Make drive letter support platform-independent. - Drop the hostname if a drive letter is parsed. - Fix drive letter normalization and basing. - Allow basing over the host. - Fix same-protocol basing. - Remove Windows UNC path support. - Reverts #6418. This is non-standard. Wouldn't be too much of a problem but it makes other parts of the spec hard to realize.
2020-07-23fix(std/fs): remove unexisted imports (#6850)Gerald
2020-07-22BREAKING(std/fs): remove readFileStr and readFileStrSync (#6848)Casper Beyer
This removes the readFileStr and readFileStrSync functions which are effectively duplicates of Deno.readTextFile and Deno.readTextFileSync.
2020-07-22BREAKING(std/fs): remove writeFileStr and writeFileStrSync (#6847)Casper Beyer
This removes the writeFileStr and writeFileStrSync functions which are effectivly duplicates of Deno.writeTextFile and Deno.writeTextFileSync.
2020-07-19refactor(std/path): enrich the types in parse_format_test (#6803)木杉
2020-07-18doc(std/bytes): Fix wrong import in the example code (copyBytes) (#6787)sonota88
2020-07-16fix(std/encoding/toml): could not parse strings with apostrophes/semicolons ↵uki00a
(#6781)
2020-07-16fix(std/wasi): remove number overload from rights in path_open (#6768)Casper Beyer
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-14fix(std/testing): assertThrows inheritance (#6623)Rob Waller
2020-07-14feat(std/node): add string_decoder (#6638)Steven Guerrero
2020-07-14feat(std/encoding): add ascii85 module (#6711)Opliko
2020-07-14refactor(std/datetime): improve weekOfYear (#6741)Jesse Jackson
2020-07-14Remove unused property of StringReader (#6743)syumai
2020-07-14docs(std/io): error in the documentation (#6709)Max Nest
2020-07-14chore(std): edit style guide link to deno manual (#6490)남현욱
2020-07-13v1.2.0Bartek Iwańczuk
2020-07-13Revert "feat: move unstable Deno.permissions to navigator.permissions… (#6729)Bartek Iwańczuk
* Revert "feat: move unstable Deno.permissions to navigator.permissions (#6244)" This reverts commit 202e7fa6ad366ee56a6d070e94eaecb6dbc745bf.
2020-07-13fix(cli/js/web/url): Implement IPv4 hostname parsing (#6707)Nayeem Rahman
2020-07-11feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to ↵Nayeem Rahman
InspectOptions (#6591)
2020-07-10Fix for issue #6685: --allow-net=:8080 broken (#6698)KrisChambers
2020-07-09BREAKING(std/encoding/hex): simplify API (#6690)Marcos Casagrande
2020-07-09feat(std/datetime): Added weekOfYear (#6659)Jacob Gee-Clarke
2020-07-09feat: move unstable Deno.permissions to navigator.permissions (#6244)Kitson Kelly
2020-07-09fix(std/http): properly return port 80 in _parseAddrFromStr (#6635)Evan Bertrand
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
This commit adds a "--no-check" option to following subcommands: - "deno cache" - "deno info" - "deno run" - "deno test" The "--no-check" options allows to skip type checking step and instead directly transpiles TS sources to JS sources. This solution uses `ts.transpileModule()` API and is just an interim solution before implementing it fully in Rust.
2020-07-07fix(std): base64 in workers (#6681)Marcos Casagrande
2020-07-07test(std/wasi): add std file read and write tests (#6671)Casper Beyer
2020-07-06Fix definition of URL constructor (#6653)Ryan Dahl
2020-07-06Fix scope in std/md5 (#6662)crowlKats
2020-07-05std/log - Expose Logger type and improve public interface for get & set log ↵Paul Thompson
levels (#6617)
2020-07-05fix(std/tesing/asserts): assertEquals/NotEquals should use milliseconds in ↵uki00a
Date (#6644)
2020-07-05fix(std/wasi): return errno::success from fd_tell (#6636)Casper Beyer
2020-07-05test(std/wasi) add std::fs::File seek test (#6648)Casper Beyer
2020-07-05fix(std/mime): boundary random hex values (#6646)Anton Dmytriichuk
2020-07-05re-enable follow symlinks walk test on Windows (#6626)Casper Beyer
2020-07-05feat(std/wasi): implement fd_readdir (#6631)Casper Beyer
2020-07-05test(std/node): include windows in link tests (#6620)Casper Beyer
2020-07-05test(std/wasi): explicitly assert each expected arg (#6633)Casper Beyer
2020-07-05fix(std/node): add encoding argument to Buffer.byteLength (#6639)Marcos Casagrande
2020-07-05feat(std/node): add buf.equals method (#6640)Marcos Casagrande
2020-07-03v1.1.3Bartek Iwańczuk
2020-07-02improve(std/asserts): allow assert functions to specify type parameter (#6413)WJH
2020-07-02test(std/wasi): add create directory and file tests (#6603)Casper Beyer
2020-07-01upgrade: swc_ecma_visit, dprint, deno_lint (#6580)Bartek Iwańczuk
2020-06-30Update std/http/cookie types to not require full ServerRequest object (#6577)Kitson Kelly
2020-06-30fix(std/log): print "{msg}" when log an empty line (#6381)Water Zheng
2020-06-29test(std/wasi): add rename test (#6573)Casper Beyer
2020-06-29test(std/wasi): add hard-link test (#6571)Casper Beyer