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

Version 2.0.0

Compare
Choose a tag to compare
@rowanmanning rowanmanning released this 22 Aug 22:32
· 108 commits to master since this release

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