0.210.0
版本发布时间: 2023-12-21 22:03:03
denoland/std最新发布版本:release-2024.10.10a(2024-10-10 18:31:16)
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 forparse()
andcanParse()
(#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 onFakeTime()
(#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)