Skip to content

Commit 34b07d3

Browse files
committed
chore: prep origin 0.12.0
1 parent ca75064 commit 34b07d3

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
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 `../`.
621

722
# Polywrap Origin (0.11.0)
823
## Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0-pre.1
1+
0.12.0

0 commit comments

Comments
 (0)