Skip to content

Releases: Serrin/assert.js

v1.1.2

23 Dec 20:02
37da94a

Choose a tag to compare

assert.js v1.1.2

  1. Documentation, pdf and code fixes.
  2. Fix the arguments list of the Testrunner functions in the assert-cheatsheet.odt and assert-cheatsheet.pdf

v1.1.1

13 Nov 20:27
d17b9da

Choose a tag to compare

Only small fixes.

v1.1.0

30 Oct 15:29
801c4c0

Choose a tag to compare

assert.js v1.1.0

  1. Documentation, pdf and code fixes.
  2. Rename these functions:
Old name New name
isNotNullish(); isNonNullable();
isNotUndefined(); isDefined();

v1.0.3

27 Oct 20:15
9355822

Choose a tag to compare

assert.js v1.0.3

  1. Documentation, pdf and code fixes.
  2. Add inner links in the readme.html.
  3. Add 2 new properties of the TestResult object (block, name) in the testrunner functions.
  4. Add these functions: inRange();, notInRange();

v1.0.2

25 Oct 16:03
fb839a6

Choose a tag to compare

assert.js v1.0.2

  1. Documentation, pdf and code fixes.
  2. Add these functions: assert.isNaN();, assert.isNotNaN();

v1.0.1

22 Oct 18:44
5e0f699

Choose a tag to compare

  1. Documentation, pdf and code fixes.
  2. Add a new file: CHANGELOG.md
  3. Fix the string functions to handle the String objects.
  4. 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
96d51ea

Choose a tag to compare

First stable version.