Skip to content

0.5.10

Compare
Choose a tag to compare
@heckj heckj released this 22 Mar 00:58
· 53 commits to main since this release

DO NOT USE - CORRUPTION BUG, please update to 0.5.11

What's Changed

  • Added public initializer to ActorId and tests to validate setting actor property by @bgomberg in #132
  • Actor id docs by @heckj in #133
  • Update to use Automerge core 0.5.8 by @heckj in #134

Automerge core library 0.5.8 includes:

  • Fix a bug where the logic to rollback a transaction on error could panic
  • Fix a bug where marks were calculated incorrectly when viewing a document at a particular set of heads (i.e. not the "current" heads)
  • Update the LoadOptions::migrate_strings logic to no-op if there are no strings to convert

Full Changelog: 0.5.9...0.5.10