Skip to content

Commit 90187d0

Browse files
authored
Version Packages (#62)
2 parents e48b6e2 + 8df507f commit 90187d0

3 files changed

Lines changed: 50 additions & 49 deletions

File tree

.changeset/rare-llamas-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 49 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,197 +1,203 @@
11
# windpipe
22

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- 81c783b: Fix typescript types for ESM default import
8+
39
## 0.13.1
410

511
### Patch Changes
612

7-
- f1f6f1f: Fix .merge() failing on slow streams
13+
- f1f6f1f: Fix .merge() failing on slow streams
814

915
## 0.13.0
1016

1117
### Minor Changes
1218

13-
- c6e43cd: Implement Stream.merge()
19+
- c6e43cd: Implement Stream.merge()
1420

1521
## 0.12.0
1622

1723
### Minor Changes
1824

19-
- 9ef31c7: allow different error types when existing stream has `never` error
20-
- 5d20101: create `single` consumption method
25+
- 9ef31c7: allow different error types when existing stream has `never` error
26+
- 5d20101: create `single` consumption method
2127

2228
### Patch Changes
2329

24-
- 180b70d: fix: export for WindpipeConsumptionError
25-
- eb8bdae: re-arrange exports in package.json
30+
- 180b70d: fix: export for WindpipeConsumptionError
31+
- eb8bdae: re-arrange exports in package.json
2632

2733
## 0.11.1
2834

2935
### Patch Changes
3036

31-
- 39221db: Fix json serialisation issue when stream contains undefined values
37+
- 39221db: Fix json serialisation issue when stream contains undefined values
3238

3339
## 0.11.0
3440

3541
### Minor Changes
3642

37-
- 035cf6a: add `fromPusher` stream creation method
43+
- 035cf6a: add `fromPusher` stream creation method
3844

3945
## 0.10.0
4046

4147
### Minor Changes
4248

43-
- 7c566d2: create `onFirst` and `onLast` operators
49+
- 7c566d2: create `onFirst` and `onLast` operators
4450

4551
## 0.9.10
4652

4753
### Patch Changes
4854

49-
- de16dab: fix batching with timeout and yield-remaining
55+
- de16dab: fix batching with timeout and yield-remaining
5056

5157
## 0.9.9
5258

5359
### Patch Changes
5460

55-
- 8d3b6be: fix: inconsistency with batch yielding
61+
- 8d3b6be: fix: inconsistency with batch yielding
5662

5763
## 0.9.8
5864

5965
### Patch Changes
6066

61-
- 2c8238d: fix: buffered map continuing on stream end
67+
- 2c8238d: fix: buffered map continuing on stream end
6268

6369
## 0.9.7
6470

6571
### Patch Changes
6672

67-
- 70fe273: feat: reject error atom option for `toArray`
73+
- 70fe273: feat: reject error atom option for `toArray`
6874

6975
## 0.9.6
7076

7177
### Patch Changes
7278

73-
- 7300858: rename `unknown` to `exception`, and deprecate all calls to `unknown`
79+
- 7300858: rename `unknown` to `exception`, and deprecate all calls to `unknown`
7480

7581
## 0.9.5
7682

7783
### Patch Changes
7884

79-
- a87c801: fix: incorrect splicing when generating batch
85+
- a87c801: fix: incorrect splicing when generating batch
8086

8187
## 0.9.4
8288

8389
### Patch Changes
8490

85-
- 2370529: feat: allow batching by bucket
91+
- 2370529: feat: allow batching by bucket
8692

8793
## 0.9.3
8894

8995
### Patch Changes
9096

91-
- d9dcc4e: fix: add timeout with `n` option for buffer
97+
- d9dcc4e: fix: add timeout with `n` option for buffer
9298

9399
## 0.9.2
94100

95101
### Patch Changes
96102

97-
- b293d9c: `batch` operator
98-
- 784adb4: fix: continue emitting stream items after encountering non-raw item on raw stream
99-
- 87515b3: fix: emit known and unknown errors onto node stream
103+
- b293d9c: `batch` operator
104+
- 784adb4: fix: continue emitting stream items after encountering non-raw item on raw stream
105+
- 87515b3: fix: emit known and unknown errors onto node stream
100106

101107
## 0.9.1
102108

103109
### Patch Changes
104110

105-
- e050124: create `bufferedMap` operator
111+
- e050124: create `bufferedMap` operator
106112

107113
## 0.9.0
108114

109115
### Minor Changes
110116

111-
- 8db09c4: Implement `.toReadable()` method for streams
117+
- 8db09c4: Implement `.toReadable()` method for streams
112118

113119
### Patch Changes
114120

115-
- b8a8ed7: Fix creating streams from arrays with nullish values
121+
- b8a8ed7: Fix creating streams from arrays with nullish values
116122

117123
## 0.8.2
118124

119125
### Patch Changes
120126

121-
- 01dff15: clone array in `fromArray` to prevent mutating original array
127+
- 01dff15: clone array in `fromArray` to prevent mutating original array
122128

123129
## 0.8.1
124130

125131
### Patch Changes
126132

127-
- 52f03a1: fix broken types
133+
- 52f03a1: fix broken types
128134

129135
## 0.8.0
130136

131137
### Minor Changes
132138

133-
- ad86792: Add .collect() method to streams
134-
- 3ce4ff3: Implement `fromCallback` for stream creation
135-
- 909d5a1: Adds the `cachedFlatMap` operator
139+
- ad86792: Add .collect() method to streams
140+
- 3ce4ff3: Implement `fromCallback` for stream creation
141+
- 909d5a1: Adds the `cachedFlatMap` operator
136142

137143
### Patch Changes
138144

139-
- af01d2f: catch unhandled errors in `fromNext` stream creation
140-
- 022efea: Improve exported API and generated docs
145+
- af01d2f: catch unhandled errors in `fromNext` stream creation
146+
- 022efea: Improve exported API and generated docs
141147

142148
## 0.7.0
143149

144150
### Minor Changes
145151

146-
- 10e211e: Implement .flatten() method on streams
152+
- 10e211e: Implement .flatten() method on streams
147153

148154
## 0.6.0
149155

150156
### Minor Changes
151157

152-
- 31a0db7: alter `flat*` APIs to simplify handlers
153-
- ce64206: fix export for CJS
158+
- 31a0db7: alter `flat*` APIs to simplify handlers
159+
- ce64206: fix export for CJS
154160

155161
### Patch Changes
156162

157-
- e9ea819: add `exhaust` stream consumer
163+
- e9ea819: add `exhaust` stream consumer
158164

159165
## 0.5.1
160166

161167
### Patch Changes
162168

163-
- 56147df: fix incorrect stream type for `flatTap`
169+
- 56147df: fix incorrect stream type for `flatTap`
164170

165171
## 0.5.0
166172

167173
### Minor Changes
168174

169-
- 27191f4: fix default exports for cjs
175+
- 27191f4: fix default exports for cjs
170176

171177
## 0.4.0
172178

173179
### Minor Changes
174180

175-
- e55d490: create new `ofError` and `ofUnknown` static methods for creating a stream
176-
- e55d490: alter exported API
177-
- 341ef76: add `flatTap`
181+
- e55d490: create new `ofError` and `ofUnknown` static methods for creating a stream
182+
- e55d490: alter exported API
183+
- 341ef76: add `flatTap`
178184

179185
## 0.3.1
180186

181187
### Patch Changes
182188

183-
- edd7aad: add Atom types to export
189+
- edd7aad: add Atom types to export
184190

185191
## 0.3.0
186192

187193
### Minor Changes
188194

189-
- 0aebf68: add `$.ok`, `$.error`, and `$.unknown` methods, to simplify creation of single atom streams.
195+
- 0aebf68: add `$.ok`, `$.error`, and `$.unknown` methods, to simplify creation of single atom streams.
190196

191-
restrict items exported from `./atom.ts`, as not everything was required for the public API.
197+
restrict items exported from `./atom.ts`, as not everything was required for the public API.
192198

193199
## 0.2.0
194200

195201
### Minor Changes
196202

197-
- 22723f5: add `drop` stream transform
203+
- 22723f5: add `drop` stream transform

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windpipe",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "Highland but better",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)