1.1.0 (2017-04-24)
irmin
- Change the type of
S.Tree.find_tree
to return atree 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 theS.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)