Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 8db9a41

Browse files
committed
deepStrictEqual()変更
1 parent 071babc commit 8db9a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weekly/2015-02-13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* Shigeki Ohtsu (@shigeki) -->
3131
* **stream**: よりシンプルなstream作成。 ([readable-stream/issues#102](https://github.com/iojs/readable-stream/issues/102))
3232
* **dns**: `lookup()`メソッド で `'all'` オプションをサポート。この設定を有効にすると名前の解決が行われたすべてのアドレスを配列で返します(デフォルトは`false`に設定)。 ([iojs/pull#744](https://github.com/iojs/io.js/pull/744))
33-
* **assert**: `deepEqual()`から`prototype`プロパティの比較を外しました。 ([iojs/issues#636](https://github.com/iojs/io.js/pull/636)) `deepEqual()`のミラーとして`deepStrictEqual()`メソッドを追加、ただしprimitivesではstrict equalのチェックを行います。 ([iojs/issues#639](https://github.com/iojs/io.js/pull/639))
33+
* **assert**: `deepEqual()`から`prototype`プロパティの比較を外しました。 ([iojs/issues#636](https://github.com/iojs/io.js/pull/636)) `deepEqual()`のミラーとして`deepStrictEqual()`メソッドを追加し、こちらがプリミティブの比較を行います。 ([iojs/issues#639](https://github.com/iojs/io.js/pull/639))
3434
* **tracing**: `--with-lttng option` オプションを付けてコンパイルした場合に[LTTng](http://lttng.org/) (Linux Trace Toolkit Next Generation) が追加されます。 トレースポイントはDTraceとETWで使用可能なものと同じです。([iojs/issues#702](https://github.com/iojs/io.js/pull/702))
3535
* **docs**: 多くのドキュメントがアップデートされました。新たに JavaScriptエラーについての[Errorsページ](https://iojs.org/api/errors.html)を追加、V8の詳細、io.jsに特化したエラーの詳細など(各コミットを参照してください)。
3636
* **npm** を 2.5.1にアップグレード

0 commit comments

Comments
 (0)