tap-on
Version:
A nicer way to handle tap output
54 lines (28 loc) • 1 kB
Markdown
# Changelog
## v1.0.0
### 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
### Chore
- Updated Crticial Dependencies, and Audited others
## v0.3.0
### 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
### 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!
## 0.1.1
### Improved
- Use `padStart` for a more consistent pad function
## 0.1.0
- Initial Release