Skip to content

1.0.0

Compare
Choose a tag to compare
@gpetiot gpetiot released this 20 Mar 09:45
· 13 commits to main since this release
c79ce78

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 of cohttp-lwt-unix (#12, @gpetiot)
  • Redesign the graphql requests (#12, @gpetiot)
    • Graphql.exec now takes a request
    • Contributions.fetch has been replaced by Contributions.request that builds a request
  • Add a ~user:User.t parameter to Contributions.request and Contributions.of_json (#14, @gpetiot)
  • Contributions.of_json now returns a result type (#20, @gpetiot)