0.5.18
NOTE:
- The implementation that provides concurrency protection for the core Rust library has been updated in this release, which - by testing so far - is correct and hasn't exhibited any issues. If you see any deadlocks or other multi-thread issues when working with Automerge documents, please open an issue immediately.
What's Changed
- AutomergeEncoder now encodes
nil
values into the document by @marionauta in #190 - Expose heads raw state representation by @miguelangel-dev in #191
- Protect document state with recursive lock and add objectDidChange publisher by @jessegrosjean in #192
- documentation updates and swiftformat pass by @heckj in #194
New Contributors
- @marionauta made their first contribution in #190
- @jessegrosjean made their first contribution in #192
Full Changelog: 0.5.17...0.5.18