3.0.0 (2023-11-28)
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
- use private class fields/methods (2fef138)
- do not use/export enums (#274) (ce27203)
- drop node 14 support (#272) (d44c67d)
- drop node 16 support (#283) (19bc255)
- browser/node must support private class fields/methods
- drop node 16 support
ColumnType
is not a TypeScript enum anymore:
ColumnType
is a union typeColumnTypes
a map for easier usage ofColumnType
- drop node 14 support
3.0.0-next.6 (2023-11-25)
3.0.0-next.5 (2023-11-24)
3.0.0-next.4 (2023-09-20)
- use private class fields/methods (2fef138)
- browser/node must support private class fields/methods
3.0.0-next.3 (2023-06-08)
- drop node 16 support
2.2.6 (2023-06-08)
3.0.0-next.2 (2023-02-04)
ColumnType
is not a TypeScript enum anymore:ColumnType
is a union typeColumnTypes
a map for easier usage ofColumnType
3.0.0-next.1 (2023-02-04)
- drop node 14 support
2.2.5 (2022-10-25)
2.2.4 (2022-05-27)
- use unboxed
bigint
type instead ofBigInt
(2d12670)
2.2.3 (2022-05-24)
2.2.2 (2022-02-28)
2.2.1 (2022-02-26)
- export constructor Options type (deb95fe)
2.2.0 (2022-02-26)
- export separate browser module (5b7012d)
2.2.0-next.1 (2022-02-26)
- use default import for browserify-aes (4485952)
- create separate browser module (d59e8b9)
2.1.2 (2022-02-22)
2.1.1 (2022-02-20)
2.1.0 (2022-01-14)
2.0.0 (2022-01-10)
- make ColumnType an enum & export ValueMap (332fa99)
- support BigInt (#109) (7f78777)
- support DateTimeExtended (#145) (001045e)
- remove
MDBReader.buffer
- make package ESM only
- The package doesn't include a bundled version anymore
- remove
MDBReader.getFormat()
- drop node 12 support
2.0.0-next.11 (2022-01-10)
- remove
MDBReader.buffer
(abb01bb)
- remove
MDBReader.buffer
2.0.0-next.10 (2022-01-08)
- add
getCreationDate
(dbd4a25) - add
getDefaultSortOrder
(3a1d879) - add
getPassword
(8500f18) - decrypt "protected" mdb files (ad17ae3), closes #90
- make ColumnType an enum & export ValueMap (332fa99)
2.0.0-next.9 (2021-12-30)
2.0.0-next.8 (2021-12-30)
- fully specify file paths in imports (c9ce276)
2.0.0-next.7 (2021-12-21)
- export
Value
type (61d1b02)
- make package ESM only (b207dbe)
- make package ESM only
2.0.0-next.6 (2021-11-16)
- handle tables with over 256 cols (incl. deleted) (#111) (e5f0d19)
- incorrect boolean values in tables with inserted columns (#124) (0d4b78c)
- mixed endianness of guids (#118) (ac7790c)
- round milliseconds in datetime parser (#123) (b1b4379)
2.0.0-next.5 (2021-10-16)
- The package doesn't include a bundled version anymore
2.0.0-next.4 (2021-10-11)
- remove
MDBReader.getFormat()
2.0.0-next.3 (2021-10-11)
- don't throw for BigInt and Date/Time Extended (e02ef3a)
2.0.0-next.2 (2021-10-10)
2.0.0-next.1 (2021-10-10)
- drop node 12 support
1.2.1 (2022-01-10)
1.2.0 (2022-01-08)
1.1.0 (2022-01-06)
1.0.10 (2021-12-05)
- export
Value
type (61d1b02)
1.0.9 (2021-11-16)
1.0.8 (2021-11-05)
1.0.7 (2021-10-22)
1.0.6 (2021-10-11)
1.0.5 (2021-10-11)
- don't throw for BigInt and Date/Time Extended (e02ef3a)
1.0.4 (2021-10-04)
- max precision for money & numeric data (9744b6c)
1.0.3 (2021-09-07)
1.0.2 (2021-08-17)
- error message when page has unexpected type (5d753e6)
1.0.1 (2021-07-03)
- remove engines.node (4f22a35)
1.0.0 (2021-06-02)
- drop support of node v10 & v15; add v16 support (#75) (6f894b6)
- node 10 (LTS) is EOL
- node 15 is EOL
- node 16 is current