8000 Comparing v1.1.1...v1.2.0 · rodaine/table · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rodaine/table
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: rodaine/table
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 11, 2024

  1. Bump the go group with 1 update (#39)

    Bumps the go group with 1 update: [github.com/stretchr/testify](https://github.com/stretchr/testify).
    
    
    Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3d72bb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add WithHeaderSeparatorRow (#40)

    * Add `WithHeaderSeparatorRow`
    
    This function will print a separator line between the header and the
    data rows. It will use the same formatter as the header. The width of
    each separator cell will be equal to the width of the header cell in the
    same column. It supports runes, meaning dependning on the rune width, it
    might not be perfect.
    
    * Improve variables names / explain intentions
    Bios-Marcel authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a8aa9fe View commit details
    Browse the repository at this point in the history
Loading
0