Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 391 draft
  • Loading branch information
azu committed Jul 5, 2018
commit 951e1d6b1c443e7cd79535ad18c1d35e80d4cb3e
12 changes: 11 additions & 1 deletion _i18n/ja/_posts/2018/2018-07-05-391draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "2018-07-05のJS: "
author: "azu"
layout: post
date : 2018-07-05T00:57:20.940Z
date : 2018-07-05T05:10:23.254Z
category: JSer
tags:
-
Expand Down Expand Up @@ -35,4 +35,14 @@ Jest 23.3.0リリース。
インラインでスナップショットテストをする`toMatchInlineSnapshot`と`toThrowErrorMatchingInlineSnapshot`の追加など


----

## Node v10.6.0 (Current) | Node.js
[nodejs.org/en/blog/release/v10.6.0/](https://nodejs.org/en/blog/release/v10.6.0/ "Node v10.6.0 (Current) | Node.js")
<p class="jser-tags jser-tag-icon"><span class="jser-tag">node.js</span> <span class="jser-tag">ReleaseNote</span></p>

Node.js 10.6.0リリース。
`require('dns').promises`の追加、`Atomics.wake`を`Atomics.notify`にリネームするECMAScriptの仕様追従など


----