-
Notifications
You must be signed in to change notification settings - Fork 301
Comparing changes
Open a pull request
base repository: charmbracelet/lipgloss
base: v0.9.1
head repository: charmbracelet/lipgloss
compare: v0.10.0
- 16 commits
- 20 files changed
- 8 contributors
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b0605d3 - Browse repository at this point
Copy the full SHA b0605d3View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4967129 - Browse repository at this point
Copy the full SHA 4967129View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 59fcf6f - Browse repository at this point
Copy the full SHA 59fcf6fView commit details
Commits on Nov 27, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d354842 - Browse repository at this point
Copy the full SHA d354842View commit details
Commits on Dec 7, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for fb3000d - Browse repository at this point
Copy the full SHA fb3000dView commit details
Commits on Jan 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 04def9d - Browse repository at this point
Copy the full SHA 04def9dView commit details -
chore: apply gofumpt to all files (#255)
Apply gofumpt to all files to correct minor formatting issues. Signed-off-by: Michael Lorant <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59874c2 - Browse repository at this point
Copy the full SHA 59874c2View commit details
Commits on Jan 31, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 92946d3 - Browse repository at this point
Copy the full SHA 92946d3View commit details
Commits on Feb 3, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for de46012 - Browse repository at this point
Copy the full SHA de46012View commit details
Commits on Feb 13, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 2745d8a - Browse repository at this point
Copy the full SHA 2745d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb7ffe2 - Browse repository at this point
Copy the full SHA bb7ffe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13584f2 - Browse repository at this point
Copy the full SHA 13584f2View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 207eb25 - Browse repository at this point
Copy the full SHA 207eb25View commit details
Commits on Mar 2, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8464a7c - Browse repository at this point
Copy the full SHA 8464a7cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 652c37d - Browse repository at this point
Copy the full SHA 652c37dView commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 439c06f - Browse repository at this point
Copy the full SHA 439c06fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.1...v0.10.0