Skip to content

1.1.0

Compare
Choose a tag to compare
@samoht samoht released this 25 Apr 10:48
· 3935 commits to main since this release

1.1.0 (2017-04-24)

irmin

  • Change the type of S.Tree.find_tree to return a tree option instead of
    tree. This is a breaking API change but it let distinguish between
    the empty and non-existent cases (#431, @samoht)
  • Allow to specify branches in urls for fetch using the url#branch syntax
    (#432, @samoht)
  • Expose Irmin.Merge.idempotent for values with idempotent operations
    (#433, @samoht)
  • Add a S.repo type as an alias to the S.Repo.t (#436, @samoht)
  • Fix regression in S.Tree.diff intoduced in the 1.0 release: nested
    differences where reported with the wrong path (#438, @samoht)

irmin-unix

  • Update to irmin.1.1.0 API changes (@samoht)

irmin-git

  • Update to irmin.1.1.0 API changes (@samoht)