Skip to content

Releases: Dig-A-Hash/vue-evm-nft

v1.6.2

07 Jun 04:26
Compare
Choose a tag to compare

Updates some references for TS compatibility, and updates the docs. No breaking changes, but I upped the major version number just in case there was. Turned out there wasn't.

v1.5.0

16 Mar 12:05
Compare
Choose a tag to compare

Breaking changes are not very bad. This package now requires axios 1.8.2, as there are vulnerabilities found in lower versions.

Full Changelog: v1.4.3...v1.5.0

v1.4.3

15 Mar 04:39
Compare
Choose a tag to compare

Fixes a build bug with useDahGallery.

Full Changelog: v1.4.2...v1.4.3

v1.4.2

15 Mar 04:27
Compare
Choose a tag to compare

No breaking changes. This adds a new composable useDahGallery that is exactly like useEvmMetaDataGallery except it takes 2 new params so we do not need to call the blockchain at all. Supply, and startTokenId. More docs coming soon for that.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

07 Mar 03:22
Compare
Choose a tag to compare

No breaking changes!

Adds support for Pinia 3.x.

Fixes bugs dealing with NFT Contracts that start with Token ID 1 instead of 0.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

01 Mar 06:23
Compare
Choose a tag to compare

Breaking changes are that the Dig-A-Hash Contract ABIs are no longer included for TypeScript. They have been left in only for testing with JavaScript.

Full Changelog: v1.3.2...v1.4.0

v1.3.2

27 Feb 20:24
Compare
Choose a tag to compare

Fixes a bug with contracts that hold 0 NFTs.

v1.3.1

23 Feb 07:40
Compare
Choose a tag to compare

Fixes a bug in useEvmMetaDataGallery where the count of NFTs was off by one.

Also updates the Dig-A-Hash nft url.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

31 Dec 15:22
Compare
Choose a tag to compare

Breaking changes.

The functions in the nftStore for working with meta data have changed. If you were using any of these, please see the updated nftStore for changes.

The blockchains explorer data structure was updated to support the nftStore changes. Types updated.

What's Changed

Full Changelog: v1.2.7...v1.3.0

v1.2.7

30 Dec 06:29
737aa15
Compare
Choose a tag to compare

No breaking changes, Type Script return type adjustments only.

What's Changed

Full Changelog: v1.2.6...v1.2.7