Skip to content

Commit

Permalink
modify changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Jun 23, 2022
1 parent 85bc01f commit 974742c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Polywrap 0.0.1-prealpha.89
## Features
* [PR-903](https://github.com/polywrap/monorepo/pull/903) `polywrap`: Recipes have been re-worked into composable workflows, and they can be run using CLI commands.
* [PR-951](https://github.com/polywrap/monorepo/pull/951) `polywrap`: Docker Buildx output option has been removed.
* [PR-903](https://github.com/polywrap/monorepo/pull/903) `polywrap` CLI: Recipes have been re-worked into composable workflows, and they can be run using CLI commands.
* [PR-951](https://github.com/polywrap/monorepo/pull/951) `polywrap` CLI: Docker Buildx output option has been removed.
* [PR-944](https://github.com/polywrap/monorepo/pull/944) `@polywrap/schema-bind`, `@polywrap/wasm-as`: `Nullable` type has been replaced with `Option` in the Assemblyscript schema bindings.
* [PR-938](https://github.com/polywrap/monorepo/pull/938) `@polywrap/schema-bind`, `@polywrap/wasm-as`: Rollback of JSON serialization in the Assemblyscript schema bindings.

## Bugs
* [PR-946](https://github.com/polywrap/monorepo/pull/946) `@polywrap/test-env-js`: Path fix for `npmCLI` test utility.

## Breaking Changes
* [PR-903](https://github.com/polywrap/monorepo/pull/903) Recipes have been deprecated in favor of workflows.
* [PR-944](https://github.com/polywrap/monorepo/pull/944) `Nullable` type has been removed in favor of `Option` which also has a different interface.
* [PR-938](https://github.com/polywrap/monorepo/pull/938) `JSON` serializer and deserializer, and related methods `fromJson` and `toJson` have been removed in favor of `parse` and `stringify`.
* [PR-903](https://github.com/polywrap/monorepo/pull/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](https://github.com/polywrap/monorepo/pull/944) `wasm/assemblyscript` Wrappers: `Nullable` type has been removed in favor of `Option` which also has a different interface.
* [PR-938](https://github.com/polywrap/monorepo/pull/938) `wasm/assemblyscript` Wrappers: `JSON` serializer and deserializer, and related methods `fromJson` and `toJson` have been removed in favor of `parse` and `stringify`.

# Polywrap 0.0.1-prealpha.88
## Bugs
Expand Down

0 comments on commit 974742c

Please sign in to comment.