- Remove dependency on
noble/hashes
andBuffer
in favor of a minimal sha256 lib - Introduce
@turnkey/encoding
to consolidate utility functions
- Upgrade to Node v18 (#184)
- Make sha256 computation synchronous to resolve ios passkey prompt issues (#179)
- Fix universal files to stop using
require
. Use ES6 imports instead (#178)
- Use rollup to build ESM and CommonJS, fix ESM support (#174)
- Add support for ESM (#154)
- Adds Buffer polyfill for environments where it is not globally available (#125)
Initial release