summaryrefslogtreecommitdiff
path: root/std
AgeCommit message (Collapse)Author
2020-08-24BREAKING(std/wasi): use record for exports (#7109)Casper Beyer
2020-08-23docs(fs/walk): fix code example (#7166)木杉
2020-08-21feat(std/node): add URL export (#7132)Benjamin Lupton
2020-08-21v1.3.1Bartek Iwańczuk
2020-08-21fix: Allow isolated "%"s when parsing file URLs (#7108)Nayeem Rahman
2020-08-20fix(std/node): misnamed assert exports (#7123)Schwarzkopf Balázs
2020-08-20docs(std/wasi): fix reference to the wrong object in example (#7124)Casper Beyer
2020-08-18refactor(std/datetime): remove currentDayOfYear (#7059)Tim Reichen
2020-08-18feat(std/node): add basic asserts (#7091)Benjamin Lupton
2020-08-17fix(std/encoding/toml): Stop TOML parser from detecting numbers in strings. ↵danielwippermann
(#7064) Before this patch the TOML parser would incorrect treat the string "base64data0xdamaged" in a declaration as a hex number because the corresponding check triggers even when the "0x" is inside a double quoted string literal as long as it is followed by at least one hex character.
2020-08-17fix(std/encoding/csv): improve error message on ParseError (#7057)uki00a
2020-08-15feat(std/datetime): generalise parser, add formatter (#6619)Tim Reichen
2020-08-13v1.3.0Bartek Iwańczuk
2020-08-12fix: remove @ts-expect-error directives (#7024)Jarrett Helton
2020-08-12feat(std/node): add util.inspect (#6833)Benjamin Lupton
2020-08-12feat(std/http): add --no-dir-listing flag to file_server (#6808)木杉
2020-08-12feat(std): added TLS serve abilities to file_server (#6962)Alberto Ricart
2020-08-12fix: Make std work with isolatedModules (#7016)Nayeem Rahman
2020-08-11test(std): fs/writeJson add test for append option (#6889)Jesse Jackson
Co-authored-by: Ryan Dahl <ry@tinyclouds.org> Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
2020-08-08v1.2.3Ryan Dahl
2020-08-06refactor: Rewrite globToRegExp() (#6963)Nayeem Rahman
2020-08-03fix(std/encoding/toml): Add boolean support to stringify (#6941)Rauf Islam
2020-08-03fix(std/toml): parser error with inline comments (#6942)Jarrett Helton
2020-07-31v1.2.2Ryan Dahl
2020-07-30fix(cli/rt): Fix file URL to path conversion on Windows (#6920)Nayeem Rahman
2020-07-30fix(std/tar): directory type bug (#6905)zfx
2020-07-30docs(std/encoding): Fix TOML docs (#6912)Kid
2020-07-29fix(std/path): Percent-decode in fromFileUrl() (#6913)Nayeem Rahman
2020-07-29feat(std/async): add pooledMap utility (#6898)Luca Casonato
2020-07-26test(std): remove unstable from multiple tests (#6882)Trivikram Kamat
2020-07-26fix(std/json): Add newline at the end of json files (#6885)Marcin Puc
2020-07-26chore: use ts-expect-error instead of ts-ignore (#6876)Trivikram Kamat
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