Releases: Serrin/assert.js
Releases · Serrin/assert.js
v1.2.0
Compare
Sorry, something went wrong.
No results found
Serrin
released this
17 May 18:17
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
Compare
Sorry, something went wrong.
No results found
Serrin
released this
13 May 19:41
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
Compare
Sorry, something went wrong.
No results found
Serrin
released this
12 May 16:53
assert.js v1.1.9
Documentation, pdf and code fixes.
Add these functions:
typeOf();
notTypeOf();
instanceOf();
notInstanceOf();
v1.1.8
Compare
Sorry, something went wrong.
No results found
Serrin
released this
03 May 18:07
assert.js v1.1.8
Documentation, pdf and code fixes and many optimalisations.
Faster type checking without breaking changes.
v1.1.7
Compare
Sorry, something went wrong.
No results found
Serrin
released this
19 Apr 16:01
assert.js v1.1.7
Documentation, pdf and code fixes.
Add these functions:
stringStartsWith();
stringNotStartsWith();
stringEndsWith();
stringNotEndsWith();
v1.1.6
Compare
Sorry, something went wrong.
No results found
Serrin
released this
17 Apr 16:54
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
Compare
Sorry, something went wrong.
No results found
Serrin
released this
15 Apr 20:26
assert.js v1.1.5
Documentation, pdf and code fixes.
Add these functions:
isNotTrue();
isNotFalse();
oneOf();
notOneOf();
v1.1.4
Compare
Sorry, something went wrong.
No results found
Serrin
released this
02 Apr 16:49
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
Compare
Sorry, something went wrong.
No results found
Serrin
released this
01 Apr 19:03
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
Compare
Sorry, something went wrong.
No results found
Serrin
released this
23 Dec 20:02
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