Bump cli-table3 from 0.6.0 to 0.6.3
Bumps cli-table3 from 0.6.0 to 0.6.3.
Release notes
Sourced from cli-table3's releases.
Per cell word-wrap options
- feat: ability to override wordWrap and wrapOnBoundary per cell (#303) ebe2a2f
- Correct build status link (#276) 450f957
https://github.com/cli-table/cli-table3/compare/v0.6.2...v0.6.3
Hyperlinks, alternate word-wrap, debugging, and bug fixes
:rocket: Enhancement
- #292 Hyperlink support for cells (
@speedytwenty)- #288 Add debugging capabilities (
@speedytwenty)- #278 Refactored table layouts + Layout fix for #269 (
@speedytwenty)- #217 Add wrapOnWordBoundary option for consistently readable word wrapping (
@speedytwenty):bug: Bug Fix
- #290 Fix to erroneous column truncation when using colSpan (
@speedytwenty)- #287 Correctly set cell padding for zero values (
@speedytwenty)- #278 Refactored table layouts + Layout fix for #269 (
@speedytwenty):memo: Documentation
- #286 Regenerate docs (
@speedytwenty):house: Internal
- #276 Move CI to Github Actions (
@speedytwenty)- #283 #196 - Fix to failing unit tests (
@speedytwenty)Note: Somehow np missed publishing it's own commit so the version in package.json still reads "0.6.1" when it should be "0.6.2".
v0.6.1
No release notes provided.
Changelog
Sourced from cli-table3's changelog.
v0.6.3 (2022-09-15)
:rocket: Enhancement
v0.6.2 (2022-04-11)
:rocket: Enhancement
- #292 Hyperlink support for cells (
@speedytwenty)- #288 Add debugging capabilities (
@speedytwenty)- #217 Add wrapOnWordBoundary option for consistently readable word wrapping (
@speedytwenty):bug: Bug Fix
- #290 Fix to erroneous column truncation when using colSpan (
@speedytwenty)- #287 Correctly set cell padding for zero values (
@speedytwenty)- #278 Refactored table layouts + Layout fix for #269 (
@speedytwenty):memo: Documentation
- #286 Regenerate docs (
@speedytwenty):house: Internal
- #276 Move CI to Github Actions (
@speedytwenty)- #283 #196 - Fix to failing unit tests (
@speedytwenty)v0.6.1 (2022-01-09)
Commits
ebe2a2ffeat: ability to override wordWrap and wrapOnBoundary per cell (#303)450f957Correct build status link (#276)e796dc40.6.2e4290c7Update changelog for v0.6.2f31f195Remove travis config after move to GHA (#276)df3d3ddRemove unused devDependency ansi-256-colorsed4afb7Hyperlink support for cells (#292)40e86bcFix to erroneous column truncation when using colSpan (#289) (#290)8b2fbabAdd debugging capabilities (#288)a24050bAllow es2018 syntax- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by speedytwenty, a new releaser for cli-table3 since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #914 (d15dd32) into master (477b0d3) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #914 +/- ##
=======================================
Coverage 94.36% 94.36%
=======================================
Files 17 17
Lines 550 550
=======================================
Hits 519 519
Misses 31 31
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more