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: Core: ClassConfiguration: Separate BaseActions #553

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

Xian55
Copy link
Owner

@Xian55 Xian55 commented Nov 23, 2023

Readme: Update and tidy up doc

Breaking Change in ClassConfig files:

  • BaseAction Key are now nested, the {KeyAction}Key strings have been removed.
  • Please read more BaseActionKeys in the readme page

Old:

{
    "MountKey": "N0"
}

New:

{
    "Mount": { "Key": "N0" }
}

Readme: Update and tidy up doc
@Xian55 Xian55 added documentation Improvements or additions to documentation enhancement This pull request implements a new feature. breaking change labels Nov 23, 2023
@Xian55 Xian55 merged commit 6d04f2d into dev Nov 23, 2023
1 check passed
@Xian55 Xian55 deleted the refactor/class-config-base-actions-separation branch November 23, 2023 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change documentation Improvements or additions to documentation enhancement This pull request implements a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant