File: CHANGES.md

package info (click to toggle)
node-vasync 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 284 kB
  • sloc: makefile: 15
file content (39 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Changelog

## Not yet released

None yet.

## v2.2.0

* #37 want whilst

## v2.1.0

* #33 want filter, filterLimit, and filterSeries
* #35 pipeline does not pass rv-object to final callback


## v2.0.0

** WARNING

Do not use this version (v2.0.0), as it has broken pipeline and forEachPipeline
functions.

**Breaking Changes:**

* The `waterfall` function's terminating callback no longer receives a
  status-object as its second argument. This is the behavior of `node-async`
  and we wish to match it as closely as possible. If you used the second
  argument of waterfall's terminating callback (instead of waterfall's return
  value) to extract job-statuses, this will break you. More specifically, this
  is only true if you called `waterfall` on an empty array of function.

**Other Changes:**

* #32 Would like a tryEach function.

## v1 and earlier

Major version 1 and earlier did not have their changes logged in a changelog.