Skip to content

Commit 88677eb

Browse files
release v1.1.0 (#41)
## node-es-transformer@1.1.0 ### Minor Changes - [#43](#43) [`56bf4c6`](56bf4c6) - Add CSV parsing for file and stream sources with sourceFormat and csvOptions ### Patch Changes - [#40](#40) [`58c3dc2`](58c3dc2) - Fix transform null handling and queue backpressure behavior Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 56bf4c6 commit 88677eb

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/add-csv-ingestion-support.md

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

.changeset/fix-transform-handling-and-queue-backpressure.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#43](https://github.com/walterra/node-es-transformer/pull/43) [`56bf4c6`](https://github.com/walterra/node-es-transformer/commit/56bf4c6cf7831e0bd8d6e2740ee04db1c16742de) - Add CSV parsing for file and stream sources with sourceFormat and csvOptions
8+
9+
### Patch Changes
10+
11+
- [#40](https://github.com/walterra/node-es-transformer/pull/40) [`58c3dc2`](https://github.com/walterra/node-es-transformer/commit/58c3dc26cf0727ac2bd98756be4839407eb8b245) - Fix transform null handling and queue backpressure behavior
12+
313
## 1.0.2
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"license": "Apache-2.0",
3131
"author": "Walter M. Rafelsberger <walter@rafelsberger.at>",
3232
"contributors": [],
33-
"version": "1.0.2",
33+
"version": "1.1.0",
3434
"engines": {
3535
"node": ">=22.0.0"
3636
},

0 commit comments

Comments
 (0)