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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
# Polywrap 0.0.1-prealpha.90
2
+
## Features
3
+
*[PR-912](https://github.com/polywrap/monorepo/pull/912)[PR-930](https://github.com/polywrap/monorepo/pull/930)[PR-958](https://github.com/polywrap/monorepo/pull/958) All URI resolver extensions have been decoupled and moved into their own plugin packages:
4
+
*`@polywrap/fs-resolver-plugin-js`
5
+
*`@polywrap/ipfs-resolver-plugin-js`
6
+
*`@polywrap/ens-resolver-plugin-js`
7
+
*[PR-912](https://github.com/polywrap/monorepo/pull/912)`@polywrap/file-system-interface` has been created to help standardize FileSystem wrapper implementations.
8
+
*[PR-930](https://github.com/polywrap/monorepo/pull/930)`@polywrap/ipfs-interface` has been created to help standardize IPFS wrapper implementations.
9
+
10
+
## Bugs
11
+
*[PR-957](https://github.com/polywrap/monorepo/pull/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.
12
+
13
+
## Breaking Changes
14
+
*[PR-937](https://github.com/polywrap/monorepo/issues/937)[PR-960](https://github.com/polywrap/monorepo/pull/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.
15
+
*[PR-972](https://github.com/polywrap/monorepo/pull/972) The term `input` in the context of invocations has been renamed to `args`.
16
+
*[PR-976](https://github.com/polywrap/monorepo/pull/976) The invocation `resultFilter` option has been deprecated, as it is a needless & unused feature.
17
+
1
18
# Polywrap 0.0.1-prealpha.89
2
19
## Features
3
20
*[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.
0 commit comments