Skip to content

Releases: sushantdhiman/unexpected-date

v2.0.0

14 May 13:38
Compare
Choose a tag to compare

Changes

  • Dropped support for Node < 10, although package should work with older versions
  • Dropped browser support

Feature

  • <string> with date semantics

v1.2.0

09 Feb 10:14
Compare
Choose a tag to compare
  • Added new assertion to be close to #4

v1.1.1

30 Jul 07:27
Compare
Choose a tag to compare
  • Added support for inclusively flag for to be between
  • Refactored tests

v1.0.0

23 Jul 12:04
Compare
Choose a tag to compare

Added some basic assertions around date/time. List of assertions supported

  • [not] to be after
  • [not] to be before
  • [not] to equal time
  • [not] to equal date
  • [not] to be same or after
  • [not] to be same or before
  • [not] to be between