Releases: tediousjs/tedious
Releases · tediousjs/tedious
v12.0.0-beta.3
12.0.0-beta.3 (2021-08-06)
Features
- target Node.js 12.x when performing code transpilation (738ac75)
v12.0.0-alpha.1
12.0.0-alpha.1 (2021-08-11)
Features
- drop support for Node.js 10.x (6bd814c)
- remove
validateBulkLoadParameters
connection option (fbe3aeb) - target Node.js 12.x when performing code transpilation (738ac75)
BREAKING CHANGES
- This removes the
validateBulkLoadParameters
connection option and always enables validation of bulk load values. - Going forward,
tedious
will only support Node.js v12 or newer.
v12.0.0-beta.2
12.0.0-beta.2 (2021-08-05)
Features
- remove
validateBulkLoadParameters
connection option (fbe3aeb)
BREAKING CHANGES
- This removes the
validateBulkLoadParameters
connection option and always enables validation of bulk load values.
v12.0.0-beta.1
12.0.0-beta.1 (2021-08-05)
Features
- drop support for Node.js 10.x (6bd814c)
BREAKING CHANGES
- Going forward,
tedious
will only support Node.js v12 or newer.