Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 23:28
· 20 commits to main since this release

3.0.0 (2023-11-28)

Bug Fixes

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

Code Refactoring

  • use private class fields/methods (2fef138)

Features

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