diff options
| author | Anh Hong <hong4rc@gmail.com> | 2020-12-11 02:45:45 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-11 06:45:45 +1100 |
| commit | b8bc24d167f2e19482d9dc6d367876c361abf4ea (patch) | |
| tree | 5e46858514914eed698d1c941fe8593547e93ed4 /Releases.md | |
| parent | fd9b0202c1bb0e83183fd0a53d8b1303612a5e31 (diff) | |
chore: fixed various misspellings and other typos (#8691)
Diffstat (limited to 'Releases.md')
| -rw-r--r-- | Releases.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Releases.md b/Releases.md index 40549d9d3..da6720e2f 100644 --- a/Releases.md +++ b/Releases.md @@ -408,7 +408,7 @@ Changes in std version 0.69.0: - fix: Don't expose globalThis.__bootstrap (#7344) - fix: Handle bad redirects more gracefully (#7342) - fix: Handling of + character in URLSearchParams (#7314) -- fix: Regex for TS refereces and deno-types (#7333) +- fix: Regex for TS references and deno-types (#7333) - fix: Set maximum size of thread pool to 31 (#7290) - fix: Support missing features in --no-check (#7289) - fix: Use millisecond precision for Deno.futime and Deno.utime (#7299) @@ -629,7 +629,7 @@ Changes in std version 0.61.0: - fix(std/http): Properly return port 80 in \_parseAddrFromStr (#6635) - fix(std/mime): Boundary random hex values (#6646) - fix(std/node): Add encoding argument to Buffer.byteLength (#6639) -- fix(std/tesing/asserts): AssertEquals/NotEquals should use milliseconds in +- fix(std/testing/asserts): AssertEquals/NotEquals should use milliseconds in Date (#6644) - fix(std/wasi): Return errno::success from fd_tell (#6636) @@ -1128,7 +1128,7 @@ Read more about this release at https://deno.land/v1 ### v0.41.0 / 2020.04.16 - BREAKING: Improve readdir() and FileInfo interfaces (#4763) -- BREAKING: Remove depracated APIs for mkdir and mkdirSync (#4615) +- BREAKING: Remove deprecated APIs for mkdir and mkdirSync (#4615) - BREAKING: Make fetch API more web compatible (#4687) - BREAKING: Remove std/testing/format.ts (#4749) - BREAKING: Migrate std/types to deno.land/x/types/ (#4713, #4771) @@ -1282,7 +1282,7 @@ Read more about this release at https://deno.land/v1 - feat: Add Deno.umask (#4290) - feat: Add global --quiet flag (#4135) - feat: Improvements to std/flags. (#4279) -- feat: Make internel error frames dimmer (#4201) +- feat: Make internal error frames dimmer (#4201) - feat: Support async function and EventListenerObject as listeners (#4240) - feat: add actual error class to fail message (#4305) - feat: seek should return cursor position (#4211) @@ -1310,7 +1310,7 @@ Read more about this release at https://deno.land/v1 - refactor: Rename Option -> Options (#4226) - refactor: cleanup compiler runtimes (#4230) - refactor: preliminary cleanup of Deno.runTests() (#4237) -- refactor: reduce unnecesarry output in cli/js tests (#4182) +- refactor: reduce unnecessary output in cli/js tests (#4182) - refactor: reorganize cli/js (#4317, #4316, #4310, #4250, #4302, #4283, #4264) - refactor: rewrite testPerm into unitTest (#4231) - refactor: uncomment tests broken tests, use skip (#4311) @@ -1605,7 +1605,7 @@ Read more about this release at https://deno.land/v1 - feat: Add ResourceTable in core (#3150) - feat: Re-enable standard stream support for fetch bodies (#3192) - feat: Add CustomInspect for Headers (#3130) -- fix: Cherry-pick depot_tools 6a1d778 to fix macOS Cataliona issues (#3175) +- fix: Cherry-pick depot_tools 6a1d778 to fix macOS Catalina issues (#3175) - fix: Remove runtime panics in op dispatch (#3176, #3202, #3131) - fix: BufReader.readString to actually return Deno.EOF at end (#3191) - perf: faster TextDecoder (#3180, #3204) @@ -1986,7 +1986,7 @@ In deno: In deno_std - Clean up HTTP async iterator code (denoland/deno_std#411) -- fix: add exnext lib to tsconfig.json (denoland/deno_std#416) +- fix: add esnext lib to tsconfig.json (denoland/deno_std#416) - feat(fs): add copy/copySync (denoland/deno_std#278) - feat: add Tar and Untar classes (denoland/deno_std#388) - ws: make acceptable() more robust (denoland/deno_std#404) |
