Skip to content

Polywrap 0.0.1-prealpha.90

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 02:37
835cfa1

Polywrap 0.0.1-prealpha.90

Features

  • PR-912 PR-930 PR-958 All URI resolver extensions have been decoupled and moved into their own plugin packages:
    • @polywrap/fs-resolver-plugin-js
    • @polywrap/ipfs-resolver-plugin-js
    • @polywrap/ens-resolver-plugin-js
  • PR-912 @polywrap/file-system-interface has been created to help standardize FileSystem wrapper implementations.
  • PR-930 @polywrap/ipfs-interface has been created to help standardize IPFS wrapper implementations.

Bugs

  • PR-957 @polywrap/schema-bind: plugin/typescript module config type interfaces no longer inherit from Record<string, unknown>, making them more type-safe and less generic.

Breaking Changes

  • PR-937 PR-960 The term Nullable has been changed to Optional within the wasm wrapper codegen. Additionally in wasm/assemblyscript the Nullable<T> type has been changed to a rust-style Optional<T> type.
  • PR-972 The term input in the context of invocations has been renamed to args.
  • PR-976 The invocation resultFilter option has been deprecated, as it is a needless & unused feature.