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.9.1
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.10.0
Choose a head ref
  • 16 commits
  • 20 files changed
  • 8 contributors

Commits on Oct 12, 2023

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

Commits on Oct 20, 2023

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

Commits on Nov 22, 2023

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

Commits on Nov 27, 2023

  1. feat: Style.Transform for altering strings at render time (#232)

    * feat: Style.Transform for altering strings at render time
    
    * feat: add `UnsetTransform`
    
    ---------
    
    Co-authored-by: Maas Lalani <[email protected]>
    meowgorithm and maaslalani authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d354842 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore(deps): bump actions/setup-go from 4 to 5 (#244)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fb3000d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. fix: the empty string can have padding on the right (#253)

    An empty string could not have padding applied on the right side.
    
    Issue: #252
    
    Signed-off-by: Michael Lorant <[email protected]>
    mikelorant authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    04def9d View commit details
    Browse the repository at this point in the history
  2. chore: apply gofumpt to all files (#255)

    Apply gofumpt to all files to correct minor formatting issues.
    
    Signed-off-by: Michael Lorant <[email protected]>
    mikelorant authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    59874c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. chore: refactor padding functions (#254)

    The `padLeft` and `padRight` functions were nearly identical and could
    benefit from being refactored to share common code.
    
    A new function called `pad` was added that applies padding based on the
    sign of the amount of padding needed. A positive value applies padding
    to the right side while a negative value applies padding to the left
    side.
    
    Issue: #252
    
    Signed-off-by: Michael Lorant <[email protected]>
    mikelorant authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    92946d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 13, 2024

  1. Improve maximum width of characters in a string (#257)

    The function `maxRuneWidth` was using a flawed approach by only
    evaluating strings based on each rune. The `uniseg` package provides a
    more accurate method based on grapheme clusters.
    
    This change switches over to the improved implementation which should
    achieve better results when determining the maximum width of all
    grapheme clusters in a string.
    
    Signed-off-by: Michael Lorant <[email protected]>
    mikelorant authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2745d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7ffe2 View commit details
    Browse the repository at this point in the history
  3. chore: go mod tidy

    meowgorithm committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    13584f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Create CODEOWNERS

    maaslalani authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    207eb25 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#259)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    8464a7c View commit details
    Browse the repository at this point in the history
  2. feat(deps): bump github.com/rivo/uniseg from 0.4.6 to 0.4.7 (#262)

    Bumps [github.com/rivo/uniseg](https://github.com/rivo/uniseg) from 0.4.6 to 0.4.7.
    - [Release notes](https://github.com/rivo/uniseg/releases)
    - [Commits](rivo/uniseg@v0.4.6...v0.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/rivo/uniseg
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    652c37d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    439c06f View commit details
    Browse the repository at this point in the history
Loading