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
Add static methods for accessing encoders/decoder so developers do not have to create instances to access (#259), thanks to @cbaker6.
Fixes
Parse ViewModels always dispatch to the main queue when updating published properties. This prevents possible issues when background async calls update properties used for views (#260), thanks to @cbaker6.