由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - node.js 一下子到4.0了
相关主题
感觉node在瞎搞啊, 昨天v4.1今天就v4.1.1(死翘翘)how to program a shell extension
大家来看看这个纯Javascript实现的QR二维码生成器what's wrong with this C++ code?
How does YAHOO calculate RSI? (转载)怎么非ASCII字符就过滤不了呢?[Perl]
请教template和factory有啥区别?how to sed from grep output in c shell? (转载)
map是用什么data structure来implement的?a linux disk IO question (转载)
再来讨论一直算法课的作业吧这里的人用BOOST都是用来做什么?
what's wrong with this scripts?variable passing?请问如何在球体表面均匀分布N个点(赠送包子) (转载)
C# HtmlElement.InvokeMember at Amazon.com请版上的C++牛人讲一下g++的优化参数
相关话题的讨论汇总
话题: changes话题: functions话题: see话题: release话题: changelog
进入Programming版参与讨论
1 (共1页)
W***o
发帖数: 6519
1
这version跨越忒大了吧,从0.1x 一下子到4了,貌似新feature不少
d****n
发帖数: 1637
2
Notable changes
This list of changes is relative to the last io.js v3.x branch release, v3.3
.0. Please see the list of notable changes in the v3.x, v2.x and v1.x
releases compiled in unified CHANGELOG for a more complete list of changes
from 0.12.x. Note, that some changes in the v3.x series as well as major
breaking changes in this release constitute changes required for full
convergence of the Node.js and io.js projects.
child_process: ChildProcess.prototype.send() and process.send() operate
asynchronously across all platforms so an optional callback parameter has
been introduced that will be invoked once the message has been sent, i.e. .
send(message[, sendHandle][, callback]) (Ben Noordhuis) #2620.
node: Rename "io.js" code to "Node.js" (cjihrig) #2367.
node-gyp: This release bundles an updated version of node-gyp that works
with all versions of Node.js and io.js including nightly and release
candidate builds. From io.js v3 and Node.js v4 onward, it will only download
a headers tarball when building addons rather than the entire source. (Rod
Vagg) #2700
npm: Upgrade to version 2.14.2 from 2.13.3, includes a security update, see
https://github.com/npm/npm/releases/tag/v2.14.2 for more details, (Kat March
án) #2696.
timers: Improved timer performance from porting the 0.12 implementation,
plus minor fixes (Jeremiah Senkpiel) #2540, (Julien Gilli) nodejs/node-v0.x-
archive#8751 nodejs/node-v0.x-archive#8905
util: The util.is*() functions have been deprecated, beginning with
deprecation warnings in the documentation for this release, users are
encouraged to seek more robust alternatives in the npm registry, (
Sakthipriyan Vairamani) #2447.
v8: Upgrade to version 4.5.103.30 from 4.4.63.30 (Ali Ijaz Sheikh) #2632.
Implement new TypedArray prototype methods: copyWithin(), every(), fill(),
filter(), find(), findIndex(), forEach(), indexOf(), join(), lastIndexOf(),
map(), reduce(), reduceRight(), reverse(), slice(), some(), sort(). See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_
Objects/TypedArray for further information.
Implement new TypedArray.from() and TypedArray.of() functions. See https://
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
TypedArray for further information.
Implement arrow functions, see https://developer.mozilla.org/en-US/docs/Web/
JavaScript/Reference/Functions/Arrow_functions for further information.
Full ChangeLog available at https://github.com/v8/v8-git-mirror/blob/4.5.103
/ChangeLog
z******e
发帖数: 53
3
跟io.js 合并的,之前io.js 到了3.x
p*****2
发帖数: 21240
4
感觉有点晚了

【在 W***o 的大作中提到】
: 这version跨越忒大了吧,从0.1x 一下子到4了,貌似新feature不少
1 (共1页)
进入Programming版参与讨论
相关主题
请版上的C++牛人讲一下g++的优化参数map是用什么data structure来implement的?
[合集] 问个土问题 printf, 别Peng再来讨论一直算法课的作业吧
[合集] perl symbol tables 一问what's wrong with this scripts?variable passing?
问个Perl的简单问题C# HtmlElement.InvokeMember at Amazon.com
感觉node在瞎搞啊, 昨天v4.1今天就v4.1.1(死翘翘)how to program a shell extension
大家来看看这个纯Javascript实现的QR二维码生成器what's wrong with this C++ code?
How does YAHOO calculate RSI? (转载)怎么非ASCII字符就过滤不了呢?[Perl]
请教template和factory有啥区别?how to sed from grep output in c shell? (转载)
相关话题的讨论汇总
话题: changes话题: functions话题: see话题: release话题: changelog