diff --git a/.changeset/remove-ok-that.md b/.changeset/remove-ok-that.md deleted file mode 100644 index aebea42..0000000 --- a/.changeset/remove-ok-that.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cayasde/ok': major ---- - -Remove `ok.that`; use Luau's built-in `assert` for generic condition validation. diff --git a/.changeset/support-yielding-intercepts.md b/.changeset/support-yielding-intercepts.md deleted file mode 100644 index 583567c..0000000 --- a/.changeset/support-yielding-intercepts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cayasde/ok': minor ---- - -Allow controlled interception to wait through yields from captured callbacks and released original methods. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d86c4cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# @cayasde/ok + +## 1.0.0 + +### Major Changes + +- 3e45fa2: Remove `ok.that`; use Luau's built-in `assert` for generic condition validation. + +### Minor Changes + +- cbc6cee: Allow controlled interception to wait through yields from captured callbacks and released original methods. diff --git a/package.json b/package.json index ea07749..37c1623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cayasde/ok", - "version": "0.1.0", + "version": "1.0.0", "description": "A compact assertion and mocking library for Luau and Roblox.", "license": "MIT", "repository": "https://github.com/lutest-dev/ok", diff --git a/pesde.toml b/pesde.toml index 5c46abe..528ba1a 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "cayasde/ok" -version = "0.1.0" +version = "1.0.0" description = "A compact assertion and mock library for Luau and Roblox." license = "MIT" repository = "https://github.com/lutest-dev/ok" diff --git a/wally.toml b/wally.toml index 8ff39e6..70f018e 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "cayasde/ok" description = "A compact assertion and mock library for Luau and Roblox." -version = "0.1.0" +version = "1.0.0" license = "MIT" realm = "shared" registry = "https://github.com/UpliftGames/wally-index"