Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Releases: rowanmanning/proclaim

Added hasName, arity, isNaN, isNotNaN, isEnumerable, isNotEnumerable methods

28 Nov 12:18
472915f
Compare
Choose a tag to compare
Add helper method for testing function is named correctly (#56)

* Add helper method for testing function is named correctly

* fix linting issues

* ignore line as it is used only in really old js engines

* Update proclaim.js

Version 3.2.1

12 Apr 01:40
Compare
Choose a tag to compare
  • Improve documentation

Version 3.2.0

30 Mar 23:33
Compare
Choose a tag to compare
  • Improve the default assertion error messaging, matching Node's assert

Version 3.1.0

23 Mar 14:24
Compare
Choose a tag to compare
  • Add aliases for some Chai assertions
  • Document differences between Proclaim and Chai

Version 3.0.0

23 Mar 14:23
Compare
Choose a tag to compare
  • Breaking change to the include assertion
  • Housekeeping

Version 2.0.0

22 Aug 22:32
Compare
Choose a tag to compare

Breaking Changes:

  • Alias proclaim.ok as proclaim to fully match the Node.js assert API
  • Rename proclaim.length to proclaim.lengthEquals

New Features:

  • Add proclaim.lessThan assertion
  • Add proclaim.lessThanOrEqual assertion
  • Add proclaim.greaterThan assertion
  • Add proclaim.greaterThanOrEqual assertion

Code Enhancements:

  • General housekeeping
  • Overhaul the unit tests for greater readability

Inception:

  • Use proclaim to test proclaim

inception

Version 1.5.0

05 Jul 09:42
Compare
Choose a tag to compare
  • Add proclaim.notOK assertion

Version 1.4.0

03 Jul 01:00
Compare
Choose a tag to compare
  • Add regular expression handling to proclaim.deepEqual