Release 2.4.9
Release Notes - Version 1.2.0
- New Feature: Added
EntityManager
to thewindow
object, facilitating easy access for apps importing SyncMeta.
Example Usage:
const model = window.syncmeta.EntityManagerInstance.graphToJSON();
In the example we export the model as json object.
This addition simplifies development and enhances convenience for SyncMeta users.
What's Changed
Full Changelog: 2.4.8...2.4.9