Releases: Serrin/assert.js
Releases · Serrin/assert.js
v1.2.0
17 May 18:17
Compare
Sorry, something went wrong.
No results found
assert.js v1.2.0
Documentation, pdf and code fixes and many optimalisations.
FIX Type checking in match();.
FIX Change the order of arguments in these functions: testSync(); and testAsync();
ADD New class: assert.TestSuite();
ADD Add a new TS type: type Message = string | Error;.
ADD Enhance the helper function _isSameType() with a new argument.
ADD Developer (helper) functions in properties of function assert();, but only during development.
ADD Add aliases:
Original function
Alias
testSync();
test();
testSync();
it();
v1.1.10
13 May 19:41
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.10
FIX Add JSDOC @private at the helper functions.
FIX Change the argument message from message: unknown to message?: string | Error in the exported functions.
FIX Remove cause from the properties of the AssertionErrorOptions.
ADD Add aliases:
Original function
Alias
isNullish();
ifError();
deepEqual();
deepStrictEqual();
notDeepEqual();
notDeepStrictEqual();
v1.1.9
12 May 16:53
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.9
Documentation, pdf and code fixes.
Add these functions:
typeOf();
notTypeOf();
instanceOf();
notInstanceOf();
v1.1.8
03 May 18:07
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.8
Documentation, pdf and code fixes and many optimalisations.
Faster type checking without breaking changes.
v1.1.7
19 Apr 16:01
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.7
Documentation, pdf and code fixes.
Add these functions:
stringStartsWith();
stringNotStartsWith();
stringEndsWith();
stringNotEndsWith();
v1.1.6
17 Apr 16:54
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.6
Documentation, pdf and code fixes.
New assert-cheatsheet.odt and assert-cheatsheet.pdf.
Fix the AssertionError();.
Modify the fail(); function with the new optional arguments: assert.fail([value1, value2, message, operator]);.
v1.1.5
15 Apr 20:26
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.5
Documentation, pdf and code fixes.
Add these functions:
isNotTrue();
isNotFalse();
oneOf();
notOneOf();
v1.1.4
02 Apr 16:49
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.4
Documentation, pdf and code fixes.
Basic type assertion functions (isNumber();, isNotNumber();, etc.) use the assert.is(); and assert.isNot(); instead of be a standalone function.
Add these functions: isInt();, isNotInt();, isFloat();, isNotFloat();
assert.js v1.1.3
01 Apr 19:03
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.3
Documentation, pdf and code fixes.
Add Windows Samsung Browser to the testing enviroments.
Many TS6 small changes in the code files.
Add the assert.config.alwaysStrict;
v1.1.2
23 Dec 20:02
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.2
Documentation, pdf and code fixes.
Fix the arguments list of the Testrunner functions in the assert-cheatsheet.odt and assert-cheatsheet.pdf