Polywrap Origin (0.12.0)
Polywrap Origin (0.12.0)
Features
@polywrap/sys-config-bundle-js:
- PR-56 Wrapscan URI Resolution Using Sys Bundle
- Resolving
wrapscan.io/URIs is now possible by simply adding the "sys" bundle to your client's configuration. - The "sys" bundle now includes:
wrapscanResolver,ipfsResolver, andipfsHttpClient.
- Resolving
- PR-55 GitHub URI Resolution Using Sys Bundle
- Resolving
github.com/URIs is now possible by simply adding the "sys" bundle to your client's configuration. - NOTE: this requires a
URI.txtfile located in the directory you're linking to on GitHub.
- Resolving
Breaking Changes
@polywrap/client-js:
- PR-62 Migrate All URIs To Wrapscan (Remove ENS URIs)
- All URIs used within the client's packages (uri-resolver-extensions, config-bundles, etc) have been migrated to
wrapscan.io/based URIs. - All
ens/URIs have been deprecated, but resolvingens/URIs is still supported.
- All URIs used within the client's packages (uri-resolver-extensions, config-bundles, etc) have been migrated to
Bugs
@polywrap/core-js:
- PR-61 URI Should Start W/ Word Character
- URIs should not start with non-word characters, for example
../.
- URIs should not start with non-word characters, for example