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

(v2) feat: add compat package #419

Open
wants to merge 8 commits into
base: v2-exp
Choose a base branch
from
Open

(v2) feat: add compat package #419

wants to merge 8 commits into from

Commits on Nov 5, 2024

  1. feat: add impure package

    This adds a compatibility layer for Lip Gloss that provides a way to
    continue using `AdaptiveColor` and `CompleteColor`. It's impure because
    it uses global variables, is not thread-safe, and only works with the
    default standard I/O streams.
    
    Users are encouraged to use the pure API when possible.
    aymanbagabas committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    957a940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e68eda7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ee3169 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dd2b50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4cd6f14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a89b24a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cdc043 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    031ae83 View commit details
    Browse the repository at this point in the history