Skip to content

Tags: axetroy/deno_std

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename assertEq to assertEquals (denoland#242)

After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.

v0.3.0

Toggle v0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix import in http_bench.ts (denoland#217)

v0.2.11

Toggle v0.2.11's commit message
Reenable cat.ts test (denoland#197)

v0.2.10

Toggle v0.2.10's commit message
Clean up tests (denoland#176)

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename http/http.ts to http/server.ts (denoland#170)

Remove http/mod.ts

v0.2.8

Toggle v0.2.8's commit message
runTests added to docs (denoland#164)

v0.2.7

Toggle v0.2.7's commit message
Implement formatters for log (denoland#127)

v0.2.6

Toggle v0.2.6's commit message
Fix wrong links (denoland#106)

v0.2.5

Toggle v0.2.5's commit message
path: remove export = module (denoland#95)