-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: 2024/11/11〜2024/11/17の最新情報 | ||
tags: | ||
- Deno | ||
- deno_std | ||
categories: | ||
- news | ||
date: 2024-11-17 | ||
description: > | ||
deno_stdのリリース | ||
--- | ||
|
||
## `deno_std`のリリース | ||
|
||
`deno_std`がリリースされています ([release-2024.11.13](https://github.com/denoland/std/releases/tag/release-2024.11.13)) | ||
|
||
### `@std/[email protected]` | ||
|
||
[@std/assert@1.0.8](https://jsr.io/@std/[email protected])がリリースされています。 | ||
|
||
#### `assertEquals`の改善 | ||
|
||
`assertEquals`でオブジェクト同士を比較する際に、プロトタイプチェーンをさかのぼってすべてのプロパティーが比較されるよう挙動が改善されています。 | ||
|
||
### `@std/[email protected]` | ||
|
||
[@std/expect@1.0.8](https://jsr.io/@std/[email protected])がリリースされています。 | ||
|
||
#### `expect.addSnapshotSerializer()` | ||
|
||
[`expect.addSnapshotSerializer()`](https://github.com/jestjs/jest/blob/v30.0.0-alpha.6/docs/ExpectAPI.md#expectaddsnapshotserializerserializer)が実装されています。 | ||
|
||
### `@std/[email protected]` | ||
|
||
[@std/ini@1.0.0-rc.5](https://jsr.io/@std/[email protected])がリリースされています。 | ||
|
||
#### `@std/ini/parse` - `parse()`の挙動の変更 | ||
|
||
`parse()`が数値/`null`/`true`/`false`などの値を文字列ではなく、JavaScriptの対応する型として返却するよう挙動が変更されています。 | ||
|
||
### `@std/[email protected]` | ||
|
||
[@std/http@1.0.10](https://jsr.io/@std/[email protected])がリリースされています。 | ||
|
||
#### `@std/http/file-server` - ドットファイルの取り扱いの改善 | ||
|
||
`serveDir()`で`showDotfiles: false`が指定された場合、ドットファイルが要求された際に`404`エラーが返却されるよう修正されています。 |