Skip to content

Releases: andipaetzold/mdb-reader

v3.0.0

28 Nov 23:28
Compare
Choose a tag to compare

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

v3.0.0-next.6

25 Nov 15:43
Compare
Choose a tag to compare
v3.0.0-next.6 Pre-release
Pre-release

3.0.0-next.6 (2023-11-25)

Bug Fixes

  • exactOptionalPropertyTypes TS option compatibility (#300) (31b129a)

v3.0.0-next.5

24 Nov 18:57
Compare
Choose a tag to compare
v3.0.0-next.5 Pre-release
Pre-release

3.0.0-next.5 (2023-11-24)

Bug Fixes

  • set conditional exports in package.json (#299) (ef65273)

v3.0.0-next.4

26 Sep 19:45
Compare
Choose a tag to compare
v3.0.0-next.4 Pre-release
Pre-release

3.0.0-next.4 (2023-09-20)

Code Refactoring

  • use private class fields/methods (2fef138)

BREAKING CHANGES

  • browser/node must support private class fields/methods

v3.0.0-next.3

08 Jun 10:01
Compare
Choose a tag to compare
v3.0.0-next.3 Pre-release
Pre-release

3.0.0-next.3 (2023-06-08)

Bug Fixes

  • Long Text fields with ~2k+ characters (#282) (ad81f42)

Features

BREAKING CHANGES

  • drop node 16 support

v2.2.6

08 Jun 09:42
Compare
Choose a tag to compare

2.2.6 (2023-06-08)

Bug Fixes

  • Long Text fields with ~2k+ characters (#282) (ad81f42)

v3.0.0-next.2

04 Feb 17:20
Compare
Choose a tag to compare
v3.0.0-next.2 Pre-release
Pre-release

3.0.0-next.2 (2023-02-04)

Bug Fixes

Features

BREAKING CHANGES

  • ColumnType is not a TypeScript enum anymore:
    • ColumnType is a union type
    • ColumnTypes a map for easier usage of ColumnType

v3.0.0-next.1

04 Feb 16:39
Compare
Choose a tag to compare
v3.0.0-next.1 Pre-release
Pre-release

3.0.0-next.1 (2023-02-04)

Features

BREAKING CHANGES

  • drop node 14 support

v2.2.5

25 Oct 19:56
Compare
Choose a tag to compare

2.2.5 (2022-10-25)

Bug Fixes

v2.2.4

27 May 17:39
Compare
Choose a tag to compare

2.2.4 (2022-05-27)

Bug Fixes

  • use unboxed bigint type instead of BigInt (2d12670)