Releases
0.0.1-prealpha.60
Web3API 0.0.1-prealpha.60
Web3API 0.0.1-prealpha.60
Breaking Changes
@web3api/schema-compose
: ComposerOptions
property schemas
is now of type Record<SchemaKind, SchemaFile>
and not Record<string, SchemaFile>
.
@web3api/schema-bind
: TargetLanguage
type has been renamed to BindLanguage
.
@web3api/schema-bind
: BindOptions
property language
has been renamed to bindLanguage
.
Bugs
@web3api/cli
: Properly resolve NPM dependency colors
due to it being corrupted .
@web3api/cli
: Plugin schema codegen now properly represents imports types from both Query and Mutation modules.
@web3api/cli
: Properly defined the separation of the ManifestLanguage
and BindLanguage
(ex: wasm/assemblyscript -> wasm-as).
@web3api/schema-compose
: Introduce the concept of a SchemaKind
to help determine how schemas should be combined.
@web3api/schema-compose
: Allow plugins to import mutations within their schemas.
@web3api/schema-bind
: Introduced the concept of BindTarget
to represent a list of known-good bind targets (wasm-as
, plugin-ts
, etc).
You can’t perform that action at this time.