Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added change log #810

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 7 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
> Description

This major version of the Token Negotiator provides simplification to the library interface, and new core features including multi-attestation support.
Patch release to support the upgrade of attestations.

### Upgrade Steps

- Please refer to the migration from 2x to 3x guide. https://tokenscript.gitbook.io/token-negotiator/migrating-from-version-2x-to-3x
- Update NPM package to version 3.0.1

### Breaking Changes

- Passive Negotiation 'tokens' hook
- Off chain interface changes
- off chain Attestation schema changes (ASN / EAS)
[none]

### New Features

- Support for multi batch EAS & ASN attestation readability and authentication
- Dynamic EAS attestation support
- AlphaWallet provider selection in active UI mode
- Ultra Network support (BETA)
- Removal of Wallet Connect V1
- Migrated this libraries documentation from README to gitbooks https://tokenscript.gitbook.io/token-negotiator/
- Added attestation migration support utility function 'migrateLegacyTokenStorage'
- Ability to delete existing attestations

### Bug Fixes

- MetaMask support via Wallet Connect V2
- attestation.id modal dimensions updated for mobile and via Windows browsers
- Added support for upgrading attestations for live projects (method added via TicketStorage deleteTicketByDecodedTokenOrId)

### Performance Improvements

- Simplified off chain storage of issuer data
[none]

**Full Change log**:

https://github.com/TokenScript/token-negotiator/compare/v2.7.1...v3.0.0
https://github.com/TokenScript/token-negotiator/compare/v3.0.0...v3.0.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tokenscript/token-negotiator",
"version": "3.0.0",
"version": "3.0.1",
"description": "Token-negotiator a token attestation bridge between web 2.0 and 3.0.",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// modified by build process.
export const VERSION = '3.0.0'
export const VERSION = '3.0.1'