Skip to content

Commit

Permalink
prep 0.0.1-prealpha.41
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Sep 14, 2021
1 parent 3c9712b commit fae3ce9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Web3API 0.0.1-prealpha.41
## Features
* `@web3api/schema-parse`: Added support for `JSON` as a base type.
* `@web3api/ens-api`: Merged in an initial version of the ENS Wasm based Web3Api.
* `web3api.build.yaml`: Added support for the `linked_packages` property, allowing you to link local packages into the dockerized build-env.

## Bugs
* `@web3api/schema-compose`: Fixed an invalid GraphQL bug that occured when an imported query method did not have any arguments.

# Web3API 0.0.1-prealpha.40
## Features
* `@web3api/client-js`: Added `getManifest(...)`, `getFile(...)`, and `getSchema(...)` methods to the client, simply provide a URI.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-prealpha.40
0.0.1-prealpha.41

0 comments on commit fae3ce9

Please sign in to comment.