2024.07.02
@std/archive 0.224.3 (patch)
- test(archive): fix typo in
tar_test.ts
(#5196)
@std/assert 1.0.0-rc.3 (prerelease)
@std/async 1.0.0-rc.3 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/bytes 1.0.1 (patch)
- refactor: import from
@std/assert
(#5199)
@std/cli 1.0.0-rc.3 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/collections 1.0.2 (patch)
- refactor: import from
@std/assert
(#5199)
@std/crypto 1.0.0 (major)
@std/csv 1.0.0-rc.1 (prerelease)
- BREAKING(csv): remove
csv
from module names (#5172) - BREAKING(csv): make
ReadOptions
private (#5169) - docs(csv): fix description of
ParseResult
(#5170) - docs(csv): add module docs (#5157)
- refactor(csv): minor cleanup (#5166)
- refactor: import from
@std/assert
(#5199) - refactor(csv): minor cleanups (#5158)
- refactor(csv): remove dead code and improve
CsvParseStream
test (#5153) - refactor(csv): remove dead code and improve tests (#5151)
- test(csv): improve
CsvStringifyStream
test (#5154) - test(csv): improve stringify testing (#5150)
- chore(csv): release
csv@1.0.0-rc.1
(#5159)
@std/data-structures 1.0.0-rc.2 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/datetime 0.224.2 (patch)
- refactor: import from
@std/assert
(#5199)
@std/dotenv 0.224.2 (patch)
- refactor: import from
@std/assert
(#5199)
@std/encoding 1.0.0 (major)
@std/expect 1.0.0-rc.1 (prerelease)
- BREAKING(expect): remove special handling of Immutable.js objects (#5228)
- fix(expect): fix validation of nth param in
toHaveBeenNthCalledWith
matcher
(#5227) - refactor(expect,testing): update
@std/assert
imports (#5242) - refactor(expect): remove
expect.addSnapshotSerializer(s)
(#5231) - refactor: import from
@std/assert
(#5199) - test(expect): test edge cases of matchers (#5226)
- test(expect): add test of
iterableEquality
(#5222) - test(expect): improve
expect
test cases (#5221) - chore(expect): release
expect@1.0.0-rc.1
(#5235)
@std/fmt 0.225.5 (patch)
- refactor: import from
@std/assert
(#5199)
@std/front-matter 0.224.3 (patch)
- refactor: import from
@std/assert
(#5199)
@std/fs 1.0.0-rc.3 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/html 1.0.0-rc.2 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/http 1.0.0-rc.2 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/ini 0.225.2 (patch)
- refactor: import from
@std/assert
(#5199)
@std/internal 1.0.1 (patch)
- refactor: import from
@std/assert
(#5199)
@std/io 0.224.3 (patch)
- refactor: import from
@std/assert
(#5199)
@std/json 1.0.0-rc.2 (prerelease)
@std/jsonc 1.0.0-rc.2 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/log 0.224.4 (patch)
- refactor: import from
@std/assert
(#5199)
@std/media-types 1.0.1 (patch)
- fix(media-types): update
db.ts
(#5193) - refactor: import from
@std/assert
(#5199) - chore(media-types): release
media-types@1.0.1
(#5197)
@std/msgpack 1.0.0-rc.2 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/net 0.224.4 (patch)
- refactor: import from
@std/assert
(#5199)
@std/path 1.0.0-rc.3 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/semver 1.0.0-rc.1 (prerelease)
- BREAKING(semver): remove
SEMVER_SPEC_VERSION
(#5180) - BREAKING(semver): make invalid SemVer constants private (#5168)
- BREAKING(semver): remove deprecated
rangeMax()
,rangeMin()
and
testRange()
APIs (#5160) - docs(semver): minor documentation cleanups (#5178)
- refactor: import from
@std/assert
(#5199) - test(semver): add
tryParse()
tests (#5161) - chore(semver): release
semver@1.0.0-rc.1
(#5181)
@std/streams 1.0.0-rc.2 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/testing 1.0.0-rc.2 (prerelease)
- fix(testing): throw error eagerly when insufficient permissions are granted to
write to snapshot file in update mode (#5201) - refactor(expect,testing): update
@std/assert
imports (#5242) - refactor: import from
@std/assert
(#5199)
@std/text 1.0.0-rc.2 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/toml 1.0.0-rc.3 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/ulid 1.0.0-rc.3 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/url 1.0.0-rc.2 (prerelease)
- refactor: import from
@std/assert
(#5199)
@std/uuid 1.0.0 (major)
- refactor: import from
@std/assert
(#5199)
@std/webgpu 0.224.5 (patch)
- refactor: import from
@std/assert
(#5199)
@std/yaml 1.0.0-rc.1 (prerelease)
- BREAKING(yaml): remove
ParseOptions.legacy
option (#5229) - BREAKING(yaml): remove
filename
option fromparse()
andstringify()
(#5223) - BREAKING(yaml): remove
listener
option fromparse()
andstringify()
(#5224) - BREAKING(yaml): make
Schema
andType
private and stop supporting
user-defined schemas (#5175) - BREAKING(yaml): rename
DumpOptions
toStringifyOptions
(#5171) - BREAKING(yaml): remove
iterator
argument fromparseAll()
(#5148) - fix(yaml): fix
!!pairs
parsing (#5192) - fix(yaml): fix merge (<<) type handling in
parse()
(#5185) - refactor(yaml): replace chars and comments with constants (#5250)
- refactor(yaml): add
sanitizeInput()
function (#5248) - refactor(yaml): remove inferred
Schema
type (#5252) - refactor(yaml): add default options object (#5249)
- refactor(yaml): share char constants (#5246)
- refactor(yaml): remove
DirectiveHandler
type (#5247) - refactor(yaml): minor cleanups (#5239)
- refactor(yaml): simplify schema (#5236)
- refactor(yaml): consolidate
yaml/schema/*.ts
code intoyaml/_schema.ts
(#5225) - refactor: import from
@std/assert
(#5199) - refactor(yaml): remove unused
func
type (#5191) - refactor(yaml): remove dead code (#5189)
- refactor(yaml): simplify map initializations (#5183)
- refactor(yaml): rename
YAMLError
toYamlError
(#5149) - test(yaml): test handling of boolean values (#5251)
- test(yaml): check handling of binary type (#5245)
- test(yaml): add
parse()
test for duplicate keys (#5240) - test(yaml): add test cases of handling ? mark in YAML (#5234)
- test(yaml): test
!!timestamp
type handling (#5237) - test(yaml): test
stringify()
case when string encoded into hex sequences
(#5230) - test(yaml): test anchor and alias handling of
parse()
(#5190) - test(yaml): add misc
parse()
test cases (#5188) - test(yaml): add test for block scalars (#5187)
- test(yaml): improve
parse()
testing (#5182) - chore(yaml): release
yaml@1.0.0-rc.1
(#5244) - chore(yaml): remove
example
folder (#5238)