|
1 | | -# Polywrap Origin (0.12.0-pre.1) |
2 | | -## Breaking changes |
3 | | -* [PR-56](https://github.com/polywrap/javascript-client/pull/56) **Wrapscan resolver** |
4 | | - * Added the [Wrapscan URI resolver](https://github.com/polywrap/uri-resolver-extensions/tree/master/implementations/wrapscan) as one of the default URI resolvers |
5 | | - * You can now use `wrapscan/author/wrap@version` URIs to resolve Wraps published to Wrapscan |
| 1 | +# Polywrap Origin (0.12.0) |
| 2 | +## Features |
| 3 | +**`@polywrap/sys-config-bundle-js`:** |
| 4 | +* [PR-56](https://github.com/polywrap/javascript-client/pull/56) **Wrapscan URI Resolution Using Sys Bundle** |
| 5 | + * Resolving `wrapscan.io/` URIs is now possible by simply adding the "sys" bundle to your client's configuration. |
| 6 | + * The "sys" bundle now includes: `wrapscanResolver`, `ipfsResolver`, and `ipfsHttpClient`. |
| 7 | +* [PR-55](https://github.com/polywrap/javascript-client/pull/55) **GitHub URI Resolution Using Sys Bundle** |
| 8 | + * Resolving `github.com/` URIs is now possible by simply adding the "sys" bundle to your client's configuration. |
| 9 | + * NOTE: this requires a `URI.txt` file located in the directory you're linking to on GitHub. |
| 10 | + |
| 11 | +## Breaking Changes |
| 12 | +**`@polywrap/client-js`:** |
| 13 | +* [PR-62](https://github.com/polywrap/javascript-client/pull/62) **Migrate All URIs To Wrapscan (Remove ENS URIs)** |
| 14 | + * All URIs used within the client's packages (uri-resolver-extensions, config-bundles, etc) have been migrated to `wrapscan.io/` based URIs. |
| 15 | + * All `ens/` URIs have been deprecated, but resolving `ens/` URIs is still supported. |
| 16 | + |
| 17 | +## Bugs |
| 18 | +**`@polywrap/core-js`:** |
| 19 | +* [PR-61](https://github.com/polywrap/javascript-client/pull/61) **URI Should Start W/ Word Character** |
| 20 | + * URIs should not start with non-word characters, for example `../`. |
6 | 21 |
|
7 | 22 | # Polywrap Origin (0.11.0) |
8 | 23 | ## Features |
|
0 commit comments