Skip to content

Polywrap 0.0.1-prealpha.89

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 21:56
26f0e51

Polywrap 0.0.1-prealpha.89

Features

  • PR-903 polywrap CLI: Recipes have been re-worked into composable workflows, and they can be run using CLI commands.
  • PR-951 polywrap CLI: Docker Buildx output option has been removed.
  • PR-944 @polywrap/schema-bind, @polywrap/wasm-as: Nullable type has been replaced with Option in the Assemblyscript schema bindings.
  • PR-938 @polywrap/schema-bind, @polywrap/wasm-as: Rollback of JSON serialization in the Assemblyscript schema bindings.

Bugs

  • PR-946 @polywrap/test-env-js: Path fix for npmCLI test utility.

Breaking Changes

  • PR-903 polywrap CLI: Running recipes via the polywrap query ... command has been deprecated in favor of a new workflows system, accessible via the polywrap run ... command.
  • PR-944 wasm/assemblyscript Wrappers: Nullable type has been removed in favor of Option which also has a different interface.
  • PR-938 wasm/assemblyscript Wrappers: JSON serializer and deserializer, and related methods fromJson and toJson have been removed in favor of parse and stringify.