0.224.0 / 2024.04.25
- deprecation(permissions): update removal time for
std/permissions
(#4575)
- deprecation(semver): rename
testRange()
to satisfies()
(#4364)
- feat(http): file server prints local network address (#4604)
- fix(bytes):
equals()
works with subarray (#4630)
- fix(bytes): improve invalid count error message for
repeat()
(#4603)
- fix(csv): do not print empty header line when no columns are given in
stringify()
(#4610)
- fix(csv): remove unused
opt
parameter (#4598)
- fix(fs/ensure_dir): allow links to directories (#4132)
- fix(path): export private types used in public API (#4645)
- perf(bytes): improve performance of
equals()
(#4635)
0.223.0 / 2024.04.15
- deprecation(expect): rename
addSnapshotSerializers
to
addSnapshotSerializer
(#4582)
0.222.1 / 2024.04.11
- deprecation(semver): deprecate
rangeMax()
and rangeMin()
(#4561)
- fix(log): Revert "deprecate(log): deprecate internal utility methods" (#4436)
(#4572)
0.222.0 / 2024.04.11
- [unstable] BREAKING(semver): remove comparator.semver field (#4533)
- deprecate(log): deprecate internal utility methods (#4436)
- deprecation(console): copy
std/console
APIs into std/cli
and deprecate
std/console
(#4547)
- deprecation(crypto): rename an export to match style guide, deprecating
original and two other obsolete imports (#4525)
- deprecation(encoding): make exported function names consistent with
std/encoding
(#4555)
- deprecation(yaml): cleanup schema exports (#4566)
- feat(expect): support
expect.addSnapshotSerialize()
api (#4537)
- feat(semver):
greaterThanRange()
and lessThanRange()
(#4534)
- feat(testing): add
after
, before
, test
aliases (#4541)
- fix(cli): make the output of
promptSecret()
consistent with prompt()
(#4549)
0.221.0 / 2024.03.27
- feat(expect): add
expect.{closeTo, stringContaining, stringMatching}
(#4508)
- fix(_tools): update
check_deprecation
path exclusion to recognize Windows
directory separators (#4519)
- fix(crypto): move FNV hashes from TypeScript to Rust/Wasm and implement
iteration functionality (#4515)
- fix(expect/assert): missing constructor equality check (#4512)
- fix(fs):
SubdirectoryMoveError
extends Error
correctly (#4528)
- fix(yaml): speciously restrictive type for
stringify()
(#4507)
- fix: use hyphens for JSR package exports (#4424)
0.220.1 / 2024.03.15
- fix(tar): leak in
Tar() checks directory entry type
test (#4490)
0.220.0 / 2024.03.14
- Revert "refactor(cli): cleanup
parse_args.ts
(#4189)" (#4485)
- add JSR link (#4456)
0.219.1 / 2024.03.08
- chore: fix for jsr publish (#4449)
0.219.0 / 2024.03.08
- [unstable] BREAKING(semver): remove
gtr()
and ltr()
(#4450)
- [unstable] BREAKING(semver): remove
reverseSort()
(#4422)
- [unstable] BREAKING(semver): remove deprecated operators (#4423)
- feat(expect): support
expect.extend()
api (#4412)
- fix(expect): fix equality of iterables (#4286)
- fix(fs):
emptyDir()
test after workspace conversion (#4427)
- fix(fs):
expandGlob()
test after workspace conversion (#4428)
- fix(log): don't discard bytes >4096 in
FileHandler
(#4415)
- fix(path): fix common() results that depend on the order and/or number of
input paths (#4414)
0.218.0 / 2024.02.29
- feat(assert): optional
reason
param for unreachable
(#4404) (#4405)
- feat(collections): add
pick
and omit
(#4218)
- feat(expect): add asymmetric matchers (any, anything, arrayContaining) (#4366)
- feat(uuid): add type predicate return type to validate (v4) (#4301)
- fix(fs/ensure_symlink): check symlink is pointing the given target (#4371)
- fix(log): add missing return types (#4401)
0.217.0 / 2024.02.22
- deprecation(semver): deprecate
==
, ===
, !==
, and ""
operators (#4271)
- doc: fix
std/path/posix
link (#4337)
- feat(io):
iterateReader[Sync]()
(#4247)
- feat(io): un-deprecate
readerFromStreamReader()
(#4343)
- feat(testing): explicit resource management for
spy()
and stub()
(#4306)
- fix(http):
version
from deno.json
import (#4342)
- fix(media_types): load extensions when directly importing
extensionsByTypes()
(#4351)
- fix(semver): fix
prerelease
handlings in range utils (#4323)
- fix(semver): fix parse_range for
>x.y
pattern (#4350)
0.216.0 / 2024.02.15
- BREAKING(path): remove
path/windows/separator.ts
(#4292)
- BREAKING(semver): remove
SemVerRange
and isSemVerRange()
(#4295)
- BREAKING(semver): remove
eq()
, gt()
, gte()
, lt()
, lte()
and neq()
(#4294)
- BREAKING(semver): remove
outside()
(#4293)
- feat(datetime):
format()
options (#4285)
- fix(semver): return new object instance in
comparatorMin()
and
comparatorMax()
(#4314)
0.215.0 / 2024.02.08
- BREAKING(log): remove
WARNING
log level (#4258)
- BREAKING(path): remove
glob.ts
files (#4259)
- BREAKING(path): remove
separator.ts
files (#4260)
- BREAKING(semver): remove
Comparator
functions (#4278)
- BREAKING(semver): remove
rangeFormat()
(#4265)
- BREAKING(semver): remove
sort()
(#4264)
- deprecation(semver): deprecate
ltr()
and gtr()
(#4228)
- deprecation(semver): deprecate
reverseSort()
(#4280)
- feat(expect): add
expect.addEqualityTesters
api. (#4255)
- fix: version bump workflow (#4288)
- refactor(dotenv): prepare for
noUncheckedIndexedAccess
(#4261)
- refatcor(toml): prepare for
noUncheckedIndexedAccess
(#4274)
0.214.0 / 2024.02.01
- BREAKING(io): remove
types.d.ts
(#4237)
- BREAKING(log): remove string formatter (#4239)
- BREAKING(log): single-export handler files (#4236)
- BREAKING(streams): remove
readAll()
, writeAll()
and copy()
(#4238)
- feat(tools,log,http,semver): check mod exports, export items consistently from
mod.ts (#4229)
- fix(expect): add Error object equal check. (#4248)
- fix(expect): align
toEqual
to jest (#4246)
0.213.0 / 2024.01.25
- BREAKING(http): remove
CookieMap
(#4179)
- BREAKING(semver): remove
FormatStyle
(#4182)
- BREAKING(semver): remove
compareBuild()
(#4181)
- BREAKING(semver): remove
rsort()
(#4180)
- deprecation(path): split off all constants into their own files and deprecate
old names (#4153)
- deprecation(semver): deprecate
SemVerRange
, introduce Range
(#4161)
- deprecation(semver): deprecate
outside()
(#4185)
- deprecation(semver): rename
eq()
, neq()
, lt()
, lte()
, gt()
and
gte()
(#4083)
- feat(collections): pass
key
to mapValues()
transformer (#4127)
- feat(io): un-deprecate
Buffer
(#4184)
- feat(log): make handlers disposable (#4195)
- feat: print warning on use of deprecated API (#4200)
- fix(expect): fix the function signature of
toMatchObject()
(#4202)
- fix(flags): correct deprecation notices (#4207)
- fix(fmt): correct
stripColor()
deprecation notice (#4208)
- fix(log): make
flattenArgs()
private (#4214)
- fix(toml):
parse()
duplicates the character next to reserved escape
sequences (#4192)
- fix: ignore linting for
Deno.serveHttp()
(#4234)
- fix: ignore linting rule for
Deno.resources()
(#4233)
0.212.0 / 2024.01.12
- BREAKING(encoding): remove
base32.byteLength()
(#4173)
- BREAKING(log): remove deprecated APIs (#4104)
- BREAKING(semver): remove
SemVerComparator
(#4109)
- BREAKING(semver): remove
canParse()
non-string overload (#4108)
- BREAKING(semver): remove
cmp()
(#4171)
- BREAKING(semver): remove
isSemVerComparator()
(#4107)
- BREAKING(semver): remove
parse(semver: string)
overload (#4172)
- BREAKING(semver): remove
rcompare()
(#4106)
- BREAKING: remove
std/signal
sub-module (#4105)
- deprecation(io): move types file (#4133)
- deprecation(log): deprecate
LogLevels.WARNING
(#4170)
- deprecation(log): move handlers to single-export files (#4176)
- deprecation(log): rename
warning()
to warn()
(#4117)
- deprecation(semver): deprecate
Comparator
functions (#4131)
- deprecation(semver): deprecate
sort()
(#4098)
- deprecation(semver): rename
rangeFormat()
to formatRange()
(#4090)
- feat(cli): make
Spinner.color
public (#4092)
- feat(io): re-introduce IO functions (#4128)
- feat(net): add
preferredPort
option to getAvailablePort()
(#4151)
- feat(text): cases (#4082)
- fix(fs): reduce perm requirement of
ensureDir()
(#4041)
- fix(http): punt removal version of
unstable_cookie_map.ts
(#4125)
- fix: add
--no-lock
to spawned process args in tests (#4168)
- fix: use
with
keyword for import attributes (#4141)
0.211.0 / 2024.01.04
- BREAKING(collections): remove
groupBy()
(#3923)
- BREAKING(crypto): remove stable
KeyStack()
(#4055)
- BREAKING(front_matter): remove deprecated APIs (#4013)
- BREAKING(http): remove deprecated
createCommonResponse()
and Status
APIs
(#4014)
- BREAKING(path): remove deprecated APIs (#4016)
- BREAKING: remove
types.d.ts
at top level (#3922)
- deprecation(log): string type for
BaseHandler.formatter
(#4023)
- deprecation(semver): deprecate
compareBuild()
(#4088)
- deprecation(semver): deprecate
format()
style
argument (#4050)
- deprecation(semver): deprecate
testComparator()
(#4037)
- deprecation(semver): deprecate cmp (#4025)
- deprecation(semver): rename rsort to reverseSort (#4032)
- feat(cli): make
Spinner.message
able to be changed on-the-fly (#4079)
- feat(semver): optional SemVer build and prerelease properties (#4024)
- fix(cli): document milliseconds unit for
Spinner.interval
(#4017)
- fix(cli/spinner): export private type aliases used in public API (#4012)
- fix(expect): align toEqual to jest (#4034)
- fix(expect): align toStrictEqual behavior to jest (#4035)
- fix(expect): invalid return typing (#4011)
- fix(fs): fix
expandGlob()
test race condition (#4081)
- fix(semver): remove
undefined
return type from rangeMax()
(#4089)
- fix(toml): testdata typo (#4074)
0.210.0 / 2023.12.21
- BREAKING(crypto): remove
toHashString()
(#3924)
- BREAKING(encoding): remove deprecated APIs (#3952)
- BREAKING(http): remove deprecated
std/http/method
API (#3951)
- deprecation(encoding): deprecate
base32.byteLength()
(#4000)
- deprecation(semver): comparator min and max properties (#3974)
- deprecation(semver): deprecate
SemVer
argument for parse()
and
canParse()
(#3939)
- deprecation(semver): deprecate
rcompare()
(#3958)
- deprecation(semver): rename
isSemVerComparator()
(#3957)
- deprecation(signal): move deprecation forward (#4004)
- feat(cli): command line spinner (#3968)
- feat(collections): improve
mapValues()
typing (#3978)
- feat(log): add support for structured JSON logging (#3960)
- feat(testing): enable the
using
keyword on FakeTime()
(#3961)
- fix(http): account for period in signed cookie name (#3977)
- fix(path/extname): fix incorrect import (#3970)
- perf(streams): make
toBlob()
20-30% faster (#3934)
0.209.0 / 2023.12.13
- BREAKIING(fs): remove
EOL
enum, add OS-dependent EOL
(#3850)
- BREAKING(async): remove deprecated
deferred()
(#3852)
- BREAKING(bytes): remove spread
concat()
overload (#3854)
- BREAKING(collections): remove deprecated APIs (#3853)
- BREAKING(datetime): remove
toIMF()
(#3849)
- BREAKING(http): remove
ServerSentEvent()
(#3847)
- BREAKING(media_types): remove
typeByExtension()
(#3848)
- Revert "BREAKING(media_types): remove
typeByExtension()
" (#3877)
- deprecate(log): remove enums and add deprecation notices (#3855)
- deprecation(front_matter): move
Format
enum deprecation forward (#3931)
- deprecation(io): IO types in favour of Web Streams API (#3903)
- deprecation: move
types.d.ts
to std/io
(#3885)
- feat(cli):
promptSecret()
(#3777)
- feat(expect): support message checks in expect().toThrow (#3938)
- feat(http):
signCookie()
, verifyCookie()
and parseSignedCookie()
(#3905)
- feat(net):
getAvailablePort()
(#3890)
- feat: add
std/ini
(#3871)
- feat: new
std/webgpu
sub-module (#3119)
- fix(assert): disallow scalar string args in
assertArrayIncludes()
(#3910)
- fix(assert): export parameter type alias for
assertArrayIncludes()
(#3917)
- fix(assert): fix diff of long string in objects (#3867)
- fix(cli): re-export promptSecret from mod.ts (#3944)
- fix(fs): improve
exists()
test coverage (#3898)
- fix(text): fix closestString (#3936)
- fix(toml): handle CRLF as newline in parsing multiline string (#3920)
- fix(tools): ignore the .git folder when checking for copyright header (#3937)
- perf(async): remove event listener ASAP in
abortablePromise()
and
abortableAsyncIterable()
(#3909)
- perf(crypto): use
Promise.all()
for KeyStack
data comparisons (#3919)
- perf(encoding): increase
varint.decode()
performance by 45x (#3940)
0.208.0 / 2023.11.24
- BREAKING(collections): deprecate
groupBy()
(#3663)
- BREAKING: deprecate
std/http/method
(#3834)
- feat(assert): improve assertion message of
assertNotStrictEquals()
(#3820)
- feat(crypto): support
BLAKE2B-160
algorithm (#3793)
- feat: add std/expect (#3814)
0.207.0 / 2023.11.17
- BREAKING(bytes): deprecate
concat()
signatures that don't use Uint8Array[]
argument (#3784)
- BREAKING(crypto): remove
crypto.subtle.timingSafeEqual()
method (#3803)
- BREAKING(fs): deprecate
EOL
enum (#3809)
- BREAKING(http): deprecate
ServerSentEvent()
(#3783)
- BREAKING(http): deprecate
enum Status
in favour of STATUS_CODES
object
(#3781)
- BREAKING: move
std/flags
to new std/cli
sub-module (#3530)
- BREAKING: remove deprecated
std/http/http_errors
(#3737)
- BREAKING: remove deprecated
std/wasi
module (#3733)
- feat:
std/data_structures
(#3734)
0.206.0 / 2023.11.10
- BREAKING(async): deprecate
deferred()
in favor of Promise.withResolvers()
(#3758)
- BREAKING(encoding): remove deprecated binary APIs (#3763)
- BREAKING(path): split up glob into multiple files
- add
deno fmt --check
- feat(testing/mock): enable
spy
to accept a class constructor (#3766)
- feat:
ServerSentEventStream()
(#3751)
- feat: add
std/text
with word-similarity helpers (#3488)
- fix(fmt): format duration rounding error. (#3762)
- fix(msgpack): encode huge objects (#3698)
- fix: broken import
- fix: rework file server tests (#3779)
- perf(streams): add single-character fast path for
DelimiterStream()
(#3739)
0.205.0 / 2023.11.01
- BREAKING(dotenv): remove deprecated
restrictEnvAccessTo
option (#3705)
- BREAKING(http): move cookie_map, errors, server_sent_event, and method to
unstable category, deprecate server.ts (#3661)
- BREAKING: deprecate
std/wasi
(#3732)
- BREAKING: remove deprecated
BytesList()
(#3740)
- BREAKING: remove deprecated
std/csv
exports (#3704)
- feat(fs): introduce
canonicalize
option to WalkOptions
(#3679)
- feat(semver): canParse (#3709)
- fix(fs):
expandGlob
/expandGlobSync
don't require full --allow-read
perms
on granted read permissions (#3692)
- fix(http): file server with showDirListing + urlRoot (#3691)
- fix: flaky
http/file_server.ts
tests (#3717)
0.204.0 / 2023.10.12
- BREAKING(front_matter): deprecate Format enum, use union type instead (#3641)
- BREAKING(front_matter): deprecate language-specific
test
functions (#3654)
- BREAKING(path): split path into per-os modules, deprecate legacy os-specific
exports (#3649)
- feat(crypto): add BLAKE2B-128 hash algorithm (#3680)
- fix(archive/untar.ts): cannot access symlinks in archives (#3686)
- fix(assert): fix swapping of multiline str diff (#3685)
- perf(encoding): optimize encodeBase64Url (#3682)
- perf: improvements using
Promise.all()
(#3683)
0.203.0 / 2023.09.27
- BREAKING(encoding): deprecate encode/decode, add encodeFoo/decodeFoo (#3660)
- BREAKING(encoding): deprecate old encode/decode in hex.ts (#3673)
- BREAKING(front_matter): deprecate default exports (#3653)
- BREAKING(io): deprecate io top level module (#3556)
- fix(collections): accept read-only arrays in aggregateGroups, reduceGroups,
zip (#3662)
- fix(datetime): correctly format midnight in 12-hour time (#3667)
- fix(datetime): fix dayOfYear when the timezone has DST (#3668)
- fix(encoding): add validation of the input types (#3666)
- fix(semver): add a necessary grouping, fix prerelease parsing (#3674)
0.202.0 / 2023.09.19
- BREAKING(collections): move RedBlackTree, BinarySearchTree, and BinaryHeap to
'unstable' subdir (#3628)
- BREAKING(crypto): clean up module (#3630)
- BREAKING(csv): deprecate error message exports (#3602)
- BREAKING(datetime): deprecate to_imf.ts (#3633)
- BREAKING(media_types): deprecate typeByExtension (#3622)
- BREAKING(streams): deprecate APIs based on legacy Reader/Writer interfaces
(#3640)
- feat(encoding): add encodeHex, decodeHex (#3642)
- feat(streams): to ArrayBuffer/Blob/Json/Text (#3631)
- feat(ulid): port /x/ulid module (#3582)
- fix(streams): DelimiterStream regression (#3611)
- fix(stripAnsiCode): escape erase character (#3608)
- fix(testing/snapshot): distinguish between singular and plural forms (#3625)
- fix(testing/time): fix FakeTime.next to return false if all timers are cleared
(#3638)
- fix(url): fixes for url functions and new tests. (#3607)
0.201.0 / 2023.09.01
- BREAKING(bytes): deprecate BytesList class (#3589)
- BREAKING(crypto): deprecate crypto.subtle.timingSafeEqual() (#3596)
- BREAKING(dotenv): fix dotenv permissions (#3578)
- BREAKING(encoding): deprecate encoding/binary (#3584)
- BREAKING(fmt): rename stripColor to stripAnsiCode (#3588)
- BREAKING(permissions): deprecate permissions module (#3567)
- BREAKING(semver): remove deprecated APIs (#3591)
- BREAKING(signal): deprecate signal module (#3568)
- BREAKING(streams): remove readable_stream_from_iterable (#3579)
- BREAKING(yaml): change binary handling (#3586)
- feat(assert): add inequality asserts (#3496)
- feat(std): add
std/url
module. (#3527)
- fix(assert): properly quote strings in assertIsError (#3577)
- fix(fmt): make printf respect NO_COLOR (#3595)
- fix(log): rotating file handler sync setup and destroy (#3543)
0.200.0 / 2023.08.24
- doc: add complete docs for all dotenv functionality (#3560)
0.199.0 / 2023.08.21
- fix(collections): redblack tree and bst not being exported from mod (#3528)
- fix(http/cookie_map): add maxAge to set/delete options (#3524)
- fix(log): fix serializing BigInt value in object (#3550)
- fix(path): typo in comment in _resolve (#3545)
- fix(testing/time): fix FakeTime.restoreFor accuracy for sync callbacks (#3531)
- perf: repoint internal imports to single-export files (#3537)
0.198.0 / 2023.08.10
- feat(path): single file exports (#3510)
0.197.0 / 2023.08.03
- BREAKING(testing/snapshot): change tab char serialization (#3447)
- BREAKING(testing/snapshot): fix regression of serialization of long strings
(#3507)
- feat(fs/walk): include symlink option (#3464)
- fix(toml/parse): fix edge cases (#3509)
0.196.0 / 2023.07.26
- BREAKING(http/server): deprecate serve and serveTls (#3381)
- fix(http): fix handling of string port number (#3499)
0.195.0 / 2023.07.19
- BREAKING(streams): deprecate readableStreamFromIterable (#3486)
- BREAKING(testing, assert): move
std/testing/asserts
to std/assert
(#3445)
- feat(fmt): enable
setColorEnabled
in browsers (#3485)
- fix(async/delay): reject with existing AbortSignal reason (#3479)
0.194.0 / 2023.07.12
- feat(collections): allow PropertyKey for groupBy key (#3461)
- feat: msgpack encoding (#3460)
0.193.0 / 2023.07.04
- feat: add http/user_agent (#3387)
- fix(json): allow primitives at top level without separator (#3466)
- fix(testing/asserts): handle primitive/null values better in assertObjectMatch
(#3468)
0.192.0 / 2023.06.15
- BREAKING(semver): rewrite semver (#3385)
- feat(testing): report the number of removed snapshots (#3435)
- fix(datetime/day_of_year): respect time zone of date (#3443)
- fix(http/file_server): resolve empty subdir correctly on Windows (#3439)
- fix(testing/time): use real Date in FakeTime (#3414)
- fix(yaml): parse always return null when file is empty, whitespace or only
comments (#3442)
0.191.0 / 2023.06.08
- BREAKING(csv,http,path): remove deprecated APIs (#3418)
- feat(async/retry): introduce jitter option and fix retry bugs (#3427)
- feat(collections): switch functions to take iterables when possible (#3401)
- feat(collections/sort_by): descending order can be specified in options
(#3419)
- feat(crypto): add BLAKE2B-224 hashing algorithm in crypto (#3392)
- feat(html): add escape and unescape functions for HTML entities (#3335)
- fix(http/file_server): use platform specific
resolve
(#3424)
- fix(streams/mergeReadableStreams): better error handling (#3395)
- fix(toml): various edge case fixes for
toml.stringify
(#3403)
0.190.0 / 2023.05.29
0.189.0 / 2023.05.24
- feat(async): add jitter to retry exponential backoff (#3379)
- feat(collections/group_by): accept iterable input, add index param to callback
(#3390)
0.188.0 / 2023.05.18
- fix(flags): correctly collect default value (#3380)
0.187.0 / 2023.05.12
- feat(collections): add
partitionEntries
(#3365)
- feat(regexp): add escape function (#3334)
- fix(datetime): negative months, quarters, and years (#3367)
- fix(http/file_server): dealing with dir listing view that contain system files
(#3371)
- fix(http/file_server): redirect non-canonical URL to canonical URL (#3362)
- perf(http/file_server): read fileinfo in parallel (#3363)
0.186.0 / 2023.05.04
- BREAKING(path): deprecate path.sep (#3342)
- feat(async): support
signal
on deadline()
(#3347)
- feat(async/pool): use browser compatible APIs (#3350)
- feat(http): add HTTP_METHODS, HttpMethod, and isHttpMethod (#3309)
- feat(uuid): add pre-defined namespace UUIDs (#3352)
- fix(http/file_server): fix
Range
header handling (#3354)
- fix(http/server): flaky 'address in use' error (#3333)
- fix(http/server_sent_event): fix Uncaught TypeError if created without
optional EventInit (#3356)
0.185.0 / 2023.04.27
- feat(dotenv): allow reading from
.env
files without granting env access
(#3306)
- feat(jsonc): annotate return types (#3327)
- feat(uuid): uuid v3 (#3324)
- perf(http/file_server): avoid calculating Content-Type when 304 Not Modified
response (#3323)
0.184.0 / 2023.04.18
- BREAKING(encoding): remove deprecated APIs (#3303)
- BREAKING(encoding): remove deprecated APIs (#3315)
- feat(console): add unicodeWidth for TTY text layout (#3297)
- feat(testing): add .skip alias to bdd test API (#3300)
- fix(http): move deno deploy specific logic from
etag.ts
to file_server.ts
(#3316)
- fix(http/file_server.ts): respond to Range requests with correct byte length
(#3319)
0.183.0 / 2023.04.12
- BREAKING(csv): rename
CsvStream
to CsvParseStream
(#3287)
- BREAKING(encoding/varint): remove deprecated APIs (#3282)
- feat(datetime): add isUtcLeap (#3295)
- feat: add http/etag (#3245)
- fix(bytes): correct slice() of BytesList (#3292)
- fix(csv): improve typing for CSV parser (#3267)
- fix(dotenv): allow
null
for *path
values (#3221)
- fix(encoding/ascii85): fix
encode()
returns a wrong result with a subarray
(#3310)
- fix(fs): fix NotFound error when moving src to itself with overwrite: true
(#3289)
0.182.0 / 2023.03.31
- feat(csv): add
CsvStringifyStream
(#3270)
- feat(fs): undo deprecation of
exists
and add permission and type check to it
(#2785)
- feat(fs/walk): WalkError class (#3054)
- feat: disposition on TextDelimiterStream (#3273)
- fix(csv/csv_stringify_stream): output headers based on
columns
option
(#3293)
- fix(encoding/base58): fix base58 decoding missing the first byte (#3275)
0.181.0 / 2023.03.22
- feat(front_matter): support +++ for TOML block (#3254)
- feat(testing/asserts): include
msg
in assertion errors (#3253)
0.180.0 / 2023.03.16
- BREAKING(csv): move
encoding/csv
to own top-level folder and towards
single-export files (#3228)
- BREAKING(front_matter): move to top-level folder (#3252)
- BREAKING(json): move to top-level folder and towards single-export files
(#3236)
- BREAKING(jsonc): move to top-level folder and single-export files (#3243)
- BREAKING(toml): move to top-level folder and towards single-export files
(#3241)
- BREAKING(yaml): move to top-level folder (#3251)
- feat(http): add http/server_sent_event (#3239)
0.179.0 / 2023.03.10
- BREAKING(encoding/varint): deprecate Wasm implementation in favour of native
TypeScript (#3215)
- feat(fs): add followSymlink to expandGlob (#3093)
- fix(fs/ensureDir): fix racy ensureDir (#3242)
- fix(fs/ensure_symlink): lstat relative symlink properly (#3216)
- fix(http/cookie): accept cookies with value containing = character (#3152)
- fix(http/file_server): redirect directory URLs that don't end with a slash
(#3220)
0.178.0 / 2023.02.23
- Remove std/node, it was merged into Deno itself (#3206)
- feat(encoding/csv/streaming): add
skipFirstRow
and columns
options (#3184)
- feat(http/file_server): etag value falls back to
DENO_DEPLOYMENT_ID
if
fileInfo.mtime
is not available (#3186)
- feat(streams/delimiter_stream): add disposition option (#3189)
- fix(crypto): create DataView with correct byteLength in timingSafeEqual
(#3208)
- fix(encoding/yaml): avoid prototype pollution in Node.js and Browser (#3173)
- fix(node): do not ask env permission from process.env access (#3178)
- fix(node/child_process): "windowsVerbatimArguments" option should be
automatically set to true for CMD in spawn() (#3167)
- fix(node/fs): chmod function throws unnecessary TypeError on Windows (#3168)
- fix: change
BigInt
type to bigint
type (#3187)
0.177.0 / 2023.02.06
- feat(encoding/csv): handle CSV byte-order marks (#3143)
- fix(node/child_process): enable promisify(execFile) (#3161)
- fix(node/process): null is not returned when reaching end-of-file in stdin
(#3113)
- fix(semver): allow unsetting build metadata (#3157)
0.176.0 / 2023.02.02
- fix(node): disable worker_threads (#3151)
- fix(node): throw permission error instead of unknown error (#3133)
- fix(node/util): stricter runtime type checking (#3122)
- fix: make encoding/front_matter work in a browser (#3154)
0.175.0 / 2023.01.28
- BREAKING(dotenv,fmt,io): remove deprecated APIs (#3134)
- BREAKING(path): rework basename and dirname to be coreutils compatible (#3089)
- feat(node): AsyncLocalStorage (#3137)
- feat(semver): add support for build metadata (#3126)
0.174.0 / 2023.01.25
- feat(fmt/printf): add formatter i/I (Deno.inspect) (#3100)
- fix(encoding/csv): escape cells containing newlines (LFs) (#3128)
0.173.0 / 2023.01.16
- BREAKING(streams, archive): remove deprecated exports (#3107)
- fix(fs): change globstar default to true for expandGlob and expandGlobSync
(#3115)
- fix(streams): prevent artificial terminal newline in
TextLineStream
(#3103)
- fix: revert "feat(node/cluster):
cluster
module for Node compat (#2271)"
(#3111)
0.172.0 / 2023.01.13
- feat(collection): add toArray method to BinaryHeap (#3079)
- feat(node/cluster):
cluster
module for Node compat (#2271)
- fix(datetime):
.quarter
calculation for difference()
(#3085)
- fix(encoding/jsonc): avoid prototype pollution in Node.js and Browser (#3077)
- fix(node): support ref & unref of TCP handle (#3102)
- fix(path): correctly handle trailing slashes for posix basename (#3088)
0.171.0 / 2023.01.05
- feat(http): add --header option to file_server (#2977)
- feat(node): Add support for os.uptime (#3052)
- feat(node/diagnostics_channel): initial implementation (#3050)
- feat(node/url): domainToASCII/domainToUnicode (#3022)
- fix(flags): parse method looses types in certain cases with collect option
(#3040)
- fix(flags): types for aliases defined as array are ignored (#3043)
- fix(node/http): avoid empty chunk issue of flash (#3062)
- fix(node/http): ignore body when status code is one of 101, 204, 205, 304
(#3067)
- fix(node/util): reference error of 'process' (#3037)
- fix(path): correctly handle trailing slashes for basename (#3068)
- fix(testing): do not mutate tokens when creating details (#3049)
- fix: don't use windows-xl runners, too expensive (#3021)
0.170.0 / 2022.12.19
- Revert "fix(node/http): do not buffer first chunk (#2989)" (#3013)
0.169.0 / 2022.12.19
- feat(datetime): single-export files (#3007)
- feat(media_types): single-export files (#3001)
- fix(http): prevent downstream connections from getting closed when the
response stream throws an error (#3008)
- fix(node): add missing exports to
process
(#3014)
0.168.0 / 2022.12.14
- BREAKING(archive): move to single-export files (#2958)
- BREAKING(dotenv): rename config to load (#2616)
- BREAKING(io): single-export files (#2975)
- fix(encoding): base58 decoding (#2982)
- fix(node): fix nextTick shim in deploy (#2980)
- fix(node): ignore NotSupported errors coming from
Deno.chmod
(#2996)
- fix(node/http): do not buffer first chunk (#2989)
- perf(encoding/yaml) Don't allocate buffers unnecessarily (#2967)
- perf(node/buffer): improve utf8 decoding performance (#2986)
0.167.0 / 2022.12.01
- Reorder steps to view documentation (#2948)
- Revert "test(node/http): modify writable of ClientRequest (#2945)" (#2950)
- feat(async): retry (#2929)
- feat(dotenv): support type inference based on
restrictEnvAccessTo
option
(#2933)
- feat(node): add os.version (#2962)
- feat(node): add util.types.isProxy (#2960)
- feat(testing): add conditional type check utils (#2864)
- fix(node/tls): implement secureConnect event (#2926)
0.166.0 / 2022.11.24
- BREAKING(fmt/bytes): rename prettyBytes to format (#2896)
- BREAKING(fmt/duration): rename prettyDuration to format (#2871)
- feat(http/cookie): allow number type for expires param (#2932)
- feat(node): export
process.argv
(#2924)
- feat(node/crypto): add hmac implementation (#2664)
- feat: Add process._kill and shim process.kill(pid, 0) correctly (#2922)
- fix(fmt/bytes): default local decimal and group symbols (#2904)
- fix(http/cookie): wording for cookie value validation error (#2931)
- fix(node/console): update export members of console (#2927)
- fix(node/fs): enable type narrowing with instanceof for ReadStream and
WriteStream (#2915)
- fix(node/http): allow setting statusMessage (#2911)
- fix(node/http): disable chunked request if Content-Length header is specified
(#2755)
- fix(node/http): request with headers (#2898)
- fix(node/string_decoder): proper buffer type casting and fix default logic
(#2897)
- fix(node/timers): implement timeout.refresh (#2919)
- fix: wait for denoflate wasm to load (#2923)
0.165.0 / 2022.11.16
- fix(node): improve crypto.getHashes compatibility (#2890)
- fix(node): issues with browser (#2892)
- fix: allow creating http.IncomingRequest without url being set (#2893)
0.164.0 / 2022.11.13
- feat(fmt): add
prettyDuration
(#2861)
- feat(http/file_server): add -v, --version option (#2868)
- fix(node/fs): improve fs.read compatibility (#2880)
- fix(node/http): add .finished property to ServerResponse (#2878)
- fix(node/http): fix non-string buffer response (#2863)
- node: mock ClientRequest.setTimeout (#2875)
- perf(node/string_decoder): use native decoder for GenericDecoder (#2858)
0.163.0 / 2022.11.08
- chore: upgrade rust to 0.165.0 and wasmbuild to 0.10.2 (#2850)
- chore(semver): rename inc and diff (#2826)
- docs(encoding): remove
await
(#2831)
- docs(encoding): remove
ColumnDetails["fn"]
(#2840)
- docs(flags): fix broken link to minimist (#2842)
- docs(fs): remove misleading docs from fs.walk (#2836)
- docs(log): add note for module authors (#2843)
- refactor: cleanup check licence headers tool (#2830)
- refactor(_tools): use
fs/walk
in deprecations check (#2837)
- refactor(_util): remove
deepAssign
(#2847)
- refactor(crypto): move
crypto/_wasm_crypto/
to crypto/_wasm/
(#2845)
- refactor(encoding): move
varint/_wasm_varint/
to varint/_wasm/
(#2844)
0.162.0 / 2022.11.03
- feat(encoding/front_matter): add support for different formats of front matter
(#2801)
- feat(streams): add ByteSliceStream (#2795)
- feat(tools): add import path check in docs (#2820)
- fix(dotenv): Empty string crashing parsing (#2819)
- fix(flags): set boolean aliases to false by default (#2824)
- fix(node):
node:setup
task honours -y
flag (#2825)
- fix(node/fs): add support for numeric flags in
fs.open()
(#2828)
0.161.0 / 2022.10.26
- BREAKING: remove deprecated
std/hash
module (#2786)
- feat(crypto):
createHash
utility (#2805)
- feat(crypto):
toHashString
utility (#2767)
- feat(node): add support of .node module (#2804)
- feat(node): list remaining Node tests in documentation (#2787)
- fix(fs/expandGlob): globstar false does not take effect (#2571) (#2779)
- fix(node/fs): enable to check error thrown on invalid values of bufferSize
(#2782)
- fix(node/net): modify close event timing (#2793)
0.160.0 / 2022.10.17
- feat(crypto): export algorithm types (#2759)
- feat(node): add readline/promises (#2760)
- fix(node/child_process): add support of windowsVerbatimArguments option
(#2781)
- fix(node/child_process): mock childProcess.disconnect method (#2776)
- fix(node/fs): make fs.access resolve on windows (#2775)
- fix(node/fs): resolve
Dirent
instead of Object (#2753)
0.159.0 / 2022.10.06
- BREAKING: deprecate
std/textproto
(#2737)
- feat(collections): improve types of
partition
module (#2744)
- feat(http/file_server): add
showIndex
option to serveDir (#2738)
- feat(node): new child_process.fork (#2700)
- feat(node/crypto): add base64url encoding to hash.digest() (#2740)
- feat(node/fs): Support more File system flags (#2725)
- fix(http): remove unnecessary delay when closing server (#2732)
- fix(http/file_server): handles path with reserved char (#2675)
- fix(node): debuglog callback should be optional (#2734)
- fix(node): handle inherited output in spawnSync() (#2743)
- fix(node/fs): Enable
test-fs-open.js
(#2715)
- fix(node/process): Deno 1.26 replaced Deno.setRaw with Deno.stdin.setRaw
(#2710)
- fix(node/process): do not error assigning
false
to process.env[VAR_NAME]
(#2716)
- fix(node/tls): fix TLSSocket constructor (#2749)
- fix(node/tls): set tlssocket._handle._parentWrap (#2750)
- fix(node/url): enable url.format function to handle a url object (#2747)
- fix(streams): don't use shared buffer for iterateReader outputs (#2735)
- perf(streams): memory optimizations by avoiding large buffer allocation in a
loop (#2748)
0.158.0 / 2022.09.28
- feat(node): add child_process.exec() (#2684)
- feat(node): add child_process.execFileSync() (#2699)
- feat(node): add child_process.execSync() (#2689)
- feat(node/process):
process.getuid()
and process.getgid()
(#2680)
- fix(http):
serve
swallows errors when Response.body
has already been
consumed (#2702)
- fix(node):
test-child-process-spawnsync-validation-errors.js
(#2690)
- fix(node): support mapping Node flags to Deno (#2688)
- fix(node/fs): Enable
test-fs-read-zero-length.js
and test-fs-read-type.js
(#2692)
- fix(node/fs): improve compatibility of fs.WriteStream (#2696)
- fix: testing example pages failing to load (#2693)
0.157.0 / 2022.09.22
- feat(node/child_process):
spawnSync
(#2637)
- fix(collections): deepMerge ignoring 'replace' options for nested properties
(#2681)
- fix(node): use
Buffer.from()
and Buffer.alloc()
instead of new Buffer()
(#2655)
- fix(node/fs): Enable
test-fs-read.js
(#2672)
- fix(node/fs): improve compatibility of fs.ReadStream (#2653)
- fix(node/fs): position option of fs.read and fs.readSync works the same as
Node (#2669)
- fix(node/net): fix socket events order (#2676)
- fix(node/process): does not throw with invalid env var names (#2671)
- fix(node/process): ignore SIGTERM on windows (#2686)
- node: add FreeBSD support (#2467)
0.156.0 / 2022.09.15
- fix(fs):
ensureSymlink
works when symlink already exists (#2642)
- fix(http/file_server): serveFile returns 404 when the path is directory
(#2659)
- fix(node): set proper default streams export (#2657)
- fix(node/fs): make ReadStream and WriteStream callable with or without new
(#2634)
- fix(node/http):
_createUrlStrFromOptions
optimizations (#2635)
- fix(node/process): make execPath writable (#2647)
- fix(node/process): reduce required env permission range (#2654)
0.155.0 / 2022.09.09
- BREAKING(encoding/csv): make column argument optional (#2168)
- BREAKING(encoding/csv): sync stringify function (#2611)
- feat(dotenv): allow to restrict env lookup to specific Env variables (#2544)
- fix(async): restore
delay
browser compatibility (#2625)
- fix(log): make setup and destroy sync (#2532)
- fix(node): bump node version to latest stable (#2610)
- fix(node): use readable-stream from stream/promises (#2630)
- fix(node): vendor readable-stream from esm.sh (#2584)
- fix(node/process): revert workaround for stdin.isTTY (#2590) (#2614)
- fix(node/url):
urlObject.format
is not a function for object input (#2607)
- fix(testing/asserts): temporarily disable background colors in diff (#2601)
0.154.0 / 2022.09.01
- BREAKING(encoding/csv): remove ColumnOptions (#2536)
- BREAKING: replace ALL CAPS acronyms in public API names (#2582)
- feat(encoding): add base58 encoding/decoding feature (#2539)
- feat(fs): support URL params (#2573)
- feat(node): add Server.setTimeout() stub (#2564)
- feat(node/fs): add
opendir
and opendirSync
(#2576)
- feat(testing): better assertFalse types (#2562)
- feat(testing): better assertNotInstanceOf types (#2558)
- fix(encoding/json): improve safety of
JSONValue
object type (#2565)
- fix(encoding/jsonc): Improve safety of
JSONValue
object type in jsonc.ts
(#2568)
- fix(fs): use Deno.errors.AlreadyExists where appropriate (#2547)
- fix(node): change Promise.All to Promise.all (#2569)
- fix(node/fs): fix accessSync permission handling (#2570)
- fix(node/process): fix BadResource issue of stdin.isTTY (#2590)
- fix(node/readline): fix Interface constructor (#2588)
0.153.0 / 2022.08.24
- feat(async/delay): add persistent option (#2527)
- feat(crypto): add KeyStack for rotatable key data signing (#2303)
- feat(encoding/csv): sync parse (#2491)
- feat(http): add CookieMap and SecureCookieMap (#2502)
- feat(http): support cert, key options in serveTls (#2508)
- feat(http/cookie): add set-cookie headers parser (#2475)
- feat(http/file_server): return 404 response if file not found (#2529)
- feat(node): add types to fs/promises (#2518)
- feat(node): Handle "upgrade" event (#2457)
- feat(node): use Deno.serve() API for Node http polyfill (#2537)
- feat(testing/asserts): add assertNotInstanceOf (#2530)
- fix(collections): edge cases for BinaryHeap (#2525)
- fix(node): zlib bindings should use nextTick import (#2560)
- fix(node/events): export static setMaxListeners, listenerCount (#2523)
- fix(node/util.types): stricter checking of TypedArray (#2528)
- fix(testing): better assertEqual diff for object getters (#2509)
0.152.0 / 2022.08.11
- feat(crypto): add subtle.timingSafeEqual() (#2503)
- feat(testing): allow for stubbing non existent instance methods (#2487)
- node: add stub for child_process.execSync (#2513)
- node: remove import to global.ts from module_esm.ts (#2501)
- remove 'unhandledRejection' from list of unsupported events (#2500)
0.151.0 / 2022.08.04
- fix(node): fs.existsSync never throws (#2495)
- fix(node/fs): add watchFile & unwatchFile (#2477)
- fix(node/http,https): set the url protocol by default (#2480)
0.150.0 / 2022.07.28
- feat(http/http_errors): add headers property (#2462)
- feat(node): support uncaughtException and uncaughtExceptionMonitor (#2460)
- fix(io): StringWriter retaining references after write (#2456)
- fix(node): correct import specifiers (#2474)
- fix(node/fs): fix fs.watch (#2469)
- fix(node/process.env) support built-in object methods for process.env (#2468)
- node: ChildProcess.ref()/.unref() (#2395)
- node: Use "Deno.spawnChild" API for "child_process" polyfill (#2450)
0.149.0 / 2022.07.20
- feat(semver): add "semver" module (#2434)
- fix(node/module): improve error message of createRequire (#2440)
- fix(testing): add support for
PromiseLike
in assertRejects
(#2443)
- node: process.on("beforeExit") (#2331)
0.148.0 / 2022.07.12
- fix(archive/tar): export TarEntry class (#2429)
- fix(encoding/csv/stream): cancel lineReader if readable is canceled (#2401)
- fix(node): add missing named zlib exports (#2435)
- node: handle v8 flag passed to child_process.fork (#2424)
0.147.0 / 2022.07.05
- feat(dotenv): add expand feature, move parse logic to RegExp (#2387)
- feat(dotenv): stringify (#2412)
- feat(http): add HTTP errors (#2307)
- feat(http): add content negotiation (#2302)
- feat: add createAssertSnapshot (#2403)
- fix(node/fs/exists): fix promisified exists (#2409)
- node: process.argv[1] uses phony local module if executing remote module
(#2418)
0.146.0 / 2022.06.30
- BREAKING(collections): rename RBTree/BSTree to RedBlackTree/BinarySearchTree
(#2400)
- feat(dotenv): include missing vars in MissingEnvVarsError (#2390)
- fix(encoding/json): add
null
to JSONValue union (#2384)
- fix(node): export createReadStream() from fs (#2393)
- fix(node): use call() to call prototype methods in inspect() (#2392)
- fix(node/zlib) zlib codes contains undefined values and keys (#2396)
- fix(streams/delimiter): avoid recursion in TextLineStream (#2318)
- fix(testing): break out of Set equality check on match (#2394)
0.145.0 / 2022.06.23
- fix(wasi): Fix WASI initialize() (#2372)
- feat(encoding): add json/stream.ts (#2231)
- feat(flags): infer argument types, names and defaults (#2180)
- feat(media_types): Improve contentType type definition (#2357)
- feat(node): add missing modules node/util/types.ts node/diagnostics_channel.ts
(#2369)
- fix(encoding/csv/stream): properly handle CR characters (#2325)
- fix(http): Disable
console.error
if opts.quiet
is true (#2379)
- fix(node): make performance object event target (#2371)
- fix(testing/bdd): fix flat test grouping context (#2308)
- node: improve error for unsupported import (#2380)
0.144.0 / 2022.06.15
- Add warning on usage of collections/mod.ts (#2321, #2346)
- encoding: add front matter module (#2335)
- feat(node): add missing TTY methods to stdout,stderr (#2337)
- fix: update ci script and fix type errors (#2344)
0.143.0 / 2022.06.09
- BREAKING feat(http): improve type safety and docs for http_status (#2297)
- BREAKING(flags): introduce negatable option (#2301)
- feat(encoding): add unsigned LEB128 varint encoding (#2265)
- feat(node/assert): add deepEqual and notDeepEqual (#2288)
- fix(dotenv): support inline comment (#2316)
- fix(media_types): work around type issues under Node.js (#2304)
- fix: pass resolved ephemeral port to onListen (#2311)
0.142.0 / 2022.06.02
- feat(crypto): add fnv algorithms (#2200)
- feat: add media_types (#2286)
- fix(node): type checking on AsyncResource (#2289)
- fix: assertSnapshot errors on empty snapshot in non-update mode (#2269)
- fix: put TextLineStream CR handling behind option (#2277)
0.141.0 / 2022.05.27
- BREAKING(flags): introduce
collect
option (#2247)
- BREAKING(testing): use Object.is() for strict equality (#2244)
- BREAKING(testing/asserts): remove implicit any types from assert signatures.
(#2203)
- feat(http/util): add compareEtag (#2259)
- feat(node/crypto): stub out missing exports (#2263)
- feat(node/dns):
NAPTR
, NS
, CAA
, and SOA
support (#2233)
- feat(streams): toTransformStream (#2227)
- feat(streams/delimiter): support
\r
in TextLineStream
(#2267)
- feat(streams/merge): earlyZipReadableStreams (#2264)
- feat(testing/asserts): return error from
assertRejects
and assertThrows
(#2226)
- fix(async/pooledMap): return ordered result (#2239)
- fix(node/fs): export fs.ReadStream (#2253)
0.140.0 / 2022.05.18
- feat(http): add onListen option to serve (#2218)
- feat(node/dgram): support dgram (udp) node module compat (#2205)
- fix(assertRejects): fails on synchronous throw #1302 (#2234)
- fix(collections): prevent cycles in deepMerge() (#2228)
- fix(encoding/csv): improve error message for csv's parse function (#2191)
- fix(http/file_server): fix handling of 'W/' prefixed etag (#2229)
- fix(testing/bdd): support using bdd tests with dnt (#2235)
- fix: add toJSON to node/perf_hooks.ts (#2209)
0.139.0 / 2022.05.12
- feat(encoding): add jsonc parser (#2154)
- feat(node/dns): Implement Resolver APIs (#2201)
- feat(node/net): unix domain socket support (#2146)
- feat(testing/snapshot): add "assertSnapshot" options overload (#2179)
- fix(node/module): interpret length parameter as optional in blitBuffer (#2199)
- fix(node/timers): set custom promisify function (#2198)
0.138.0 / 2022.05.05
- fix: Export equalSimd and equalsNaive (#2187)
- BREAKING(testing/snapshot): change multiline string serialization (#2166)
- feat(node/dns): support dns promises lookup (#2164)
- feat(testing): assertFalse (#2093)
- fix(node/dns): export more types (#2185)
- fix(node/worker_threads): Don't wait for parent message in web worker (#2182)
- fix(testing): Compare circular objects (#2172)
0.137.0 / 2022.04.28
- feat(testing): infer stub and spy return types from properties (#2137)
- fix(http): export interface ServeTlsInit (#2148)
- fix(node): use Web Crypto API via globalThis (#2115)
- fix(wasi): ContextOptions is an optional argument (#2138)
- http: serve() should log where it is listening (#1641)
0.136.0 / 2022.04.21
- feat(testing): Implement "assertSnapshot" (#2039)
- feat(testing): add TestContext argument to "it" function (#2117)
- fix(http): use the
addEventListener
method instead of onabort
properties
(#2124)
- fix(node/crypto): fix randomInt (#2101)
- perf(http): optimize file server (#2116)
0.135.0 / 2022.04.14
- BREAKING(io/readers): use an array as a MultiReader constructor parameter to
avoid Maximum call stack size exceeded (#2016)
- BREAKING(mime/multipart): deprecate mime/multipart module (#2105)
- BREAKING(testing/bench): deprecate testing/bench module (#2104)
- feat(node):
Duplex.fromWeb
(#2086)
- feat(testing): add behavior-driven development (#2067)
- feat(testing): add utility for faking time (#2069)
- fix(node): Make global.ts evaluate synchronously (#2098)
0.134.0 / 2022.04.07
- feat(node/child_process): support
signal
parameter for ChildProcess.kill
(#2083)
- feat(node/net): add server.ref/unref methods (#2087)
- feat: web streams based encoding/csv (#1993)
- fix(log): fix log formatter issue (#2070)
- fix(node/fs): fix writing redundant data (#2076)
0.133.0 / 2022.03.31
- BREAKING: improve bytes/ module (#2074)
- feat(testing): add mocking utilities (#2048)
0.132.0 / 2022.03.25
- feat(collections): Add BSTree and RBTree (#2023)
- feat(node): add ReadStream and createReadStream (#1435)
- feat(node): export URLSearchParams via url module (#2056)
0.131.0 / 2022.03.24
- feat(node): add NodeEventTarget (#2032)
- feat(node): add Console constructor (#2037)
- feat(node): worker_threads (#1151)
- feat(node): add process.allowedNodeEnvironmentFlags (#2049)
- feat(collections): add BinaryHeap (#2022)
- feat(async): expose asyncPromise and asyncAsyncIterable (#2034)
- fix(node/http): ignore error from
respondWith
(#2058)
- fix(node): warn on non supported event, but still register listener (#2050)
- fix(node): fix
EventEmitter
methods (#2035)
- fix(node): make global. Node.js timers (#2038)
0.130.0 / 2022.03.16
- feat(testing): add
assertInstanceOf
(#2028)
- feat(node): shim get-caller-file (#2029)
- fix(node): fix dynamic require (#2024)
- feat(node/fs): add
fs.writevSync(fd, buffers[, position])
(#2020)
0.129.0 / 2022.03.10
- feat: streams based
Buffer
(#1970)
- feat(node/crypto): add crypto.publicEncrypt (#1987)
- feat(node/fs): add
fs.writev(fd, buffers[, position], callback)
(#2008)
- feat(streams): LimitedTransformStream & LimitedBytesTransformStream (#2007)
- feat(streams): TextDelimiterStream (#2006)
- feat(testing/asserts): use assertion signature for "assertStrictEquals"
(#1984)
- fix(async): re-export abortable in mod.ts (#1959)
- fix(fmt/colors): update
ANSI_PATTERN
(#1996)
- fix(node): fix http.request for minipass-fetch 2.x (#2004)
- fix(node/process): ignore SIGBREAK binding when the platform is not windows
(#2014)
- fix(testing): Misleading assertion error in assertNotEquals (#1989)
0.128.0 / 2022.03.03
- feat(node): add crypto.webcrypto (#1961)
- feat(streams): TextLineStream (#1978)
- fix(dotenv): avoid top-level-await in load.ts (#1964)
- fix(node): fix http client reqs with bodies (#1983)
- fix(testing): fix assertObjectMatch for RegExp/Map/Set (#1967)
0.127.0 / 2022.02.24
- feat(async): add
abortable
to async module. (#1939)
- feat(dotenv): add dotenv library (#1877)
- feat(http): expose serveDir function from file_server.ts (#1944)
- feat(node): add fs.realpath.native (#1951)
- feat(node/tls): basic support of tls.createServer (#1948)
- feat(testing): add
assertAlmostEquals
(#1906)
- fix(node): don't use globalThis.setTimeout types in node/timers (#1934)
0.126.0 / 2022.02.17
- feat(node): add tls.connect (#1923)
- fix(collections/group_by): improve type safety (#1880)
- fix(io/buffer): super and initialized prop (#1917)
- fix(node): add networkInterfaces to unstable (#1904)
- fix(node): fix fs.createWriteStream (#1874)
- fix(node): fix fs.write again, enable more test cases (#1892)
- fix(node): support 6-arg fs.write (#1888)
- fix(node/buffer): fix base64 decode (#1885)
- fix(node/module): fix commonjs wrapper (#1902)
0.125.0 / 2022.02.03
- feat(node): add punycode module (#1857)
- feat(node): add url.resolve (#1851)
- feat(node/child_process): add support for AbortSignal in ChildProcess (#1864)
- feat(node/fs): add fs.createWriteStream (#1859)
- fix(node/fs): fix fs.access when the user owns the file (#1869)
- fix(node/fs): fix fs.copyFile (support 4-arg call) (#1872)
- fix(node/http): fix http.request (#1856)
- fix(node/net): mock response.socket object (#1858)
- fix: bypass TS errors for missing --unstable (#1819)
Note 0.124.0 is the same as 0.125.0 but ignoring a typescript error related to a
new feature added setNoDelay.
0.123.0 / 2022.01.27
- feat(node): add os.networkInterfaces (#1846)
- feat(node): add process.uptime (#1853)
- feat(node/child_process): add execFile (#1838)
- fix(node/process): can not pass exit code as a string (#1849)
- fix(testing):
assertObjectMatch
matches ArrayBuffer views correctly (#1843)
0.122.0 / 2022.01.20
- BREAKING(encoding/csv): add return type to csv's parse and remove a parse func
from args (#1724)
- feat(node): add Timeout class (#1699)
- feat(node): provide node compatible timer APIs in commonjs wrapper (#1834)
- fix(log): flush to file when buffer is full (#1782)
- fix(node): fix fs.write/fs.writeAll (#1832)
- fix(node): make stdio streams optional if not present on Deno namespace
(#1829)
- fix(node/net): setNoDelay and setKeepAlive no-ops (#1828)
- fix(node/timers): work around |this| check in deno (#1827)
0.121.0 / 2022.01.12
- feat(crypto): add md4 hash (#1799)
- feat(http): add eyecandy to file_server (#1804)
- feat(http/file_server): add 'quiet' flag (#1773)
- feat(node): add zlib (#1790)
- feat(node): mock more APIs (#1802)
- feat(node): upstream caller-path package (#1801)
- feat(node/fs): fs.write()/fs.writeSync() (#1817)
- fix(node): placeholder process.getgid() (#1814)
- fix(node): process.env ownPropertyDescriptor (#1795)
- fix(node): set prototype for Module (#1797)
- fix(node/http): client emit response, trailers & abort (#1809)
- fix(node/http/client): convert response's Headers to plain Object (#1811)
- fix(node/url): format auth/search/hash corruption (#1810)
0.120.0 / 2022.01.05
- feat(crypto): add Tiger hash (#1749)
- feat(node): add https.request (#1746)
- feat(node): add process.execPath (#1748)
- feat(node): add vm.runInThisContext (#1747)
- feat(uuid): add function to detect RFC version of a UUID (#1766)
- fix(examples/chat): fix applyState call (#1760)
- fix(node): don't emit exit twice (#1753)
- fix(node): fix fs.readdir (#1758)
- fix(node): improve util.isDeepStrictEqual (#1765)
- fix(node/child_process): allow number and boolean env vars (#1762)
- fix(path): change default of 'extended' options of glob methods (#1719)
- fix(testing/assert): inequality of -0 and 0 (#1783)
0.119.0 / 2021.12.22
- feat(hash): add Tiger hash (#1729)
- feat(node): expose util.debuglog (#1735)
- feat(node/util): implement
getOwnNonIndexProperties
(#1728)
- feat(uuid): add
validate
function to check UUID (#1720)
0.118.0 / 2021.12.16
- [BREAKING] Remove 'findLast' from 'collections' module (#1527)
- [BREAKING] Remove 'findLastIndex' from 'collections' module (#1528)
- [BREAKING] Remove 'server_legacy' from 'http' module (#1648)
- [BREAKING] Remove 'ws' module (#1647)
- [BREAKING] Remove assertThrowsAsync from 'testing/' (#1646)
- [BREAKING] Remove Go-style address in 'http' module (#1660)
- [BREAKING] Remove onSignal from 'signals/' (#1644)
- feat(http): add onError option to serveListener and serveTls (#1679)
- feat(node): add child_process.fork (#1695)
- feat(node): add http.Agent (#1706)
- feat(node): add http.OutgoingMessage (#1705)
- feat(node): add http.request (#1712)
- feat(node): add missing url.parse (#1667)
- feat(node): add mock inspector module (#1688)
- feat(node): add mock zlib module (#1698)
- feat(node): add util.isDeepStrictEqual (#1556)
- feat(node): export fs.Stats class (#1696)
- feat(node/fs): add fs.access (#1687)
- feat(node/url): add url.resolveObject (#1691)
- feat(node/util): add util.deprecate (#1697)
- feat(toml): align keys by option (#1693)
- fix(datetime): fix bug for parse at the end of the month (#1676)
- fix(node/util/inspect): validate invalid options (#1672)
- fix(toml): parse declaration correctly (#1682)
0.117.0 / 2021.12.03
- feat(http): introduce onError option on ServerInit (#1621)
- feat(node/readline): Interface, createInterface (#1554)
- fix(node): use async read for stdin (#1653)
- fix(std/node): Add base64url encoding support, indexOf, lastIndexOf and
includes to Buffer (#1636)
- test(node/fs): enable
test-fs-rm.js
(#1632)
- fix(node/util/inspect): Fix some bugs (#1637)
- fix(node): Use upstream implementation for streams (#1634)
0.116.0 / 2021.11.24
- feat(node/os): implement os.hostname() (#1631)
- feat(node/util): add
util.inspect
(#1592)
- fix(fmt/printf): print with rounding taken into account (#1623)
- fix(node/http): ignore server request parse errors (#1624)
- refactor(node): reorganize _next_tick.ts module (#1608)
0.115.1 / 2021.11.17
- fix(node): use old "process.nextTick" polyfill if Deno.core is not available
(#1612)
0.115.0 / 2021.11.17
- feat(node): add wasi module (#1534)
- feat(node): process.config, process.exitCode, process._exiting (#1597)
- feat(node): process.stdin.setRawMode (#1572)
- feat(node/_fs): Add
fs.readSync
(#1598)
- feat(node/fs): add
fs.read
API (#1557)
- feat(node/fs): implement
fs.rm
and fs.rmSync
(#1568)
- feat(node/process): add process.hrtime.bigint() (#1600)
- feat(node/util): Add
util.isBuffer
and util._extend
(#1567)
- fix(node): Align exports and declarations for Buffer and Events module (#1570)
- fix(node): improve http.Server.listen() compat (#1574)
- fix(node/http): fix no body chunked response (#1603)
- fix(node/http): improve http.Server compatibility (#1595)
- fix(node/http): improve http.Server#close() compat (#1602)
- fix(node/util): improve test coverage (#1591)
- node: add nextTick helper module (#1584)
- node: polyfill process.nextTick using Deno.core bindings (#1588)
- node: Use upstream source for "events" module (#1558)
0.114.0 / 2021.11.09
- BREAKING(http): update
serve
, add serveListener
, deprecate
listenAndServe
(#1506)
- BREAKING(std/collections): deprecate findLast (#1532)
- feat(http/file_server): add streaming support, fix empty file handling (#1479)
- feat(node): add readline module (#1453)
- feat(node): process.on and process.off for signals (#1466)
- feat(node/_fs): Add watchFile function (#1483)
- feat(node/http): HTTP Server/Response improvements (#1448)
- feat(node/querystring): implement qs.unescapeBuffer (#1516)
- feat(node): mock 'vm' module (#1501)
- feat(node): os.cpus() (#1500)
- feat(node): process.execArgv (#1499)
- fix(collections): prevent calling
Object.prototype.__proto__
in
collections/deep_merge.ts (#1504)
- fix(collections): remove default selector for
findSingle
(#1232)
- fix(crypto/digest): always return the underlying ArrayBuffer (#1515)
- fix(http/file_server): don't require --allow-read for showing help message
(#1521)
- fix(node): //@ts-ignore Error.captureStackTrace (#1533)
- fix(node): add proper module.export for 'module' (#1497)
- fix(node): child_process stdio for binary data (#1477)
- fix(node): fix flaky downloadFile test (#1460)
- fix(node): fix process.arch (#1498)
- fix(node): fix string representation of node errors (#1470)
- fix(node): isAlreadyClosed for child_process (#1469)
- fix(node/_tools): Better error and output logging (#1492)
- fix(node/_util): Deno.permissions is no longer called unless it exists.
(#1520)
- fix(node/events): enable remaining tests for EventEmitter (#1489)
- fix(node/events): make EventEmitter's public methods enumerable (#1530)
- fix(node/process): warn on not implemented event instead of throw (#1510)
- fix(node/querystring): improve
querystring.parse
(#1473)
- fix(node/querystring): Improve querystring.stringify (#1488)
- fix(node/querystring/stringify): invalid surrogate pair throws URIError
(#1505)
- fix(node/querystring/stringify): Remove initialValue (#1494)
- fix(signal): update signal module for canary API change (#1468)
- fix(testing): show special characters in assertEquals results (#1450)
0.113.0 / 2021.10.25
- feat(collections/running_reduce): support
currentIndex
(#1431)
- feat(http/file_server): add color to log message (#1434)
- feat(http/file_server): add breadcrumbs navigation (#1433)
- feat(node): allow require with 'node:' prefix (#1438)
- feat(node/url): add
url.urlToHttpOptions(url)
(#1426)
- feat(testing): add assertIsError (#1376)
- fix(async): fix async/tee concurrent .next calls error (#1425)
- fix(crypto): support length option in crypto.subtle.digest (#1386)
- fix(http/file_server): fix encoded url in dir html (#1442)
- fix(http/file_server): fix leak file resource (#1443)
- fix(node): match Node's os.arch values (#1440)
- fix(node): show warning when using import/export in CJS module (#1452)
- fix(node/events): make on and emit methods callable by non-EventEmitter
objects (#1454)
- fix(node/util): improve util.format (#1181)
- fix(node/_tools): fix node test setup script (#1422)
- chore(node): update Node version from 16.11.1 to 16.12.0 (#1441)
0.112.0 / 2021.10.18
- feat(collections): add joinToString (#1223)
- feat(node): CJS-ESM integration (#1412)
- feat(node): add helpers for determining CJS/ESM loader (#1407)
- feat(node): barebones express compatibility (#1398)
- feat(node): define process.mainModule (#1400)
- feat(node/events): implement setMaxListeners (#1414)
- feat(node/http): request & response streams (#1403)
- feat(node/os): add devNull constant (#1397)
- feat(node/url): add
url.format(URL[, options])
(#1420)
- fix(datetime): fix dayOfYear for the southern hemisphere (#1384)
- fix(fs/expand_glob): don't parse root as glob (#1417)
- fix(node): 'Illegal invocation' in 'perf_hooks' module (#1410)
- fix(node): add 'module' to native modules polyfill (#1408)
- fix(node): declare 'global' types inline (#1409)
- fix(node): export util.format() (#1401)
- fix(node): require doesn't throw error (#1399)
- fix(node): use hardcoded versions (#1406)
- fix(std/io): fix readline when catch BufferFullError (#1377)
- fix(testing): improve assertObjectMatch (#1419)
- chore(node): upgrade Node.js version from 15.5.1 to 16.11.1 (#1405)
0.111.0 / 2021.10.12
- BREAKING(fs): deprecate exists and existsSync (#1364)
- BREAKING(hash): deprecate std/hash (#1350)
- BREAKING(io): reorganize modules (#813)
- feat: streams utilities (#1141)
- feat(node): Add dns and net modules (#1375)
- feat(node): first iteration of http (#1383)
- feat(node): update built-in modules in node/module.ts (#1378)
- feat(node/crypto): add randomFillSync an randomFill (#1340)
- feat(node/crypto): add randomInt (#1356)
- feat(node/http): Export STATUS_CODES and METHODS (#1357)
- feat(node/url): add support for UNC path (#1365)
- fix(async/delay): reject if signal is already aborted (#1363)
- fix(encoding/base64url): allow passing strings to
encode
(#1361)
- fix(node): typo from #1380 (#1381)
- fix(node/url): improve compatibility of fileURLToPath (#1342)
- perf(bytes): switch equals to simd for large byte arrays (#1349)
0.110.0 / 2021.10.04
- feat(node): add missing modules (#1337)
- feat(node): support
Buffer.readUIntLE
(#1326)
- feat(node/buffer): support
Buffer.readUIntBE
(#1321)
- feat(node/crypto): add
scrypt
and scryptSync
(#1329)
- feat(node/crypto): add
timingSafeEqual
(#1333)
- feat(node/stream/web): export more APIs (#1338)
- feat(std/node): add back os.tmpdir() implementation (#1308)
- feat(std/node/crypto): Add
crypto.randomUUID
(#1332)
0.109.0 / 2021.09.28
- feat(std/node/stream): add partial support for
stream/web
(#1297)
- fix(node/_tools): use denoflate to decompress Node test folder (#1299)
- fix(node/events): make
EventEmitter.call
compatible with es5 (#1315)
- fix(std/node/module): treat .mjs files as ESM (#1301)
- perf(crypto): reduce one mircotask (#1307)
0.108.0 / 2021.09.21
- fix: use
strict-ts44.tsconfig.json
on release tests (#1278)
- fix(collections): improve handling of arrays containing undefined (#1282)
- feat(testing/asserts): add
assertThrows()
overload to receive error (#1219)
- feat(std/node): add
ParsedUrlQuery
to querystring
(#1229)
- feat(collections): use function overloading (#1286)
- chore(node/events): remove unnecessary
@ts-ignore
comments (#1280)
- docs(collections): add browser-compatibility comment (#1285)
- docs(encoding): add hex docs (#1287)
- docs(collections): replace console.assert with assertEquals (#1293)
0.107.0 / 2021.09.14
- BREAKING(http): cookie headers as params (#1041)
- feat(collection): add findSingle (#1166)
- feat(collections): Add
associatewith
(#1213)
- feat(collections): add
runningReduce
(#1226)
- feat(collections): add
sample
API (#1212)
- feat(collections): add dropWhile (#1185)
- feat(collections): add maxWith (#1170)
- feat(collections): add minWith (#1169)
- feat(collections): add reduceGroups (#1187)
- feat(collections): add slidingWindows (#1191)
- feat(io/streams): propagate cancel in readableStreamFromIterable() (#1274)
- fix(collections/includesValue): prevent enumerable prototype check (#1225)
- fix(testing/asserts): export Constructor type (#1208)
- fix(tests/yaml): expect !!js/function parse/stringify to throw (#1276)
- fix: update to latest signal API changes
- security(encoding/yaml): disable functions (#1275)
0.106.0 / 2021.08.23
- feat(async): add abort signal to delay (#1130)
- feat(collection): find_last_index to return undefined on no index found
(#1072)
- feat(node/buffer): add missing exports (#1140)
- feat(node/buffer): export atob and btoa (#1147)
- fix(node/perf-hooks): add PerformanceEntry to default export (#1152)
- fix(testing):
assertEquals
now considers constructors equal if one is
nullable and the other is Object (#1159)
- perf(collections): permutations optimisation (#1132)
0.105.0 / 2021.08.16
- docs(collections): fix typo in collections docs (#1127)
- feat(collections): compile time guarantee on pure functions (#1119)
- fix: type check examples in README files (#1121)
- fix(collections): intersect does not handle duplicate values in head properly
(#1131)
- fix(crypto): make crypto bench depend on sibling version of testing module
(#1135)
- refactor(bytes): rename
contains
to includes
with optional argument
fromIndex
(#1133)
0.104.0 / 2021.08.10
- feat: Add
collections
module (#993, #1075, #1103, #1062, #1062, #1109,
#1108, #1071, #1069, #1104, #1097, #1110, #1116)
- feat(crypto): add std/crypto wrapping and extending runtime WebCrypto (#1025)
- feat(http/file_server): return code 304 based on If-Modified-Since Header
(#1078)
- feat(node): add remaining Node.js builtin aliases (#1085)
- feat(node): add shim for perf_hooks (#1088)
- feat(node): assert/strict alias (#1084)
- feat(node): fs/promises implementation (#1083)
- feat(testing): add
assertRejects
, deprecate assertThrowsAsync
(#1101)
- fix(async): make it so exception of
deadline
can be caught (#1105)
- fix(http/file_server): fix flaky 'file_server sets Date header correctly' test
case (#1095)
- fix(node): assert/strict, fs/promises, perf_hooks modules could not be
required (#1107)
- fix(node/events): optimize listener management (#1113)
- fix(testing): change
assertThrows
and assertThrowsAsync
return type to
void
and Promise<void>
(#1052)
0.103.0 / 2021.07.26
- feat(async): add status to deferred promises (#1047)
- feat(http): add range request and etag support to
file_server.ts
(#1028)
- fix(async/deferred): rename .status -> .state (#1055)
- fix(encoding/base64url): throw TypeError in case of invalid base64url string
(#1040)
- fix(encoding/toml): fix inline table and nested array (#1042)
- fix(encoding/yaml): fix
parseAll
type definition by using overloads (#1048)
- fix(testing):
assertThrowsAsync
always reporting Error
instead of actual
error class (#1051)
- fix(testing/asserts): cater for different class constructor functions (#1000)
0.102.0 / 2021.07.19
- feat: Add std/collections (#993)
- fix(encoding/toml): fix comment line starting with whitespaces (#1017)
- fix(encoding/toml): parse keys correctly (#1019)
- fix(hash): fix handling of non-byte-sized TypedArray views (#1012)
- fix(testing): Don't merge diff when it's not spaces even if it's surrounded by
word-diff (#1032)
0.101.0 / 2021.07.13
- BREAKING(encoding/hex): remove encodedLen, encodeToString, decodedLen,
decodeString, errInvalidByte, errLength (#733)
- BREAKING(mime/multipart): return array for multiple values with same form name
(#722)
- BREAKING(std/uuid): rework v4 and v5 module (#971)
- feat(async): add
deadline
to async module (#1022)
- feat(async): add debounce method to async module (#1006)
- feat(encoding/toml): fix bad string format. Improve coverage (#991)
- feat(hash): add BLAKE3 hash support (#994)
- feat(http): Add Cookie domain validation (#1009)
- feat(http): Allow passing path and domain attributes while removing cookies
(#1005)
- feat(io): add
copy
function (#1016)
- feat(io/streams): add autoClose option to writableStreamFromWriter (#964)
- feat(std/node): add writeBuffer of internal binding fs module (#888)
- fix: improve type safety for browser-compatible modules (#995)
- fix(encoding/toml): serializes mixed array (#1001)
- fix(encoding/toml): throws parse error when toml uses invalid whitespaces
(#1013)
- fix(http):
setCookie
with maxAge
of 0
(#992)
- fix(http/server): Swallow NotConnected errors from listener.accept() (#761)
- fix(io/bufio): fix handling of trailing new line (#990)
- fix(node/module): More descriptive error in "createRequire" (#997)
- fix(path): Add question mark as a glob indicator (#1024)
- fix(testing): use return type of never for
fail
(#1002)
0.100.0 / 2021.06.29
- feat(testing/asserts): improved strings diff (#948)
- feat(testing/asserts): use assertion signature for "assertExists" (#969)
- fix(node/events): align EventEmitter#addListener with native node tests (#976)
- fix(path): fix type error in glob.ts with noImplicitAny: false config (#977)
0.99.0 / 2021.06.15
- feat(mime): make createPart of MultipartWriter public (#960)
- feat(node/util): add inherits (#958)
- fix(node/events): fix EventEmitter#removeAllListeners (#968)
- fix(node/process): make process.env enumerable (#957)
- fix(node/util): fix util.inherits (#959)
0.98.0 / 2021.06.08
- feat(async): add async/tee (#919)
- feat(async/mux): take AsyncIterable as source iterator (#923)
- feat(io/bufio): add encoding options to
readLines
and readStringDelim
(#921)
- feat(node/perf_hooks): add perf_hooks module (#945)
- fix(encoding/binary): allow getNBytes to read until EOF (#932)
- fix(encoding/binary): respect non 0 byte offsets (#826)
- fix(node/events): fix EventEmitter#once to pass native node tests (#935)
- fix(node/events): fix getMaxListeners and setMaxListeners to pass native node
tests (#928)
- fix(node/fs): fix type error in fs.watch impl (#947)
- fix(testing/asserts): fix handling of Weak* objects (#951)
0.97.0 / 2021.05.17
- fix(io/buffer): make Buffer compatible with Deploy (#912)
- fix(io/bufio): readDelim returns wrong result if delim strides over chunks
(#877)
- fix(node/events): accept only functions as listener arguments (#916)
- fix(testing): support array values in assertObjectMatch (#906)
0.96.0 / 2021.05.11
- feat(fs/walk): show path in walk error (#875)
- feat(http): allow custom response code (#855)
- feat(io): add readRange, readRangeSync (#884)
- feat(mime/multipart): add options to readForm (#895)
- feat(node): add console module (#892)
- feat(node/assert): add rejects and doesNotReject (#894)
- feat(std/node): add implementation of os.homedir() (#873)
- fix(http/file_server): keep url and name consistent (#908)
- fix(io): Improve readDelims() performance (#867)
- fix(io/streams): don't use a byte ReadableStream (#891)
- fix(node/assert): enable test-assert-fail.js and align assert.fail to it
(#874)
- fix(node/child_process): Try to fix flaky tests (#876)
- fix(node/stream): make
Stream
the default export (#901)
0.95.0 / 2021.04.23
- feat(node): add basic support for child_process.spawn (#785)
- feat(path/glob): add caseInsensitive option (#854)
- fix(node/fs): actually export everything (#862)
0.94.0 / 2021.04.20
- feat(node/fs): add fstat and fstatSync (#847)
- feat(streams): add readableStreamFromReader (#852)
- fix(path): reduce circular dependency (#858)
- fix(testing): equals does not differentiate undefined/absent keys (#849)
0.93.0 / 2021.04.13
- feat: add iter and iterSync to io/util (#843)
- feat(node/fs): add fdatasync and fdatasyncSync (#841)
- feat(node/fs): add fsync and fsyncSync (#840)
- feat(node/fs): add ftruncate and ftruncateSync (#829)
- feat(node/fs): add futimes and futimesSync (#830)
- fix(testing): Function signature of assertObjectEquals() does not accept
interfaces (#763)
0.92.0 / 2021.04.02
- feat: make bufio compatible to Deno Deploy (#831)
- feat: add symlink and symlinkSync to node/fs (#825)
- feat: add format and improve deprecate in node/util (#693)
- feat: add io/buffer and io/util module (#808) …
- fix: handle upstream type changes (#834)
- refactor:
Promise<void>
return types are unnecessary boilerplate in
encoding. (#818)
- chore: remove unused import in http (#817)
0.91.0 / 2021.03.21
- chore(codecov): ignore coverage of examples (#798)
- feat(encoding/yaml): add support for JS types and user types (#789)
- feat(io/streams): Add readerFromIterable() (#752)
- feat(std/node): add utimes and utimesSync (#805)
- fix(multipart): support useDefineForClassFields (#807)
- fix(node): fix node/cli.ts (#797)
- fix(node): move
throw error
in fs.writeFile to pass no-unsafe-finally
(#810)
- fix(path): enable and fix file URL tests (#804)
- refactor(node/fs): update fs import (#793)
0.90.0 / 2021.03.09
- fix(http): Create a single encoder instance (#790)
- feat(node): Add "module" polyfill (#783)
- feat(node): Add CLI for running Node.js script with std/node (#779)
- feat(node): Fix assert module, enable test cases (#769)
0.89.0 / 2021.03.02
- BREAKING(io/streams): Strengthen iterator to readable stream conversion (#735)
- build: collect and upload code coverage (#770)
- feat(node): add constants module (#747)
- feat(node): add crypto.createHash (#757)
- feat(node): add process.hrtime function (#751)
- feat(node): add truncate and truncateSync (#765)
- fix(node): export promisify & callbackify (#748)
- fix(node): fix export items of events (#758)
- fix(node): ignore shebang (#746)
- fix(node): native module needs to be extensible (#745)
- fix(node/process): make process.argv an array (#749)
- fix: fix type errors in canary test (#762)
- refactor: fix codes to pass
no-unused-vars
lint (#764)
- test(path): update test cases for canary (#775)
0.88.0 / 2021.02.19
- BREAKING(encoding): remove module utf8.ts (#728)
- chore: fix typo in contributing section (#709)
- docs(bytes): improve README.md (#737)
- feat(node): add native module polyfills: url, crypto (#729)
- feat(node): add tty module (#738)
- feat(node): support conditional exports (#726)
- fix(std/testing) : Handle Symbols correctly in deep equalities (#731)
- test(node): run external tests with --quiet (#732)
0.87.0 / 2021.02.12
- BREAKING(http/cookie): remove Cookies and SameSite type aliases (#720)
- docs(fmt): fix examples in fmt/colors.ts (#715)
- docs(io/ioutil): improve jsdoc (#706)
- fix(http/file_server): svg media type (#718)
- refactor(hash/md5): throw
TypeError
for wrong type (#698)
- test(node): enable native node tests (#695)
0.86.0 / 2021.02.05
- feat(http/file_server): support do not show dotfiles (#690)
- feat(http/file_server): show ../ if it makes sense & end dirs with / (#691)
Releases notes for previous releases can be found in
deno
repository.