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

Add Switch.SaveData class #113

Merged
merged 6 commits into from Apr 15, 2024
Merged

Add Switch.SaveData class #113

merged 6 commits into from Apr 15, 2024

Conversation

TooTallNate
Copy link
Owner

@TooTallNate TooTallNate commented Apr 11, 2024

Adds a new Switch.SaveData class which replaces the Switch.FsDev class. This includes some breaking changes to the Switch.Application class, where you now need to find/filter the save data instance that you are intending to work with instead of mounting it directly. Once you have the save data instance, you can call the .mount() function to mount it. The SaveData class has new functionality like delete() and extend() and you can iterator over all save data stores by using Switch.SaveData as an iterator.

Copy link

changeset-bot bot commented Apr 11, 2024

🦋 Changeset detected

Latest commit: 0894db0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
nxjs-runtime Patch
http-server Patch
repl-server Patch
@nx.js/nro Patch
@nx.js/nsp Patch
create-nxjs-app Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-js ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 9:46am

@TooTallNate TooTallNate marked this pull request as ready for review April 15, 2024 09:54
@TooTallNate TooTallNate merged commit 2021109 into main Apr 15, 2024
4 checks passed
@TooTallNate TooTallNate deleted the savedata branch April 15, 2024 09:54
@github-actions github-actions bot mentioned this pull request Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant