Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Releases: markwylde/just-tap

v2.9.1

Choose a tag to compare

@markwylde markwylde released this 04 Jun 16:58
5fcd599
  • Upgrade dependencies

v2.9.0

Choose a tag to compare

@markwylde markwylde released this 06 May 09:08
c2672f7
  • Add types
  • Add throws and notThrows

v2.8.0

Choose a tag to compare

@markwylde markwylde released this 05 May 21:23
fdbab6d
  • Abstract logging code
  • Output log immediately if only 1 test is running or concurrency is 1
  • Wait for cleanup to finish before progressing
  • Run cleanup on fail
  • Try for better test line numbers from browser stack traces
  • Prefix deep assertions with a - or + symbol to help with colourless outputs

v2.6.0

Choose a tag to compare

@markwylde markwylde released this 23 Apr 20:37
b41789f
  • Implement match and notMatch

v2.5.0

Choose a tag to compare

@markwylde markwylde released this 10 Mar 14:28
ccb3ae3
  • Better formatting for assertion comments
  • Upgrade dependencies

v2.4.0

Choose a tag to compare

@markwylde markwylde released this 01 Mar 12:34
5a20809
  • Implement cleanup return functions

v2.3.0

Choose a tag to compare

@markwylde markwylde released this 17 Feb 19:32
1bfe030
  • Coloured diffing of objects

v2.2.2

Choose a tag to compare

@markwylde markwylde released this 17 Feb 18:48
d08d159
  • Use a better deep-equal implementation

v2.1.0

Choose a tag to compare

@markwylde markwylde released this 08 Feb 19:24
5382267
  • Print the default message, next to the custom message, on notOk

v2.0.5

Choose a tag to compare

@markwylde markwylde released this 28 Jan 21:51
c0850e8
  • Fix none NodeJS environments