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: charmbracelet/lipgloss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: charmbracelet/lipgloss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 7 commits
  • 21 files changed
  • 6 contributors

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    18166ea View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    2d2a577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0eb95d View commit details
    Browse the repository at this point in the history
  3. feat(deps): bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 (#…

    …215)
    
    Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.14 to 0.0.15.
    - [Commits](mattn/go-runewidth@v0.0.14...v0.0.15)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mattn/go-runewidth
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b766f24 View commit details
    Browse the repository at this point in the history
  4. feat: bump minimum go version to 1.18 (#216)

    * feat: bump minimum go version to 1.18
    
    * chore: bump go version in build.yml
    
    ---------
    
    Co-authored-by: Maas Lalani <maas@lalani.dev>
    aymanbagabas and maaslalani authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    93cd5e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    408dcf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Feature: Tables (#218)

    * feat: tables
    
    * fix(table): examples
    
    * docs(table): `any` -> `string`
    
    * chore: go mod tidy
    
    * docs(table): update image
    
    * fix(table): lint
    
    * fix: remove binary
    
    * chore: color adjustments to pokemon example (#231)
    
    * fix(table): support rendering empty data sets
    
    * chore(table): simplify table's data interface
    
    * fix(table): correct GoDoc + add doc comments to Data methods
    
    ---------
    
    Co-authored-by: Christian Rocha <christian@rocha.is>
    Co-authored-by: Christian Muehlhaeuser <muesli@gmail.com>
    3 people authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4476263 View commit details
    Browse the repository at this point in the history
Loading