Releases: tarides/get-activity
Releases · tarides/get-activity
2.0.1
2.0.0
CHANGES:
Fixed
- Take into account the end date of the specified period when filtering github activity (#31, @gpetiot)
Changed
- API:
Contributions.of_json
parameter~from
is replaced by~period
(#31, @gpetiot) - Distinguish between issue comments and PR comments (#38, @gpetiot)
API: new constructorComment
replacingIssue_comment
Added
1.0.1
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)
0.2.0
CHANGES:
Added
Expose the library get-activity-lib
as an opam package (#4, @gpetiot)
- Expose
Get_ctivity.Period
- Expose
Get_ativity.Contributions.Datetime
- Expose
Get_activity.Contributions.Repo_map
- Expose
Get_activity.Contributions.item
- Add a
username
field toGet_activity.Contributions.t
- Label the parameters of
Get_activity.Graphql.exec