Skip to content

Commit

Permalink
docs: add articles/2024/11/17
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed Nov 16, 2024
1 parent a5952cc commit fb93af1
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions content/articles/2024/11/17.md
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`エラーが返却されるよう修正されています。

0 comments on commit fb93af1

Please sign in to comment.