1.0.0
CHANGES:
Added
- Add the
--version
command-line option (#13, @gpetiot) - Add a
--user
option to extract the activity of an engineer that is not the current user (#14, @gpetiot) - Add the issue comments to the contributions (#21, @gpetiot)
Changed
- Replace exceptions by result types for the requests (#11, @gpetiot)
- Depends on
curly
instead ofcohttp-lwt-unix
(#12, @gpetiot) - Redesign the graphql requests (#12, @gpetiot)
Graphql.exec
now takes arequest
Contributions.fetch
has been replaced byContributions.request
that builds arequest
- Add a
~user:User.t
parameter toContributions.request
andContributions.of_json
(#14, @gpetiot) Contributions.of_json
now returns a result type (#20, @gpetiot)