Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: lipgloss renderer #140

Merged
merged 16 commits into from Feb 9, 2023
Merged

feat: lipgloss renderer #140

merged 16 commits into from Feb 9, 2023

Commits on Feb 6, 2023

  1. fix: reduce dependencies

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 authored and aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    87489ac View commit details
    Browse the repository at this point in the history
  2. feat: instantiate lipgloss renderers

    * Use lipgloss instances instead of a singleton global instance
    * Deprecate (s Style).Render & (s Style).String
    * Deprecate the Stringer interface
    * Update README and godocs
    * Update example
    aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    ea7aa74 View commit details
    Browse the repository at this point in the history
  3. feat(renderer): use style renderer

    lipgloss.Style now takes a renderer instance to be used to detect styles
    and colors based on its termenv.Output and terminal
    aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    44e0f41 View commit details
    Browse the repository at this point in the history
  4. docs: update readme

    * add new color types
    * more examples
    * custom renderer example
    aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    39228ae View commit details
    Browse the repository at this point in the history
  5. chore: add ssh example

    aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    da6fc84 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7876f7f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f154d7e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4fdd6f0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0f2c9e1 View commit details
    Browse the repository at this point in the history
  10. feat: conform to the Go color interface

    implement RGBA with the default output
    aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    4b1d4b7 View commit details
    Browse the repository at this point in the history
  11. fix: renderer nil check

    aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    a8579ce View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    99ae588 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c073b37 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    2aa5b78 View commit details
    Browse the repository at this point in the history
  15. docs: update readme

    aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    580ad68 View commit details
    Browse the repository at this point in the history
  16. chore(examples): update ssh example

    chore(examples): go mod tidy
    aymanbagabas committed Feb 6, 2023
    Copy the full SHA
    0f413ed View commit details
    Browse the repository at this point in the history