Skip to content

2.0.2

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 17 Oct 17:00
· 131 commits to main since this release
2bda2fd

Full Changelog

Improvements

  • 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.