Skip to content

Releases: dhershman1/tap-on

v1.0.0

28 Jan 20:55
998ed95
Compare
Choose a tag to compare

Breaking Changes

  • Converted package into a standard ESM module
  • Removed At from output as it's no longer included in the diag for tap-parser
  • Replaced At with Fullname which uses the errors fullname

Chore

  • Dependency updates

v0.3.1

06 Apr 19:27
Compare
Choose a tag to compare

Chore

  • Updated Crticial Dependencies, and Audited others

v0.3.0

24 Aug 18:42
c4551f7
Compare
Choose a tag to compare

New

  • New disableColor option so you can disable all color/style options besides the white space formatting

Improved

  • Respect bailouts when they come back in the results

Fixed

  • If tape errors out, the error should now bubble back to the terminal instead of getting consumed by tap-on

v0.2.0

13 Aug 18:28
2485a84
Compare
Choose a tag to compare

Improved

  • Updated all dependencies (besides figures since 4.0.0 is breaking)

Fixed

  • Extras are now handled so you can now see console logs in your tests!

v0.1.1

08 Jun 03:30
800cec4
Compare
Choose a tag to compare

Improved

  • Use padStart for a more consistent pad function

v0.1.0

04 Jun 21:02
Compare
Choose a tag to compare
  • Initial Release