diff --git a/.changeset/blue-roses-eat.md b/.changeset/blue-roses-eat.md deleted file mode 100644 index 15c2273..0000000 --- a/.changeset/blue-roses-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xult": minor ---- - -feat: added `funcJSON` which returns `Result.JSON` instead of a `Result` (for environments such as Cloudflare Workers) See [this Workers SDK issue #11388](https://github.com/cloudflare/workers-sdk/issues/11388) diff --git a/.changeset/loose-ears-invite.md b/.changeset/loose-ears-invite.md deleted file mode 100644 index f2eade6..0000000 --- a/.changeset/loose-ears-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xult": minor ---- - -feat: added `Result.from(...)` which converts `Result.JSON` -> `Result` or non-results to a Result.Ok diff --git a/.changeset/nice-shoes-mix.md b/.changeset/nice-shoes-mix.md deleted file mode 100644 index 8303524..0000000 --- a/.changeset/nice-shoes-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"xult": patch ---- - -fix: preserve `this` context for `func` functions diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e9ee7..430c634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # xult +## 1.3.0 + +### Minor Changes + +- feat: added `funcJSON` which returns `Result.JSON` instead of a `Result` (for environments such as Cloudflare Workers) See [this Workers SDK issue #11388](https://github.com/cloudflare/workers-sdk/issues/11388) ([#14](https://github.com/Refzlund/xult/pull/14)) + +- feat: added `Result.from(...)` which converts `Result.JSON` -> `Result` or non-results to a Result.Ok ([#14](https://github.com/Refzlund/xult/pull/14)) + +### Patch Changes + +- fix: preserve `this` context for `func` functions ([#12](https://github.com/Refzlund/xult/pull/12)) + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 1ee9efd..fb5832c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xult", - "version": "1.2.0", + "version": "1.3.0", "repository": { "type": "git", "url": "git+https://github.com/Refzlund/xult.git"