Skip to content

Tags: sgmonda/deno

Tags

v0.23.0

Toggle v0.23.0's commit message

Verified

This tag was signed with the committer’s verified signature.
piscisaureus Bert Belder
v0.23.0 / 2019.11.04

- feat: Add serveTLS and listenAndServeTLS (denoland#3257)
- feat: Lockfile support (denoland#3231)
- feat: Adds custom inspect method for URL (denoland#3241)
- fix: Support for deep `Map` equality with `asserts#equal` (denoland#3236, denoland#3258)
- fix: Make EOF unique symbol (denoland#3244)
- fix: Prevent customInspect error from crashing console (denoland#3226)

v0.16.0

Toggle v0.16.0's commit message

Verified

This tag was signed with the committer’s verified signature.
piscisaureus Bert Belder
v0.16.0 / 2019.08.22

In deno:

- feat: "deno test" subcommand (denoland#2783, denoland#2784, denoland#2800)
- feat: implement console.trace() (denoland#2780)
- feat: support .d.ts files (denoland#2746)
- feat: support custom inspection of objects (denoland#2791)
- fix: dynamic import panic (denoland#2792)
- fix: handle tsconfig.json with comments (denoland#2773)
- fix: import map panics, use import map's location as its base URL
  (denoland#2770)
- fix: set response.url (denoland#2782)

In deno_std:

- feat: add overloaded form of unit test declaration
  (denoland/deno_std#563)
- feat: add printf implementation (fmt/sprintf.ts)
  (denoland/deno_std#566)
- feat: print out the failed tests after the summary
  (denoland/deno_std#554)
- feat: test runner (denoland/deno_std#516, denoland/deno_std#564,
  denoland/deno_std#568)
- fix: accept absolute root directories in the file server
  (denoland/deno_std#558)
- fix: refactor 'assertEquals' (denoland/deno_std#560)
- fix: test all text functions in colors module (denoland/deno_std#553)