Releases: Serrin/assert.js
Releases · Serrin/assert.js
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
v1.1.1
13 Nov 20:27
Compare
Sorry, something went wrong.
No results found
v1.1.0
30 Oct 15:29
Compare
Sorry, something went wrong.
No results found
assert.js v1.1.0
Documentation, pdf and code fixes.
Rename these functions:
Old name
New name
isNotNullish();
isNonNullable();
isNotUndefined();
isDefined();
v1.0.3
27 Oct 20:15
Compare
Sorry, something went wrong.
No results found
assert.js v1.0.3
Documentation, pdf and code fixes.
Add inner links in the readme.html .
Add 2 new properties of the TestResult object (block, name) in the testrunner functions.
Add these functions: inRange();, notInRange();
v1.0.2
25 Oct 16:03
Compare
Sorry, something went wrong.
No results found
assert.js v1.0.2
Documentation, pdf and code fixes.
Add these functions: assert.isNaN();, assert.isNotNaN();
v1.0.1
22 Oct 18:44
Compare
Sorry, something went wrong.
No results found
Documentation, pdf and code fixes.
Add a new file: CHANGELOG.md
Fix the string functions to handle the String objects.
Add these functions:
assert.includes();
assert.doesNotInclude();
assert.isEmpty()
assert.isNotEmpty();
assert.isPrimitive()
assert.isNotPrimitive();
assert.isNull();
assert.isNotNull();
assert.isUndefined();
assert.isNotUndefined();
assert.isString();
assert.isNotString();
assert.isNumber();
assert.isNotNumber();
assert.isBigInt();
assert.isNotBigInt();
assert.isBoolean();
assert.isNotBoolean();
assert.isSymbol();
assert.isNotSymbol();
assert.isFunction();
assert.isNotFunction();
assert.isObject();
assert.isNotObject();
v1.0.0
17 Oct 19:08
Compare
Sorry, something went wrong.
No results found