Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 6c169cd

Browse files
authored
Update changelog and bump version for 0.4.0 release
2 parents 6b5a2ec + e21c719 commit 6c169cd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# TestEZ Changelog
22

33
## Unreleased Changes
4+
5+
6+
## 0.4.0 (2020-10-02)
47
* Added `expect.extend` which allows projects to register their own, opinionated expectations that integrates into `expect`. ([#142](https://github.com/Roblox/testez/pull/142))
58
* Modeled after [jest's implementation](https://jestjs.io/docs/en/expect#expectextendmatchers).
69
* Matchers are functions that should return an object with with two keys, boolean `pass` and a string `message`
@@ -11,6 +14,7 @@
1114
* Change the way errors are collected to call tostring on them before further processing.
1215
* Luau allows non-string errors, but not concatenating non-strings or passing non-strings to `debug.traceback` as a message, so TestRunner needs to do that step. This is a temporary fix as the better solution would be to retain the error in object form for as long as possible to give the reporter more to work with.
1316
* This also makes a slight change to what's in the traceback to eliminate the unnecessary line mentioning the error collection function.
17+
* Fix debugging of tests in Studio
1418

1519
## 0.3.3 (2020-09-25)
1620
* Remove the lifecycle hooks from the session tree. This prevents the `[?]` spam from the reporter not recognizing these nodes.

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "roblox/testez"
33
author = "Roblox"
44
license = "Apache2"
55
content_root = "src"
6-
version = "0.3.3"
6+
version = "0.4.0"

0 commit comments

Comments
 (0)