File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## 1.2.1 (2022-05-30)
3
+ - Issue #84 Web3Api Token Endpoint Missing Operations
4
+ ```
5
+ The Web3Api Token Endpoint is missing the SyncNftContract and ResyncMetadata oppperations
6
+ ```
7
+ - Issue #87 MoralisUser Should be Fully Functional Using Default Constructor
8
+ ```
9
+ Update MoralisObject so that MoralisUser and other objects derived from MoralisObject are
10
+ fully function when an instance is created from the default constructor when in a Unity context
11
+
12
+ _MoralisUser user = new MoralisUser();_ now is the same as _MoralisUser user = Moralis.Create<MoralisUser>();_
13
+ ```
14
+ - Issue #88 TaskQueue Causes Unexpected Behavior but is No Longer Needed
15
+ ```
16
+ When _user.SignUpAsync()_ is called, if _user.LogInAsync()_ is called immediately, the login was being called before the SignUpAsync was complete.
17
+ ```
18
+
19
+ - Issue #89 Cronos Integration - Added support for Cronos chain.
2
20
# 1.2.0 (2022-05-20)
3
21
- Changed namespace from MoralisWeb3ApiSdk to MoralisUnity
4
22
- Changed MoralisInterface to Moralis
You can’t perform that action at this time.
0 commit comments