You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Polywrap 0.0.1-prealpha.89
Features
PR-903polywrap CLI: Recipes have been re-worked into composable workflows, and they can be run using CLI commands.
PR-951polywrap 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-903polywrap 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-944wasm/assemblyscript Wrappers: Nullable type has been removed in favor of Option which also has a different interface.
PR-938wasm/assemblyscript Wrappers: JSON serializer and deserializer, and related methods fromJson and toJson have been removed in favor of parse and stringify.