Skip to content

Commit

Permalink
Update CHANGELOG to v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 29, 2023
1 parent 569c2de commit 2be3a84
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v7.0.1

**Packages:**

- @simplewebauthn/browser@7.0.1
- @simplewebauthn/iso-webcrypto@7.0.1
- @simplewebauthn/server@7.0.1

**Changes:**

- **[server]** Update dependencies for better deduping in projects using **@simplewebauthn/server** ([#341](https://github.com/MasterKale/SimpleWebAuthn/pull/341))
- **[browser]** Version sync
- **[iso-webcrypto]** Version sync

## v7.0.0 - The one that sets the library loose

The highlight of this release is the rearchitecture of **@simplewebauthn/server** to start allowing it to be used in more environments than Node. This was accomplished by refactoring the library completely away from Node's `Buffer` type and `crypto` package, and instead leveraging `Uint8Array` and the [WebCrypto Web API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) for all cryptographic operations. This means that, hypothetically, this library can now also work in any non-Node environment that provides access to the WebCrypto API on the global `crypto` object.
Expand Down

0 comments on commit 2be3a84

Please sign in to comment.