|
1 | | -# Polywrap Origin (0.10.0-pre.6) |
2 | | -## Features |
| 1 | +# Polywrap Origin (0.10.0-pre.7) |
| 2 | +## Features |
| 3 | +* [PR-1471](https://github.com/polywrap/toolchain/pull/1471) `@polywrap/http-plugin-js`: |
| 4 | + * Added form-data support through the inclusion of the `formData: [FormDataEntry!]` property on the `Request` object. |
| 5 | +* [PR-1431](https://github.com/polywrap/toolchain/pull/1431) `@polywrap/client-js`, `@polywrap/core-js`: |
| 6 | + * Created a custom `WrapError` structure that improves debugging ability for common error client scenarios. |
| 7 | +* [PR-1359](https://github.com/polywrap/toolchain/pull/1359) `@polywrap/cli-js`: |
| 8 | + * Introduced a new package that wraps the `polywrap` CLI with a JavaScript/TypeScript library. |
| 9 | +* [PR-1468](https://github.com/polywrap/toolchain/pull/1468) `@polywrap/client-config-builder-js`: |
| 10 | + * The default config now exports constants for all URIs used within the config. |
3 | 11 | * [PR-1428](https://github.com/polywrap/toolchain/pull/1428) `polywrap` CLI, `@polywrap/schema-bind`: |
4 | 12 | * Add bindings for `plugin/rust` projects. |
5 | 13 | * [PR-1340](https://github.com/polywrap/toolchain/pull/1340) `@polywrap/client-js`: |
|
44 | 52 | * A `-l, --log-file [path]` option has been added to all commands. Its purpose is to configure a `Log file to save console output to`, useful in situations when the console log overflows. |
45 | 53 |
|
46 | 54 | ## Breaking Changes |
| 55 | +* [PR-1461](https://github.com/polywrap/toolchain/pull/1461) `@polywrap/client-js`: |
| 56 | + * Remove `client.query(...)` & `client.subscribe(...)` methods. |
47 | 57 | * [PR-1385](https://github.com/polywrap/toolchain/pull/1385) `polywrap` CLI: |
48 | 58 | * Running `polywrap build` no longer automatically generates code bindings (`codegen`). You need to either run `polywrap codegen` before running `polywrap build`, or run `polywrap build` with the `--codegen` flag. |
49 | 59 | * Running `polywrap codegen` in Plugin Projects will no longer output the WRAP ABI (`wrap.info`) file into a build folder. To output the WRAP ABI, you need to run `polywrap build` within your Plugin Project. |
|
102 | 112 | * Added a `signMessageBytes` method. |
103 | 113 |
|
104 | 114 | ## Bugs |
| 115 | +* [PR-1470](https://github.com/polywrap/toolchain/pull/1470) `polywrap` CLI: |
| 116 | + * Accept absolute paths within the `polywrap.build.yaml` manifest's `linked_packages` property. |
105 | 117 | * [PR-1444](https://github.com/polywrap/toolchain/pull/1444) `@polywrap/schema-bind`: |
106 | 118 | * The `plugin/typescript` and `app/typescript` bindings now properly export all interfaces. |
107 | 119 | * [PR-1443](https://github.com/polywrap/toolchain/pull/1443) `@polywrap/schema-bind`: |
|
0 commit comments