Skip to content

Commit

Permalink
Revert "feat: principal backwards compatibility (#614)" (#625)
Browse files Browse the repository at this point in the history
This reverts commit 129293d.
  • Loading branch information
krpeacock committed Sep 6, 2022
1 parent 862a7f7 commit 4d64065
Show file tree
Hide file tree
Showing 6 changed files with 8,505 additions and 7,043 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.0
16.10
15 changes: 0 additions & 15 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@
<h1>Agent-JS Changelog</h1>

<section>
<h2>Version 1.0.0</h2>
<ul>
<li>Backwards compatibility with 0.9.3 for @dfinity/principal</li>
<ul>
<li>
If you have a TypeScript interface that uses a Principal, we recommend updating and
using the abstract class PrincipalLike as the signature. It will be compatible across
versions of agent-js.
</li>
</ul>
</ul>
<h3>Version 0.13.3</h3>
<ul>
<li>Auth Client moves key fallback generation to the create method instead of login and makes the _key non-nullable. This fixes a regression with async window.open behavior in Safari</li>
</ul>
<h2>Version 0.13.2</h2>
<ul>
<li>auth-client avoids localstorage global and can be used in a web worker or nodejs</li>
Expand Down

0 comments on commit 4d64065

Please sign in to comment.