@iota/graphql-transport 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @iota/graphql-transport
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 61b0944: Added support for WrappedOrDeletedObject in TransactionBlockFilter
8
+ - 464c15a: Sync the APIs with the "Domain" -> "Name" rename of IotaNames
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [40576ed]
13
+ - Updated dependencies [61b0944]
14
+ - Updated dependencies [966f83c]
15
+ - Updated dependencies [f008db3]
16
+ - Updated dependencies [733df30]
17
+ - Updated dependencies [13ca264]
18
+ - Updated dependencies [5bbafa8]
19
+ - Updated dependencies [28ce666]
20
+ - Updated dependencies [c855f8c]
21
+ - Updated dependencies [f008db3]
22
+ - Updated dependencies [464c15a]
23
+ - @iota/iota-sdk@1.5.0
24
+ - @iota/bcs@1.2.0
25
+
26
+ ## 0.8.0
27
+
28
+ ### Minor Changes
29
+
30
+ - ecea738: Improved logic around `fallbackMethods` in graphql-transport Introduced
31
+ `unsupportedMethods` in graphql-transport Improved IotaClient compatibility with
32
+ graphql-transport
33
+
34
+ ### Patch Changes
35
+
36
+ - ecea738: Added missing GraphQL query option fields.
37
+ - 59342b2: Renamed all instances of 'domain' to 'name' for IOTA-Names.
38
+ - Updated dependencies [f04033d]
39
+ - Updated dependencies [f04033d]
40
+ - Updated dependencies [59342b2]
41
+ - Updated dependencies [f04033d]
42
+ - Updated dependencies [f04033d]
43
+ - Updated dependencies [ecea738]
44
+ - @iota/iota-sdk@1.4.0
45
+ - @iota/bcs@1.1.0
46
+
3
47
  ## 0.7.0
4
48
 
5
49
  ### Minor Changes