-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
v0.0.0 - Initial project setup | ||
v0.0 | ||
v0.0.1 - Updates to UI, some bug fixes | ||
v0.0.2 - Diff between expected and recieved results | ||
v0.0.3 - Added `afterEach`, `beforeEach`, `afterAll`, `beforeAll`, `test`, `it`, `.toBeGreaterThan`, `.toBeGreaterThanOrEqualTo`, ect.. | ||
v0.0.4 - Fix import issue in README usage section | ||
v0.0.5 - Switch errors to be thrown at compile time instead of runtime | ||
v0.0.6 - Failed tests should be pushed to bottom of logs |