Skip to content

0.5.8

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

In addition to the fixes and tweaks outlined below, this is the first Automerge release with a signed XCFramework and a privacy manifest included.

Apologies for the 0.5.7+3 release - it broke a number of systems, so we likely won't be doing SemVer 2.0 patch branches any longer. An experiment that started out OK, but ultimately failed. I was trying to keep the version number of this package aligned with the upstream core library, but with development and updates happening at different rates, that was becoming extremely unwieldy. This package will continue to strive to maintain SemVer major and minor equivalences with the Automerge-core rust library, but freely increment the patch version.

The package has also been updated to present an additional package: AutomergeUtilities (in addition to Automerge), primarily with extensions that make some debugging or schema introspection tasks a bit easier.

What's Changed

  • extending the documentation for heads() based on a slack conversation by @heckj in #101
  • adding discord link instead of slack by @heckj in #105
  • updated discord community link to one that doesn't expire by @heckj in #108
  • makes Document conform to ObservableObject by @heckj in #109
  • adding an AutomergeUtilities package by @heckj in #110
  • expanding errors to support localized error messages by @heckj in #111
  • added discord notes from Alex on how we might be able to leverage CloudKit by @heckj in #112
  • exposing AutomergeUtilities product, and including documentation by @heckj in #113
  • Adding automerge utility documentation organization by @heckj in #114
  • Support SwiftUI previews by @miguelangel-dev in #117
  • updates UniFFI from 0.24.1 to 0.26.1 by @heckj in #118
  • adding in privacy manifest for XCFramework by @heckj in #106
  • adding dictionary tests to illustrate encoding/decoding Dictionaries by @heckj in #121
  • Update README.md by @cciollaro in #122
  • Coding dictionaries by @heckj in #125

New Contributors

Full Changelog: 0.5.7...0.5.8