Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Releases: atom/node-keytar

v6.0.1

26 May 23:12
Compare
Choose a tag to compare

Infrastructure

  • Drop unnecessary includes to ensure ABI stability - #278

v6.0.0

23 May 18:43
Compare
Choose a tag to compare

This release ports the native module to N-API, which ensures the same binary will work on future ABI versions of Node.

Infrastructure

  • Added prebuild support for Electron 9 - #272, thanks @develerik!
  • Added prebuild support for Node 14 - #264
  • Ported native module to N-API - #268, thanks @jkleinsc!

v6 Beta Two

19 May 12:45
Compare
Choose a tag to compare
v6 Beta Two Pre-release
Pre-release
  • prebuild support for Electron 9 - #272, thanks @develerik!

v6 Beta One

11 May 14:31
Compare
Choose a tag to compare
v6 Beta One Pre-release
Pre-release

This contains #270 which was identified as a regression as part of our N-API upgrade.

v6 Beta Zero

10 May 22:05
Compare
Choose a tag to compare
v6 Beta Zero Pre-release
Pre-release

This is the first beta for the next major release of keytar because of some changes about how the native module is created.

I'm mostly looking for feedback and testing of #268 as this switches us to use N-API instead of nan.

v5.6.0

26 Apr 15:02
Compare
Choose a tag to compare

Fixes

  • Null check when converting username from UTF-8 to wchar on Windows - #241, thanks @hrantzsch
  • Updated prebuild target for latest Electron 9 beta - #260

dependencies updates

  • nan updated from 2.14.0 to 2.14.1

devDependencies updates

  • node-abi updated from 2.15.0 to 2.16.0
  • mocha updated from 7.1.1 to 7.1.2

v5.5.0

15 Apr 15:03
Compare
Choose a tag to compare

Fixes

  • Change how updating password works for macOS to leverage SecKeychainItemModifyAttributesAndData which will help with concurrent reads and writes - #260, thanks @RMacfarlane

devDependencies

  • Bump mocha from 7.0.1 to 7.1.1

v5.4.0

25 Feb 20:59
Compare
Choose a tag to compare
  • Add prebuild support for Electron 9 betas (32-bit) - #253, thanks @sentialx!

v5.3.0

24 Feb 13:06
Compare
Choose a tag to compare

Infrastructure

  • added prebuild support for Electron 9 betas - #252

devDependencies updates

  • Bump node-abi from 2.14.0 to 2.15.0

v5.2.0

10 Feb 20:26
Compare
Choose a tag to compare

Infrastructure

  • added Electron 8 prebuild support - #248, thanks @romansp!

devDependencies updates

  • Bump node-abi from 2.13.0 to 2.14.0