-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,40 @@ | ||
# Changelog | ||
|
||
## [0.1.0-preview]()-2022-05-04 | ||
## [0.1.0-preview](https://github.com/nftport/nftport-unity/compare/v1.0.0...v0.1.0-preview) (2022-05-06) | ||
|
||
|
||
### Features | ||
|
||
* Added Asset Downloader : NFT Image from IPFS/Web2 + Examples ([0b7fefc](https://github.com/nftport/nftport-unity-dev/commit/0b7fefc3f9da31ac3c2f35bf54f5d8347b99b5cb)) | ||
* Added Mint NFT with URL ([9414770](https://github.com/nftport/nftport-unity-dev/commit/94147708ae931b7c8f81bd184aeac11a9841702e)) | ||
* Added NFT's of a Contract + Updated ownership Data example ([329cfad](https://github.com/nftport/nftport-unity-dev/commit/329cfad1763e4ca97410e2774054ab4c9a31f693)) | ||
* Added NFT's of an Account + Sample ([5b540b2](https://github.com/nftport/nftport-unity-dev/commit/5b540b2f7d2e9d1c26b1dc77431983cbd41fdeef)) | ||
* Added Asset Downloader : NFT Image from IPFS/Web2 + Examples ([ff34a2c](https://github.com/nftport/nftport-unity/commit/ff34a2c736c9d1b72dfb31d16689cbfed0c0483c)) | ||
* Added Mint NFT with URL ([915cb7b](https://github.com/nftport/nftport-unity/commit/915cb7ba8f5b73a69df26a6b773b7bcc63df0166)) | ||
* Added NFT's of a Contract + Updated ownership Data example ([ada6509](https://github.com/nftport/nftport-unity/commit/ada650900e642320c3f3665b18ced165356198a6)) | ||
* Added NFT's of an Account + Sample ([32aa587](https://github.com/nftport/nftport-unity/commit/32aa5877cde8b1c7760214bc72f0806ef0893d49)) | ||
|
||
### [0.0.1-earlyalpha](https://github.com/nftport/nftport-unity/releases/tag/v0.0.1-earlyalpha) -2022-03-21 | ||
## | ||
|
||
Provides starter pack for NFTPort API endpoints in Unity3D. | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
* NFTs owned by an account </br> | ||
* NFTs of a contract </br> | ||
* EasyMint via URL file </br> | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
----- | ||
*NFTPort.xyz* | ||
#### [v0.1.0-preview](https://github.com/nftport/nftport-unity/compare/v1.0.0...v0.1.0-preview) | ||
|
||
- Create LICENSE [`#2`](https://github.com/nftport/nftport-unity/pull/2) | ||
- feat: Added Mint NFT with URL [`915cb7b`](https://github.com/nftport/nftport-unity/commit/915cb7ba8f5b73a69df26a6b773b7bcc63df0166) | ||
- folder structure and updates for player connect [`6d465b8`](https://github.com/nftport/nftport-unity/commit/6d465b8116115ef66f993cb9169747b4df020bb6) | ||
- Added Asset Downloader Sample [`fb6e80f`](https://github.com/nftport/nftport-unity/commit/fb6e80f8fa22200288e1db55f5886b7d09d96a02) | ||
|
||
#### [v1.0.0](https://github.com/nftport/nftport-unity/compare/v0.0.1-earlyalpha...v1.0.0) | ||
|
||
> 24 March 2022 | ||
- Added NFTDetails [`b92bb92`](https://github.com/nftport/nftport-unity/commit/b92bb923459daa23031cd177741dc66c2ec946bd) | ||
- base upm template [`66e5b64`](https://github.com/nftport/nftport-unity/commit/66e5b648583581d46df99562863f5c0d35bbdbe2) | ||
- removed shared [`48026be`](https://github.com/nftport/nftport-unity/commit/48026be0a767f15c4c3a68fa3bd9a7c7300d0811) | ||
|
||
#### v0.0.1-earlyalpha | ||
|
||
> 3 March 2022 | ||
- Init, changed api_Key read-write through resources [`70ae305`](https://github.com/nftport/nftport-unity/commit/70ae3055e735974f0a1fd495e4a4ad576bee0a05) | ||
- cleanups, folder structuring, Fixed apiKey for Settings window [`f8428a4`](https://github.com/nftport/nftport-unity/commit/f8428a433f807b674679fa3e7fd94f0b8273b20a) | ||
- structuring for readme [`dc77bc3`](https://github.com/nftport/nftport-unity/commit/dc77bc31619bc2a55d8168c3636ffe26801b509a) |