|
1 | 1 | # windpipe |
2 | 2 |
|
| 3 | +## 0.13.2 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- 81c783b: Fix typescript types for ESM default import |
| 8 | + |
3 | 9 | ## 0.13.1 |
4 | 10 |
|
5 | 11 | ### Patch Changes |
6 | 12 |
|
7 | | -- f1f6f1f: Fix .merge() failing on slow streams |
| 13 | +- f1f6f1f: Fix .merge() failing on slow streams |
8 | 14 |
|
9 | 15 | ## 0.13.0 |
10 | 16 |
|
11 | 17 | ### Minor Changes |
12 | 18 |
|
13 | | -- c6e43cd: Implement Stream.merge() |
| 19 | +- c6e43cd: Implement Stream.merge() |
14 | 20 |
|
15 | 21 | ## 0.12.0 |
16 | 22 |
|
17 | 23 | ### Minor Changes |
18 | 24 |
|
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 |
21 | 27 |
|
22 | 28 | ### Patch Changes |
23 | 29 |
|
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 |
26 | 32 |
|
27 | 33 | ## 0.11.1 |
28 | 34 |
|
29 | 35 | ### Patch Changes |
30 | 36 |
|
31 | | -- 39221db: Fix json serialisation issue when stream contains undefined values |
| 37 | +- 39221db: Fix json serialisation issue when stream contains undefined values |
32 | 38 |
|
33 | 39 | ## 0.11.0 |
34 | 40 |
|
35 | 41 | ### Minor Changes |
36 | 42 |
|
37 | | -- 035cf6a: add `fromPusher` stream creation method |
| 43 | +- 035cf6a: add `fromPusher` stream creation method |
38 | 44 |
|
39 | 45 | ## 0.10.0 |
40 | 46 |
|
41 | 47 | ### Minor Changes |
42 | 48 |
|
43 | | -- 7c566d2: create `onFirst` and `onLast` operators |
| 49 | +- 7c566d2: create `onFirst` and `onLast` operators |
44 | 50 |
|
45 | 51 | ## 0.9.10 |
46 | 52 |
|
47 | 53 | ### Patch Changes |
48 | 54 |
|
49 | | -- de16dab: fix batching with timeout and yield-remaining |
| 55 | +- de16dab: fix batching with timeout and yield-remaining |
50 | 56 |
|
51 | 57 | ## 0.9.9 |
52 | 58 |
|
53 | 59 | ### Patch Changes |
54 | 60 |
|
55 | | -- 8d3b6be: fix: inconsistency with batch yielding |
| 61 | +- 8d3b6be: fix: inconsistency with batch yielding |
56 | 62 |
|
57 | 63 | ## 0.9.8 |
58 | 64 |
|
59 | 65 | ### Patch Changes |
60 | 66 |
|
61 | | -- 2c8238d: fix: buffered map continuing on stream end |
| 67 | +- 2c8238d: fix: buffered map continuing on stream end |
62 | 68 |
|
63 | 69 | ## 0.9.7 |
64 | 70 |
|
65 | 71 | ### Patch Changes |
66 | 72 |
|
67 | | -- 70fe273: feat: reject error atom option for `toArray` |
| 73 | +- 70fe273: feat: reject error atom option for `toArray` |
68 | 74 |
|
69 | 75 | ## 0.9.6 |
70 | 76 |
|
71 | 77 | ### Patch Changes |
72 | 78 |
|
73 | | -- 7300858: rename `unknown` to `exception`, and deprecate all calls to `unknown` |
| 79 | +- 7300858: rename `unknown` to `exception`, and deprecate all calls to `unknown` |
74 | 80 |
|
75 | 81 | ## 0.9.5 |
76 | 82 |
|
77 | 83 | ### Patch Changes |
78 | 84 |
|
79 | | -- a87c801: fix: incorrect splicing when generating batch |
| 85 | +- a87c801: fix: incorrect splicing when generating batch |
80 | 86 |
|
81 | 87 | ## 0.9.4 |
82 | 88 |
|
83 | 89 | ### Patch Changes |
84 | 90 |
|
85 | | -- 2370529: feat: allow batching by bucket |
| 91 | +- 2370529: feat: allow batching by bucket |
86 | 92 |
|
87 | 93 | ## 0.9.3 |
88 | 94 |
|
89 | 95 | ### Patch Changes |
90 | 96 |
|
91 | | -- d9dcc4e: fix: add timeout with `n` option for buffer |
| 97 | +- d9dcc4e: fix: add timeout with `n` option for buffer |
92 | 98 |
|
93 | 99 | ## 0.9.2 |
94 | 100 |
|
95 | 101 | ### Patch Changes |
96 | 102 |
|
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 |
100 | 106 |
|
101 | 107 | ## 0.9.1 |
102 | 108 |
|
103 | 109 | ### Patch Changes |
104 | 110 |
|
105 | | -- e050124: create `bufferedMap` operator |
| 111 | +- e050124: create `bufferedMap` operator |
106 | 112 |
|
107 | 113 | ## 0.9.0 |
108 | 114 |
|
109 | 115 | ### Minor Changes |
110 | 116 |
|
111 | | -- 8db09c4: Implement `.toReadable()` method for streams |
| 117 | +- 8db09c4: Implement `.toReadable()` method for streams |
112 | 118 |
|
113 | 119 | ### Patch Changes |
114 | 120 |
|
115 | | -- b8a8ed7: Fix creating streams from arrays with nullish values |
| 121 | +- b8a8ed7: Fix creating streams from arrays with nullish values |
116 | 122 |
|
117 | 123 | ## 0.8.2 |
118 | 124 |
|
119 | 125 | ### Patch Changes |
120 | 126 |
|
121 | | -- 01dff15: clone array in `fromArray` to prevent mutating original array |
| 127 | +- 01dff15: clone array in `fromArray` to prevent mutating original array |
122 | 128 |
|
123 | 129 | ## 0.8.1 |
124 | 130 |
|
125 | 131 | ### Patch Changes |
126 | 132 |
|
127 | | -- 52f03a1: fix broken types |
| 133 | +- 52f03a1: fix broken types |
128 | 134 |
|
129 | 135 | ## 0.8.0 |
130 | 136 |
|
131 | 137 | ### Minor Changes |
132 | 138 |
|
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 |
136 | 142 |
|
137 | 143 | ### Patch Changes |
138 | 144 |
|
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 |
141 | 147 |
|
142 | 148 | ## 0.7.0 |
143 | 149 |
|
144 | 150 | ### Minor Changes |
145 | 151 |
|
146 | | -- 10e211e: Implement .flatten() method on streams |
| 152 | +- 10e211e: Implement .flatten() method on streams |
147 | 153 |
|
148 | 154 | ## 0.6.0 |
149 | 155 |
|
150 | 156 | ### Minor Changes |
151 | 157 |
|
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 |
154 | 160 |
|
155 | 161 | ### Patch Changes |
156 | 162 |
|
157 | | -- e9ea819: add `exhaust` stream consumer |
| 163 | +- e9ea819: add `exhaust` stream consumer |
158 | 164 |
|
159 | 165 | ## 0.5.1 |
160 | 166 |
|
161 | 167 | ### Patch Changes |
162 | 168 |
|
163 | | -- 56147df: fix incorrect stream type for `flatTap` |
| 169 | +- 56147df: fix incorrect stream type for `flatTap` |
164 | 170 |
|
165 | 171 | ## 0.5.0 |
166 | 172 |
|
167 | 173 | ### Minor Changes |
168 | 174 |
|
169 | | -- 27191f4: fix default exports for cjs |
| 175 | +- 27191f4: fix default exports for cjs |
170 | 176 |
|
171 | 177 | ## 0.4.0 |
172 | 178 |
|
173 | 179 | ### Minor Changes |
174 | 180 |
|
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` |
178 | 184 |
|
179 | 185 | ## 0.3.1 |
180 | 186 |
|
181 | 187 | ### Patch Changes |
182 | 188 |
|
183 | | -- edd7aad: add Atom types to export |
| 189 | +- edd7aad: add Atom types to export |
184 | 190 |
|
185 | 191 | ## 0.3.0 |
186 | 192 |
|
187 | 193 | ### Minor Changes |
188 | 194 |
|
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. |
190 | 196 |
|
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. |
192 | 198 |
|
193 | 199 | ## 0.2.0 |
194 | 200 |
|
195 | 201 | ### Minor Changes |
196 | 202 |
|
197 | | -- 22723f5: add `drop` stream transform |
| 203 | +- 22723f5: add `drop` stream transform |
0 commit comments