Skip to content

Releases: pokusew/node-pcsclite

0.6.0

25 Jan 22:48
Compare
Choose a tag to compare

Finally added support for Node.js 11.x, 12.x and 13.x and reduced package size! πŸ“¦

Improvements πŸŽ‰

  • Add support for Node.js 11.x, 12.x and 13.x (#27, #26)

Docs πŸ“

  • Update supported versions
  • Improve installation guide
  • Fix links to pcsclite API

Others

  • Fix and upgrade test suite #25
  • Improve .gitignore and .npmignore dffb9ef
  • Upgrade all dependencies πŸ”

See diff with 0.5.2 here.

0.5.2

24 Jan 23:26
Compare
Choose a tag to compare

Improvements πŸŽ‰

  • πŸ” Upgrade dependencies 0a631be

Docs πŸ“

  • Fix require module name in README example 0a631be
  • Fix npm badge in README cf4c105

0.5.1

28 Dec 03:24
Compare
Choose a tag to compare

Improvements πŸŽ‰

  • [possibly BC] Change end event behavior (readers field is updated before the end event is emitted) (see pcsclite.js, line 68)
  • Add types field to package.json

0.5.0

20 Dec 03:42
Compare
Choose a tag to compare

Finally, next version after more than a year is here! More improvements coming soon! πŸš€

Improvements πŸŽ‰

  • Add support for Node.js v10 and v11 (trough upgraded nan)
  • Upgrade dependencies πŸ”
    • Upgrade nan from 2.7.0 to 2.12.1 – adds support for Node.js v10 and v11
      Note: the node-pcsclite's C++ code uses lots of deprecated nan features and it should be completely rewritten to support modern Node.js features and fix all PC/SC driver related issues once for all, any contributions are welcome, more info about plans will be published soon in the README
  • Keep in sync with santigimeno/node-pcsclite:

Docs πŸ“

0.4.18

04 Sep 17:27
Compare
Choose a tag to compare

Improvements

  • Keep in sync with santigimeno/node-pcsclite
  • πŸ” Upgrade dependencies f623801

Docs

0.4.17

28 Feb 22:13
Compare
Choose a tag to compare

Added new features from https://github.com/santigimeno/node-pcsclite

0.4.16

28 Feb 22:11
Compare
Choose a tag to compare

Additional improvements of stability on Windows.

0.4.15

28 Jan 16:28
Compare
Choose a tag to compare

Improved stability on Windows.