Skip to content

v3.4.0

Compare
Choose a tag to compare
@RichardLitt RichardLitt released this 22 Mar 15:38
· 66 commits to master since this release

3.4.0 (2018-03-22)

Bug Fixes

  • cli: Disabling querying by user. (66de2a6)
  • bad query for paginating reactions. (4b7da61)
  • cli: hitting query limits. (6c0908b)
  • cli: no options works with .git repos (9eda326)
  • cli: Trim whitespace from git remote. (d924d75)
  • debugging: removed auto verbosity (c104c50)
  • package: update csv-writer to version 1.0.0 (#74) (a882664)
  • added a throttle to the request pipe. (ededcfb), closes #47
  • broken flags interaction. (448250f)
  • documented dev features in readme. (fb27a8d), closes #54
  • pagination queries were missing some data. (2b7f152)
  • PullRequestComment doesn't exist. (0b72610)
  • set concurrency to 1. (ebf54b2)

Features

  • cli: now takes just a user login (4564f9e), closes #26
  • cli: now takes no args (6b239e7)
  • cli: user now inferred from auth token (cfca394)
  • added config file support. (9324e5c)
  • changed CLI flag c to be config. (4967eda)
  • made reactions and commits optional (2fff4ce)
  • updated README with example outputs. (29a5b96), closes #49