We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e95ec3 commit cf8a21cCopy full SHA for cf8a21c
1 file changed
CHANGELOG.md
@@ -21,6 +21,14 @@
21
* Valid config bundle packages are expected to export a `bundle` value, which is of type `Bundle`.
22
23
## Breaking Changes
24
+**`@polywrap/client-config-builder-js`:**
25
+* [PR-47](https://github.com/polywrap/javascript-client/pull/47) **Renaming For Improved Accuracy**
26
+ * Renamed `ClientConfigBuilder` to `PolywrapClientConfigBuilder`
27
+ * Renamed `IClientConfigBuilder` to `ClientConfigBuilder`
28
+ * Renamed `addWrapper(s)` to `setWrapper(s)`
29
+ * Renamed `addPackage(s)` to `setPackage(s)`
30
+ * Renamed `addRedirect(s)` to `setRedirect(s)`
31
+
32
**`@polywrap/core-js`:**
33
* [PR-32](https://github.com/polywrap/javascript-client/pull/32) **Rename `getEnvFromUriHistory` to `getEnvFromResolutionPath`**
34
0 commit comments