Skip to content

Commit 0f28683

Browse files
committed
prep 0.0.1-prealpha.14
1 parent b9dc12c commit 0f28683

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Web3API 0.0.1-prealpha.14
2+
## Features
3+
* Network Specific ENS Lookup
4+
* `@web3api/ethereum-plugin-js`: The EthereumPlugin can now be constructed with multiple network connections (mainnet, rinkeby, testnet, etc).
5+
* All Query & Mutation methods now accept an optional `connection` property which can be used to configure a specific network to be used for the action.
6+
* `@web3api/ens-plugin-js`: The EnsPlugin can now handle URIs that address specific networks. For example: `w3://ens/testnet/myweb3api.eth`. It will request the `testnet` connection to be used when querying the Ethereum Web3API.
7+
18
# Web3API 0.0.1-prealpha.13
29
## Features
310
* Improved template projects that are used with the `w3 create ...` CLI command.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1-prealpha.13
1+
0.0.1-prealpha.14

0 commit comments

Comments
 (0)