You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2021. It is now read-only.
Let the state of the Object Store be saved an initialized. This will allow applications to cache object state for offline functionality. This might be further extended
Additionally, there will be some code reorganization tasks.
The query matching engine (the piece of code that determines whether an object matches a Parse query) will be broken out into its own npm module, so that it can be maintained independently and can be used by other projects.
We will move subscription / observable functionality into the upcoming Observable-React project. This will make sure that the observability APIs we originally pioneered in Parse+React stay in sync with community development.