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

refactor: replace props map with struct fields #276

Merged
merged 8 commits into from May 2, 2024
Merged

Commits on Mar 28, 2024

  1. refactor: replace props map with struct fields

    Use an int to store property existence and style struct fields to store
    the actual values for each non-bool property.
    
    Fixes: #139
    Fixes: #141
    aymanbagabas committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    387f2d7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    0d3715f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e3f412 View commit details
    Browse the repository at this point in the history
  3. chore: update README.md

    Co-authored-by: Christian Rocha <christian@rocha.is>
    aymanbagabas and meowgorithm committed May 1, 2024
    Configuration menu
    Copy the full SHA
    efbfa4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b58c4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f111af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e35d216 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c986440 View commit details
    Browse the repository at this point in the history