This repository was archived by the owner on Sep 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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にアップグレード
You can’t perform that action at this time.
0 commit comments