When.jscujoJS 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss 相关概念,例如联合多个 promiss、mapping 和减少 promises 集合以及 timed promises 等。

When.js 3.7.7 发布,Promises/A 的实现
When.js 3.7.7 发布,更新如下:Hotfix for browserify下载页面:3.7.7When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss 相关概念,例如联合多个 promiss、mapping 和减少 promises 集合以及 timed promises

发布于 2015-12-25 00:18:25 | 140 次阅读

When.js 3.7.4 发布,增加 keys.settle
When.js 3.7.4 发布了,改进内容包括:Add when/keys settle, for settling a hash of promises.Use poly from npm instead of a git link in package.json.  No need for git to be available to npm install when.Various community-contributed documentation updates.  Thanks!When.js 是 cujojs 

发布于 2015-10-29 11:26:51 | 165 次阅读

When.js 3.7.2 发布,Promises/A 和 when() 实现
When.js 3.7.2 发布,改进记录:重新发布 3.7.1 npm 包,因为一些原因 3.7.1 没包含 pool.js没有其他功能性的改版When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的

发布于 2015-01-30 23:53:07 | 206 次阅读

When.js 3.7.1 发布,Promises/A 和 when() 实现
When.js 3.7.1 发布,该版本修复了一个 bug:修复 when.settle 未处理拒绝报告的情况。下载地址:https://github.com/cujojs/when/archive/3.7.1.zipWhen.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来

发布于 2015-01-29 00:22:40 | 118 次阅读

When.js 3.7.0 发布,Promises/A 和 when() 实现
When.js 3.7.0 发布了,改进内容包括:Add process and window unhandled rejection events for cross-library debugging tools.Improve internal task queueing performance and memory usage.Stabilize handler ordering in the face of multiple promise implementations.When.js 是 cujojs 的轻量级

发布于 2015-01-26 23:56:04 | 206 次阅读

When.js 3.6.4 发布,Promises/A 和 when() 实现
When.js 3.6.4 发布了,改进内容包括:Fix handling of null errors in unhandled rejection reportingAdd examples of supporting both promise and node style callbacks in the same APIWhen.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC

发布于 2014-12-14 23:24:05 | 175 次阅读

When.js 3.6.2 发布,修复 V8 引擎的 Bug
When.js 3.6.2 发布,改进记录包括:Work around v8 optimizing compiler bug with some truly amazing help from community members. Thank you @anodynos, @jefflage, @pbarnes, @spion, @tsouza.Fix regressions in when.filter and when.reduce (which also affected when/sequence).When.js 是 cujojs 的

发布于 2014-11-13 23:33:22 | 182 次阅读

When.js 3.6.1 发布,Promises/A 和 when() 实现
When.js 3.6.1 发布,该版本改进内容包括:显著提升 when.try, 和 when.lift.数组函数的额外改进: when.reduce, when.any, and when.some.Improved handling of early bail-out cases in when.all, when.map, and when.any.When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现

发布于 2014-11-12 00:32:32 | 160 次阅读

When.js 3.6.0 发布,显著性能和内存提升
When.js 3.6.0 发布,该版本改进内容包括:显著的性能提升:when.map 性能提升 10x 或更多,特别是针对大数组~2x for when.reduce and promise.fold~1.5-2x for generators using when/generator lift, call, and/or apply.when.reduce 和 promise.fold 降低了内存的占用Whe

发布于 2014-11-08 23:47:01 | 147 次阅读

When.js 3.5.2 发布,Promises/A 和 when() 实现
When.js 3.5.2 发布,此版本能接收 when/function 参数对象,现已提供下载。更新内容:when/function.apply 现在能直接处理通过一个参数对象,e.g. fn.apply(f, arguments);.Prevent minifiers from clobbering unhandled rejection reporting if they remove console.* calls.

发布于 2014-10-30 00:18:21 | 164 次阅读

When.js 3.5.1 发布
When.js 3.5.1 发布了,改进记录包括:when.race & Promise.race now reject with a TypeError if you pass something that is not iterable.Improve scheduler compatibility with MutationObserver shimsSimplify checks for vert.x environment下载地址:https://github.com/cujojs/when/archive/3.

发布于 2014-10-24 23:51:37 | 188 次阅读

When.js 3.5.0 发布,改进了 race 的性能
When.js 3.5.0 发布了,改进内容包括:Improve when.race & Promise.race performance.Internal changes to start paving the way toward 4.0.0.Deprecate when.iterate and when.unfold.  Use cujoJS/most for streaming asynchronous values.Deprecate progress events. See the docs for more infor

发布于 2014-10-01 23:23:28 | 131 次阅读

When.js 3.4.4 发布,Promises/A 和 when() 实现
When.js 3.4.4 发布了,该版本处理了 node 0.10.30 的 setTimeout bug 问题,详情请看 this issueWhen.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss 相关概念,例如

发布于 2014-08-14 23:18:37 | 186 次阅读

When.js 3.4.3 发布,Promises/A 和 when() 实现
When.js 3.4.3 发布,改进内容包括:Improve internal error handling for predicate catchSimplify core promise internals and reduce code sizeWhen.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他

发布于 2014-08-06 00:20:50 | 103 次阅读

When.js 3.4.2 发布,Promises/A 和 when() 实现
When.js 3.4.2 发布了,该版本修复了一个 Bug:Fix for rare false negative in unhandled rejection reporting.When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss 相关概念

发布于 2014-07-21 23:56:04 | 164 次阅读

When.js 3.4.1 发布,Promises/A 和 when() 实现
When.js 3.4.1 发布了,该版本修复了一个 Bug:promise.finally 不在返回的 promises 等待的问题。When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss 相关概念

发布于 2014-07-19 23:19:11 | 178 次阅读

When.js 3.4.0 发布,增加 when.filter 过滤器
When.js 3.4.0 发布了,改进内容包括:New when.filter for filtering arrays of promises.when.map and when.filter now provide the array index as the second param to their mapping and filtering functions.when/keys.map now provides the associated key to its mapping function.Smaller ES6 shim.Whe

发布于 2014-07-15 23:58:29 | 173 次阅读

When.js 3.3.1 发布
When.js 3.3.1 是一个紧急的 bug 修复版本,修复了 3.3.0 中的 when/node 的参数排序的 bug。When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss 相关概念,例

发布于 2014-07-03 23:21:39 | 117 次阅读

When.js 3.3.0 发布
When.js 3.3.0 发布了,该版本改进包括:Promote when.race to public API.when.any and when.some now reject with a RangeError if the race is obviously unwinnable, for example: when.some([1,2,3], 4).  See the when.any and when.some docs for more info.下载地址:https://github.com/cuj

发布于 2014-07-02 23:57:49 | 136 次阅读

When.js 3.2.3 发布,改进未处理的拒绝报告
When.js 3.2.3 发布,改进记录包括:Updated Debugging Promises docs.Report when previously unhandled rejections become handled, with an ID to correlate the two messages.Improve unhandled rejection reporting for cases where multiple different promise implementations interleave.When.js 是 cuj

发布于 2014-06-23 23:26:26 | 130 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务