Skip to content

Releases: anyfin/bankid

v3.2.0

27 Feb 11:59
7aa8b80
Compare
Choose a tag to compare

What's Changed

  • docs: add compatibilty section on openssl by @pmmmwh in #62
  • chore: release v3.1.2 by @pmmmwh in #63
  • [Snyk] Upgrade axios from 0.26.1 to 0.27.2 by @spiatrenka in #65
  • [Snyk] Security upgrade axios from 0.27.2 to 1.6.4 by @spiatrenka in #68
  • Bump follow-redirects from 1.15.2 to 1.15.4 in /test/manual by @dependabot in #66
  • Add userVisibleData, userVisibleDataFormat, and userNonVisibleData support to .authenticate by @alepek in #70
  • release: v3.1.3 by @pmmmwh in #71
  • chore: bump deps by @pmmmwh in #72
  • fix: peer deps boundaries by @pmmmwh in #73
  • V6 Client by @pepf in #57

New Contributors

Full Changelog: v3.2.0-alpha.2...v3.2.0

3.1.4

30 Jan 13:19
6f42c33
Compare
Choose a tag to compare

BankID v3.1.4

  • Fixed peer dependencies boundaries on @types/node

3.1.3

29 Jan 12:31
c95387d
Compare
Choose a tag to compare

BankID v3.1.3

  • Bumped dependencies
  • Added support for userVisibleData, userVisibleDataFormat, and userNonVisibleData in authenticate

3.2.0 alpha.2

15 Sep 11:10
Compare
Choose a tag to compare
3.2.0 alpha.2 Pre-release
Pre-release

Addresses an issue where v6 calls were going to the v5 endpoints.

3.2.0 alpha.1

12 Sep 09:13
Compare
Choose a tag to compare

Alpha release mainly to allow for testing of the V6 BankID client, which in turn is based on changes listed here:
https://www.bankid.com/en/foretag/secure-start

Related PR and more information: #57

  • Modified QRGenerator cache interface

3.1.2

31 Aug 19:04
38c936e
Compare
Choose a tag to compare

BankID v3.1.2

  • Bumped dependencies
  • Updated BankID test certificate to support Node.js v17+

3.2.0 alpha.0

17 Jul 07:38
Compare
Choose a tag to compare
3.2.0 alpha.0 Pre-release
Pre-release

Alpha release mainly to allow for testing of the V6 BankID client, which in turn is based on changes listed here:
https://www.bankid.com/en/foretag/secure-start

Related PR and more information: #57

3.1.1

06 Sep 11:28
e8a2f5b
Compare
Choose a tag to compare

BankID v3.1.0

  • Updated certificates

3.1.0

06 Apr 13:28
037ca01
Compare
Choose a tag to compare

BankID v3.1.0

  • Implemented userVisibleDataFormat
  • Bumped axios to latest version for security patches
  • Slightly better internal error handling
  • Bumped TypeScript to v4.6

3.0.0

28 Jan 18:38
Compare
Choose a tag to compare

BankID V3

  • Dropped support for Node.js below 10.13.0
  • ES2018 output, smaller installation sizes
  • Better Error instances and Error Code types
  • Types as optional peer dependencies
  • Prettier