Closed kirrg001 closed 5 months ago
Hi!
I was a little bit confused today, because the v10 release notes say
upgrade tedious to v16 and drop Node 14 support Drop support for NodeJS <= 14
"NodeJS <= 14"
And the package.json still referring to a compatibility to ""node": ">=14". See:
https://github.com/tediousjs/node-mssql/blob/v10.0.1/package.json#L48 https://github.com/tediousjs/node-mssql/blob/v10.0.4/package.json#L49
Thanks for your work!
This value is updated in v11 of this lib.
Dropping support doesn't necessarily mean that it doesn't work on a lower version, it's just that it is not guaranteed to work or tested on those versions.
Hi!
I was a little bit confused today, because the v10 release notes say
"NodeJS <= 14"
And the package.json still referring to a compatibility to ""node": ">=14". See:
https://github.com/tediousjs/node-mssql/blob/v10.0.1/package.json#L48 https://github.com/tediousjs/node-mssql/blob/v10.0.4/package.json#L49
Thanks for your work!