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
- Updated `stringOfLength()` to the single `length` parameter. [d82f066]
23
+
-~~Updated `numberBetween()` and `stringOfLength()` methods of `TestingToBeMatchers` to use `MinMax` interface from `@angular-package/type`.~~[6af0073]
24
+
- Change the parameters to `min` and `max` of `stringOfLength()` and `numberBetween()` method. [d82f066]
25
+
- Updated default messages of `expectation fail output` and use `withContext()` method to display it. [9af6d2f]
26
+
- Updated the `objectKey()`, `objectKeyIn()`, `objectKeys()` and ~~`numberBetween()`~~ methods cause of updated `@angular-package/type`. [9af6d2f]
27
+
- Updated to a new **`@angular-package/type`**. [9af6d2f]
28
+
- Changed the `key` property type from `Key | Key[]` to `PropertyKey` in the `objectKey()``objectKeyIn()` methods.
29
+
- Changed the `keys` property type from `Key[]` to `PropertyKey[]` in the `objectKeys()` method.
30
+
- Updated the `execute` parameter to be optional by setting the default value to `true` for all methods. [dd18b84]
31
+
-`Testing.prototype.toBeInstanceOfFunction()` method uses `instanceof` operator to validate. [dd18b84]
0 commit comments