Skip to content

chore: Permission refactoring#578

Merged
Citymonstret merged 4 commits into2.0.0-devfrom
chore/2.0.0/permission-refactoring
Dec 20, 2023
Merged

chore: Permission refactoring#578
Citymonstret merged 4 commits into2.0.0-devfrom
chore/2.0.0/permission-refactoring

Conversation

@Citymonstret
Copy link
Copy Markdown
Member

A new permissionString method has been added to replace the old requirement that toString is implemented.

The old Permission class has been removed, and CommandPermission has been renamed to Permission.

The factory methods for the standard permissions (simple, and & or) have been moved into the Permission interface.

A new `permissionString` method has been added to replace the old requirement that `toString` is implemented.

The old `Permission` class has been removed, and `CommandPermission` has been renamed to `Permission`.

The factory methods for the standard permissions (simple, and & or) have been moved into the Permission interface.
@Citymonstret Citymonstret added this to the 2.0.0 milestone Dec 18, 2023
@Citymonstret Citymonstret linked an issue Dec 18, 2023 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 18, 2023

Test Results

  83 files  ±0    83 suites  ±0   12s ⏱️ -10s
505 tests +3  505 ✔️ +3  0 💤 ±0  0 ±0 
538 runs  +3  538 ✔️ +3  0 💤 ±0  0 ±0 

Results for commit 7664334. ± Comparison against base commit 7879d46.

♻️ This comment has been updated with latest results.

@Citymonstret Citymonstret force-pushed the chore/2.0.0/permission-refactoring branch from b89d09f to a53cd52 Compare December 18, 2023 19:14
@Citymonstret Citymonstret merged commit ca70e88 into 2.0.0-dev Dec 20, 2023
@Citymonstret Citymonstret deleted the chore/2.0.0/permission-refactoring branch December 20, 2023 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

Clean up permissions

1 participant