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

Partially redesign Attributes #529

Merged
merged 2 commits into from
Mar 11, 2024

Commits on Feb 29, 2024

  1. Partially redesign Attributes

    Disallow having multiple `Attribute`s with the same name, even if
    they are of different types.
    
    Simplify `Attributes` by no longer having its API treat it like a
    map—rename `updated` to `added`, make `toMap` package private, and
    remove the following methods:
    `contains`, `removed`, `-`, `removedAll`, `--`, `keys`
    NthPortal committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5bd717a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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