Skip to content

automerge 0.4.0

CRAN release: 2026-02-26

  • am_text_update() no longer requires the old_text argument; the current text content is now read from the document automatically.

  • am_text_content() gains a heads parameter for historical text queries.

  • Functions accepting a heads parameter now support multiple heads.

  • Fixes additional Valgrind false positive in vendored automerge library.

automerge 0.3.1

CRAN release: 2026-02-19

  • Adds print() method for am_change objects.

  • Removes vendored tinyvec dependency to fix Valgrind false positive.

automerge 0.3.0

CRAN release: 2026-02-17

automerge 0.2.1

CRAN release: 2026-02-05

  • Adds str.am_doc() method to display the structure of an Automerge document.

  • Adds am_close() for explicitly closing a document.

  • Updates MSRV to 1.84.

automerge 0.2.0

CRAN release: 2026-01-31

  • Initial CRAN release.

automerge 0.1.0

  • Initial implementation.