release-2024.08.16
版本发布时间: 2024-08-16 14:36:54
denoland/std最新发布版本:release-2024.10.10a(2024-10-10 18:31:16)
@std/cache 0.1.0 (minor)
- feat(cache/unstable): add
memoize()
andLruCache
(#4725) - fix(cache/unstable): fix flaky
memoize()
test withFakeTime
(#5664) - chore(cache): add
@experimental
JSDoc tag to public symbols (#5666)
@std/datetime 0.225.0 (minor)
- BREAKING(datetime): replace
utc
withtimeZone
option (#5647) - fix(datetime): handle am / pm variants (#5406)
- refactor(datetime): cleanup
DateTimeFormatter
andparse()
function (#5649)
@std/encoding 1.0.2 (patch)
- feat(encoding/unstable):
decodeBase32Hex()
andencodeBase32Hex()
(#4931) - test(encoding): cleanup base32 tests (#5665)
@std/front-matter 1.0.2 (patch)
- refactor(front-matter): remove
Extractor
type (#5659)
@std/http 1.0.3 (patch)
- refactor(http): use
methods
module infile-server
module (#5668)
@std/io 0.224.5 (patch)
- docs(io): document
std/io
(#5656) - refactor(io): cleanup
BufferFullError
andPartialReadError
logic (#5657)
@std/streams 1.0.2 (patch)
- feat(streams/unstable):
toLines()
(#5121)
@std/text 1.0.3 (patch)
- feat(text/unstable): add
slugify()
function (#5646)
@std/uuid 1.0.1 (patch)
- perf(uuid): make
uuidToBytes()
up to 2.5x faster (#5670) - perf(uuid): make
bytesToUuid()
up to 100x faster (#5655)
@std/yaml 1.0.3 (patch)
- refactor(yaml): remove
result
property (#5684) - refactor(yaml): move exports to import file (#5651)