Skip to content

Refactor data handling in meshly#15

Merged
afshawnlotfi merged 1 commit intomainfrom
improvement/data-handler
Jan 14, 2026
Merged

Refactor data handling in meshly#15
afshawnlotfi merged 1 commit intomainfrom
improvement/data-handler

Conversation

@afshawnlotfi
Copy link
Member

  • Consolidated ReadHandler and WriteHandler into a single DataHandler class for improved clarity and usability.
  • Updated all references in the codebase to use the new DataHandler interface.
  • Modified the Packable class to utilize DataHandler for loading and saving nested packables.
  • Enhanced TypeScript definitions to reflect the changes in data handling, including the introduction of a DataHandler interface.
  • Updated tests to align with the new DataHandler structure and ensure functionality remains intact.
  • Bumped version to 2.4.0-alpha to reflect significant changes in data handling architecture.

- Consolidated ReadHandler and WriteHandler into a single DataHandler class for improved clarity and usability.
- Updated all references in the codebase to use the new DataHandler interface.
- Modified the Packable class to utilize DataHandler for loading and saving nested packables.
- Enhanced TypeScript definitions to reflect the changes in data handling, including the introduction of a DataHandler interface.
- Updated tests to align with the new DataHandler structure and ensure functionality remains intact.
- Bumped version to 2.4.0-alpha to reflect significant changes in data handling architecture.
@afshawnlotfi afshawnlotfi merged commit a3dabb4 into main Jan 14, 2026
4 checks passed
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.

1 participant

Comments