Skip to content

Commit a7a127a

Browse files
release v1.0.0 (#28)
## node-es-transformer@1.0.0 ### Major Changes - [#27](#27) [`812d9ba`](812d9ba) - Update to Node.js 22, migrate to Changesets, and add automated npm publishing (breaking: requires Node 22+) - [#31](#31) [`99a1c80`](99a1c80) - Improved documentation, TypeScript support. ### Minor Changes - [#31](#31) [`99a1c80`](99a1c80) - Add cross-version reindex support for ES 8.x to 9.x migration with dual client aliasing ### Patch Changes - [#34](#34) [`3a0d7cd`](3a0d7cd) - Upgrade glob from v7 to v13 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2d56f42 commit a7a127a

File tree

6 files changed

+21
-27
lines changed

6 files changed

+21
-27
lines changed

.changeset/cross-version-reindex-support.md

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

.changeset/node-22-and-changesets.md

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

.changeset/upgrade-glob-v13.md

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

.changeset/v1-0-0-preparation.md

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

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#27](https://github.com/walterra/node-es-transformer/pull/27) [`812d9ba`](https://github.com/walterra/node-es-transformer/commit/812d9bae067007fd15ebdbc921827e419408b077) - Update to Node.js 22, migrate to Changesets, and add automated npm publishing (breaking: requires Node 22+)
8+
9+
- [#31](https://github.com/walterra/node-es-transformer/pull/31) [`99a1c80`](https://github.com/walterra/node-es-transformer/commit/99a1c808f396e4e552acdc1f65d2772df7519a9b) - Improved documentation, TypeScript support.
10+
11+
### Minor Changes
12+
13+
- [#31](https://github.com/walterra/node-es-transformer/pull/31) [`99a1c80`](https://github.com/walterra/node-es-transformer/commit/99a1c808f396e4e552acdc1f65d2772df7519a9b) - Add cross-version reindex support for ES 8.x to 9.x migration with dual client aliasing
14+
15+
### Patch Changes
16+
17+
- [#34](https://github.com/walterra/node-es-transformer/pull/34) [`3a0d7cd`](https://github.com/walterra/node-es-transformer/commit/3a0d7cd2e147ea9517f10eb07a0e9f7fe78fb2e7) - Upgrade glob from v7 to v13
18+
319
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
420

521
## [1.0.0-beta7](https://github.com/walterra/node-es-transformer/compare/v1.0.0-beta6...v1.0.0-beta7) (2024-12-31)
@@ -8,18 +24,16 @@ All notable changes to this project will be documented in this file. See [commit
824

925
## [1.0.0-beta5](https://github.com/walterra/node-es-transformer/compare/v1.0.0-beta4...v1.0.0-beta5) (2024-12-31)
1026

11-
1227
### ⚠ BREAKING CHANGES
1328

14-
* Minimum required nodejs version: v20
15-
16-
* update .nvmrc to v20 ([e77899a](https://github.com/walterra/node-es-transformer/commit/e77899a398703fd2d0ffaeb093a3b7a1d638cc6f))
29+
- Minimum required nodejs version: v20
1730

31+
- update .nvmrc to v20 ([e77899a](https://github.com/walterra/node-es-transformer/commit/e77899a398703fd2d0ffaeb093a3b7a1d638cc6f))
1832

1933
### Features
2034

21-
* emits docsPerSecond event ([bc825fe](https://github.com/walterra/node-es-transformer/commit/bc825fee18cbe2eaafc2f7d67f34067e0b93db50))
22-
* support for pipeline ([c53ea2c](https://github.com/walterra/node-es-transformer/commit/c53ea2c5465b564ec141ab2abfe7e0db6cac1fb0))
35+
- emits docsPerSecond event ([bc825fe](https://github.com/walterra/node-es-transformer/commit/bc825fee18cbe2eaafc2f7d67f34067e0b93db50))
36+
- support for pipeline ([c53ea2c](https://github.com/walterra/node-es-transformer/commit/c53ea2c5465b564ec141ab2abfe7e0db6cac1fb0))
2337

2438
## [1.0.0-beta4](https://github.com/walterra/node-es-transformer/compare/v1.0.0-beta3...v1.0.0-beta4) (2024-12-30)
2539

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.0-beta7",
33+
"version": "1.0.0",
3434
"engines": {
3535
"node": ">=22.0.0"
3636
},

0 commit comments

Comments
 (0)