Skip to content

Commit 42716c9

Browse files
committed
chore(release): 2.7.1
1 parent 0ddb239 commit 42716c9

File tree

3 files changed

+54
-70
lines changed

3 files changed

+54
-70
lines changed

CHANGELOG.md

Lines changed: 51 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2,170 +2,154 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [2.7.0](https://github.com/adaltas/node-each/compare/v2.6.0...v2.7.0) (2024-01-26)
5+
### [2.7.1](https://github.com/adaltas/node-each/compare/v2.7.0...v2.7.1) (2024-11-08)
66

7+
## [2.7.0](https://github.com/adaltas/node-each/compare/v2.6.0...v2.7.0) (2024-01-26)
78

89
### Features
910

10-
* concurrency option validaiton ([be1fb3e](https://github.com/adaltas/node-each/commit/be1fb3ebab0c8492554ad60f3d65407826f107c6))
11+
- concurrency option validaiton ([be1fb3e](https://github.com/adaltas/node-each/commit/be1fb3ebab0c8492554ad60f3d65407826f107c6))
1112

1213
## [2.6.0](https://github.com/adaltas/node-each/compare/v2.5.2...v2.6.0) (2023-12-22)
1314

14-
1515
### Features
1616

17-
* concurrency api function ([f128991](https://github.com/adaltas/node-each/commit/f128991d65ff179fe4eafdaf61a394d8a05295e5))
18-
17+
- concurrency api function ([f128991](https://github.com/adaltas/node-each/commit/f128991d65ff179fe4eafdaf61a394d8a05295e5))
1918

2019
### Bug Fixes
2120

22-
* call resolve on closed error ([574a79e](https://github.com/adaltas/node-each/commit/574a79e523a22cd4aa37d22e7eaf6d8bf81da143))
23-
* wait for running items before end resolution ([f2212fe](https://github.com/adaltas/node-each/commit/f2212fe6c0428dbcf8e29d014458638414c6ceb2))
21+
- call resolve on closed error ([574a79e](https://github.com/adaltas/node-each/commit/574a79e523a22cd4aa37d22e7eaf6d8bf81da143))
22+
- wait for running items before end resolution ([f2212fe](https://github.com/adaltas/node-each/commit/f2212fe6c0428dbcf8e29d014458638414c6ceb2))
2423

2524
### [2.5.2](https://github.com/adaltas/node-each/compare/v2.5.1...v2.5.2) (2023-12-18)
2625

2726
### [2.5.1](https://github.com/adaltas/node-each/compare/v2.5.0...v2.5.1) (2023-12-18)
2827

29-
3028
### Bug Fixes
3129

32-
* setImmediate discovery ([b9cfdee](https://github.com/adaltas/node-each/commit/b9cfdee924f01413cd559d5d3afc419cf99ba0fa))
30+
- setImmediate discovery ([b9cfdee](https://github.com/adaltas/node-each/commit/b9cfdee924f01413cd559d5d3afc419cf99ba0fa))
3331

3432
## [2.5.0](https://github.com/adaltas/node-each/compare/v2.4.4...v2.5.0) (2023-12-16)
3533

36-
3734
### Features
3835

39-
* support browser environments (see [#4](https://github.com/adaltas/node-each/issues/4)) ([ee14d7b](https://github.com/adaltas/node-each/commit/ee14d7b3f35b1b273d2eab26c7838ef4ac51e1af))
36+
- support browser environments (see [#4](https://github.com/adaltas/node-each/issues/4)) ([ee14d7b](https://github.com/adaltas/node-each/commit/ee14d7b3f35b1b273d2eab26c7838ef4ac51e1af))
4037

4138
### [2.4.4](https://github.com/adaltas/node-each/compare/v2.4.3...v2.4.4) (2023-10-18)
4239

43-
4440
### Bug Fixes
4541

46-
* build dist ([477c633](https://github.com/adaltas/node-each/commit/477c633e69d4c0e3d9f0e21677747a144ada6b02))
42+
- build dist ([477c633](https://github.com/adaltas/node-each/commit/477c633e69d4c0e3d9f0e21677747a144ada6b02))
4743

4844
### [2.4.3](https://github.com/adaltas/node-each/compare/v2.4.2...v2.4.3) (2023-10-18)
4945

50-
5146
### Bug Fixes
5247

53-
* state count start at 0 ([5b0ced3](https://github.com/adaltas/node-each/commit/5b0ced380b2640ca65ac25a2ff9029c58edb17fa))
48+
- state count start at 0 ([5b0ced3](https://github.com/adaltas/node-each/commit/5b0ced380b2640ca65ac25a2ff9029c58edb17fa))
5449

5550
### [2.4.2](https://github.com/adaltas/node-each/compare/v2.4.1...v2.4.2) (2023-10-18)
5651

5752
### [2.4.1](https://github.com/adaltas/node-each/compare/v2.4.0...v2.4.1) (2023-09-08)
5853

5954
## [2.4.0](https://github.com/adaltas/node-each/compare/v2.3.0...v2.4.0) (2023-03-22)
6055

61-
6256
### Features
6357

64-
* fluent option ([1bc3060](https://github.com/adaltas/node-each/commit/1bc3060e4eba111c3d0b508d4403c4c29e1c5ee0))
58+
- fluent option ([1bc3060](https://github.com/adaltas/node-each/commit/1bc3060e4eba111c3d0b508d4403c4c29e1c5ee0))
6559

6660
## [2.3.0](https://github.com/adaltas/node-each/compare/v2.2.1...v2.3.0) (2023-03-14)
6761

68-
6962
### Features
7063

71-
* end resolve schedule items unless force ([9e1533c](https://github.com/adaltas/node-each/commit/9e1533cc745e43a536662dfecde2ef77ab9f8501))
72-
* end with an error in relax mode ([cc781b4](https://github.com/adaltas/node-each/commit/cc781b411d18be26972254230ff95f12e3b0de6c))
73-
* get fluent api ([90f3d3a](https://github.com/adaltas/node-each/commit/90f3d3a3144d00cdd4a532eaf26736d381353653))
74-
* new api error function ([3743472](https://github.com/adaltas/node-each/commit/37434727699a4fa46c689463c6554d2514039388))
75-
* pause and resume return a promise ([960fc91](https://github.com/adaltas/node-each/commit/960fc91a17a17c256bac9c0dac3d0111f8f1ac02))
76-
* strict unhandled rejections mode ([6f8e542](https://github.com/adaltas/node-each/commit/6f8e5422efd6703096a85b19c1d09cba559d1b62))
77-
64+
- end resolve schedule items unless force ([9e1533c](https://github.com/adaltas/node-each/commit/9e1533cc745e43a536662dfecde2ef77ab9f8501))
65+
- end with an error in relax mode ([cc781b4](https://github.com/adaltas/node-each/commit/cc781b411d18be26972254230ff95f12e3b0de6c))
66+
- get fluent api ([90f3d3a](https://github.com/adaltas/node-each/commit/90f3d3a3144d00cdd4a532eaf26736d381353653))
67+
- new api error function ([3743472](https://github.com/adaltas/node-each/commit/37434727699a4fa46c689463c6554d2514039388))
68+
- pause and resume return a promise ([960fc91](https://github.com/adaltas/node-each/commit/960fc91a17a17c256bac9c0dac3d0111f8f1ac02))
69+
- strict unhandled rejections mode ([6f8e542](https://github.com/adaltas/node-each/commit/6f8e5422efd6703096a85b19c1d09cba559d1b62))
7870

7971
### Bug Fixes
8072

81-
* move pinst to dev dependency ([3102fd0](https://github.com/adaltas/node-each/commit/3102fd014ffd0bc110189b25e6c4e074ea1bc611))
73+
- move pinst to dev dependency ([3102fd0](https://github.com/adaltas/node-each/commit/3102fd014ffd0bc110189b25e6c4e074ea1bc611))
8274

8375
### [2.2.1](https://github.com/adaltas/node-each/compare/v2.2.0...v2.2.1) (2023-02-24)
8476

85-
8677
### Bug Fixes
8778

88-
* preserve items structure when paused ([e12c018](https://github.com/adaltas/node-each/commit/e12c018b62ecef6ff001e28731d54ccb06f7ef31))
79+
- preserve items structure when paused ([e12c018](https://github.com/adaltas/node-each/commit/e12c018b62ecef6ff001e28731d54ccb06f7ef31))
8980

9081
## [2.2.0](https://github.com/adaltas/node-each/compare/v2.1.0...v2.2.0) (2023-02-24)
9182

92-
9383
### Features
9484

95-
* normalize get arguments length error ([3c8f377](https://github.com/adaltas/node-each/commit/3c8f37718793d8e47428b5e5308368614d9714ab))
96-
* options get value ([04a748e](https://github.com/adaltas/node-each/commit/04a748e7bdd55f5b5f704a8a0a7d57a840a2af8b))
97-
* rename set to options ([1afced9](https://github.com/adaltas/node-each/commit/1afced9821b2c354aad518e31b64bd5bea080ef7))
85+
- normalize get arguments length error ([3c8f377](https://github.com/adaltas/node-each/commit/3c8f37718793d8e47428b5e5308368614d9714ab))
86+
- options get value ([04a748e](https://github.com/adaltas/node-each/commit/04a748e7bdd55f5b5f704a8a0a7d57a840a2af8b))
87+
- rename set to options ([1afced9](https://github.com/adaltas/node-each/commit/1afced9821b2c354aad518e31b64bd5bea080ef7))
9888

9989
## [2.1.0](https://github.com/adaltas/node-each/compare/v2.0.1...v2.1.0) (2023-02-24)
10090

101-
10291
### Features
10392

104-
* new end function ([440bd08](https://github.com/adaltas/node-each/commit/440bd0800f59b10c2a80cbfc88080955d3074862))
105-
* new flatten option ([4b5ef37](https://github.com/adaltas/node-each/commit/4b5ef37bed9eebe29d639022f89784f246880ddf))
106-
* resume and end wait scheduled iterations to complete ([a4c3d8f](https://github.com/adaltas/node-each/commit/a4c3d8f1a1350544bf0edfdf181f710f99e6926a))
107-
93+
- new end function ([440bd08](https://github.com/adaltas/node-each/commit/440bd0800f59b10c2a80cbfc88080955d3074862))
94+
- new flatten option ([4b5ef37](https://github.com/adaltas/node-each/commit/4b5ef37bed9eebe29d639022f89784f246880ddf))
95+
- resume and end wait scheduled iterations to complete ([a4c3d8f](https://github.com/adaltas/node-each/commit/a4c3d8f1a1350544bf0edfdf181f710f99e6926a))
10896

10997
### Bug Fixes
11098

111-
* correct and test invalid iniatilisation arguments ([96e732f](https://github.com/adaltas/node-each/commit/96e732ff007c74956184c39543ebf98fbb55de63))
99+
- correct and test invalid iniatilisation arguments ([96e732f](https://github.com/adaltas/node-each/commit/96e732ff007c74956184c39543ebf98fbb55de63))
112100

113101
### [2.0.1](https://github.com/adaltas/node-each/compare/v2.0.0...v2.0.1) (2023-02-22)
114102

115-
116103
### Bug Fixes
117104

118-
* cjs module name ([dd3c6ed](https://github.com/adaltas/node-each/commit/dd3c6ed4abbba2ec908c75334b2867df88e0e870))
105+
- cjs module name ([dd3c6ed](https://github.com/adaltas/node-each/commit/dd3c6ed4abbba2ec908c75334b2867df88e0e870))
119106

120107
## [2.0.0](https://github.com/adaltas/node-each/compare/v1.2.2...v2.0.0) (2023-02-22)
121108

122-
123109
### Features
124110

125-
* initial argument merging or unordered ([257be03](https://github.com/adaltas/node-each/commit/257be0304539b3178cb6f011994628f18c97bfa2))
126-
* initial release for version 2 ([16ac09e](https://github.com/adaltas/node-each/commit/16ac09e053cfab42f5d2f2dd79f6ea5bfe628f89))
127-
111+
- initial argument merging or unordered ([257be03](https://github.com/adaltas/node-each/commit/257be0304539b3178cb6f011994628f18c97bfa2))
112+
- initial release for version 2 ([16ac09e](https://github.com/adaltas/node-each/commit/16ac09e053cfab42f5d2f2dd79f6ea5bfe628f89))
128113

129114
### Bug Fixes
130115

131-
* prevent stack execution on error ([fd21f2f](https://github.com/adaltas/node-each/commit/fd21f2f919e595d2e87956c1662ecd280d0ac0a9))
132-
116+
- prevent stack execution on error ([fd21f2f](https://github.com/adaltas/node-each/commit/fd21f2f919e595d2e87956c1662ecd280d0ac0a9))
133117

134118
## Version 1.2.2
135119

136-
* coffee: update lint rules
137-
* src: use callback instead of next
138-
* readme: rewrite error doc
139-
* promise: improve detection
140-
* sample: update api.promise
120+
- coffee: update lint rules
121+
- src: use callback instead of next
122+
- readme: rewrite error doc
123+
- promise: improve detection
124+
- sample: update api.promise
141125

142126
## Version 1.2.1
143127

144-
* readme: document promise
128+
- readme: document promise
145129

146130
## Version 1.2.0
147131

148-
* handler: handle multiple errors
149-
* package: latest dev dependencies
150-
* package: ignore lock files
151-
* source: remove unused module dependencies
132+
- handler: handle multiple errors
133+
- package: latest dev dependencies
134+
- package: ignore lock files
135+
- source: remove unused module dependencies
152136

153137
## Version 1.1.1
154138

155-
* src: fix latest release with js lost in transpilation
139+
- src: fix latest release with js lost in transpilation
156140

157141
## Version 1.1.0
158142

159-
* package: npm release script
160-
* options: pass options into the main function
143+
- package: npm release script
144+
- options: pass options into the main function
161145

162146
## Version 1.0.0
163147

164-
* readme: rewrite doc
165-
* next: rename then to next
166-
* promise: error and then can be called before
167-
* package: use CoffeeScript 2
168-
* travis: run against node 7 and 8
169-
* files: remove API function
170-
* promise: new API function
171-
* package: simplify run commands
148+
- readme: rewrite doc
149+
- next: rename then to next
150+
- promise: error and then can be called before
151+
- package: use CoffeeScript 2
152+
- travis: run against node 7 and 8
153+
- files: remove API function
154+
- promise: new API function
155+
- package: simplify run commands

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "each",
33
"description": "Chained and parallel async iterator in one elegant function.",
4-
"version": "2.7.0",
4+
"version": "2.7.1",
55
"author": "David Worms <david@adaltas.com> (https://www.adaltas.com)",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)