Skip to content

Commit

Permalink
Add a few more changes from the past few weeks
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Mar 20, 2019
1 parent 8b4f3e8 commit 8ba09b7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@

**irmin-graphql**

Added a new package: `irmin-graphql`, which provides a GraphQL client/server implementation
that can be used to support both MirageOS and Unix backends. Additionally, a `graphql`
command has been added to the command-line interface for starting `irmin-graphql` servers.
(#558, @andreas, @zshipko)
Added a new package: `irmin-graphql`, which provides a GraphQL server implementation
that can be used with both the MirageOS and Unix backends. Additionally, a `graphql`
command has been added to the command-line interface for starting `irmin-graphql`
servers. (#558, @andreas, @zshipko)

- Contents can now be queried directly using `irmin-graphql` with `Irmin_graphql.Server.Make_ext`
and the `Irmin_graphql.Server.PRESENTER` interface. (#643, @andreas)

**irmin-test**

Expand All @@ -36,6 +39,8 @@ implementations against the same tests that the core backends are tested against
- Replaced `Irmin.Contents.S0` with `Irmin.Type.S`
- Removed `pp` and `of_string` functions from `Irmin.Contents.S` in favor of `Irmin.Type.to_string`
and `Irmin.Type.of_string`
- Added `Store.last_modified` function, which provides a list of commits where the given key was
modified last. (#617, @pascutto)

### 1.4.0 (2018-06-06)

Expand Down

0 comments on commit 8ba09b7

Please sign in to comment.