You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
7
and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
+
## [3.0.0-alpha] - 2024-10-30
10
+
11
+
### [3.0.0-alpha] Added
12
+
13
+
- Added `TestingActual` to initialize multiple tests on `actual` or `spy` param.
14
+
- Added `TestingCustom` to include tests on initialization.
15
+
- Added `TestingExpectation` class with methods directly accessed by using method names instead of nested structure, but using it through the `TestingExpectTo`.
16
+
- Added `expectations` directory with classes where methods are accessed by using nested object structure and method names.
17
+
- Added `it` directory with classes with methods are accessed by using nested object structure and method names.
18
+
- Added `testing` directory with classes where methods are directly accessed by using method names instead of nested structure, but using it.
19
+
- Added `asyncExpect` and jasmine matchers.
20
+
21
+
### [3.0.0-alpha] Updated
22
+
23
+
- Updated `Testing` to mixin tests from `testing` directory.
0 commit comments