Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: use named import for fast-xml-parser #273

Merged
merged 1 commit into from
Feb 4, 2023

Conversation

andipaetzold
Copy link
Owner

@andipaetzold andipaetzold commented Feb 4, 2023

close #170

@andipaetzold andipaetzold linked an issue Feb 4, 2023 that may be closed by this pull request
@andipaetzold andipaetzold changed the base branch from main to next February 4, 2023 16:41
@andipaetzold andipaetzold marked this pull request as ready for review February 4, 2023 16:42
@andipaetzold andipaetzold self-assigned this Feb 4, 2023
@andipaetzold andipaetzold merged commit 314e786 into next Feb 4, 2023
@andipaetzold andipaetzold deleted the 170-v3-used-named-import-for-fast-xml-parser branch February 4, 2023 17:18
github-actions bot pushed a commit that referenced this pull request Feb 4, 2023
# [3.0.0-next.2](v3.0.0-next.1...v3.0.0-next.2) (2023-02-04)

### Bug Fixes

* use named import for fast-xml-parser ([#273](#273)) ([314e786](314e786)), closes [#170](#170)

### Features

* do not use/export enums ([#274](#274)) ([ce27203](ce27203))

### BREAKING CHANGES

* `ColumnType` is not a TypeScript enum anymore:
- `ColumnType` is a union type
- `ColumnTypes` a map for easier usage of `ColumnType`
@github-actions
Copy link

github-actions bot commented Feb 4, 2023

🎉 This PR is included in version 3.0.0-next.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Nov 28, 2023
# [3.0.0](v2.2.6...v3.0.0) (2023-11-28)

### Bug Fixes

* `exactOptionalPropertyTypes` TS option compatibility ([#300](#300)) ([31b129a](31b129a))
* set conditional exports in package.json ([#299](#299)) ([ef65273](ef65273))
* use named import for fast-xml-parser ([#273](#273)) ([314e786](314e786)), closes [#170](#170)

### Code Refactoring

* use private class fields/methods ([2fef138](2fef138))

### Features

* do not use/export enums ([#274](#274)) ([ce27203](ce27203))
* drop node 14 support ([#272](#272)) ([d44c67d](d44c67d))
* drop node 16 support ([#283](#283)) ([19bc255](19bc255))

### BREAKING CHANGES

* browser/node must support private class fields/methods
* drop node 16 support
* `ColumnType` is not a TypeScript enum anymore:
- `ColumnType` is a union type
- `ColumnTypes` a map for easier usage of `ColumnType`
* drop node 14 support
Copy link

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[V3] Used named import for fast-xml-parser
1 participant