Releases: fission-codes/keystore-idb
Releases · fission-codes/keystore-idb
0.15.4
Changelog
v0.15.4
- Bump one-webcrypto to 1.0.3 for wider bundler support.
There have been some releases in-between this and the last github release. Here's what happened in between:
v0.15.3
- Internally use the one-webcrypto library for referring to the webcrypto API
v0.15.2
- Add
AES-GCM
to the list of valid symmetric algorithms (SymmAlg
) - Internally dynamically refer to either the NodeJS or Browser webcrypto API
v0.15.1
Importing keystore-idb/lib/*
directly should now work as intended. This allows bundlers to use the "real" import paths (eg. import "keystore-idb/lib/utils.js"
) in addition to the "proxy" import paths (eg. import "keystore-idb/utils.js"
). One reason to do this could be that you want your library to support both new and old bundlers, ie. bundlers with or without exports
support in their package.json
file.
What's Changed
- Allow direct lib path imports by @icidasset in #55
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #54
- Allow AES-GCM as an algorithm & test it by @matheus23 in #58
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #56
- Use one-webcrypto by @matheus23 in #59
- Update to one-webcrypto 1.0.3, Bump to 0.15.4 by @matheus23 in #61
Full Changelog: 0.15.0...0.15.4