Skip to content

Releases: moqada/hubot-github-contribution-stats

v0.6.0

27 Sep 00:34

Choose a tag to compare

BREAKING CHANGES

  • Requires Node.js version 5 (#14)[https://github.com//pull/14]

v0.5.5

07 Jun 15:09

Choose a tag to compare

Dependencies

  • Update github-contribution-stats to 0.3.0 supporting new GitHub contributions. (#6)

v0.5.4

18 Feb 13:53

Choose a tag to compare

Dependencies

  • Scheduler replace to @moqada/hubot-schedule-helper (#2)

v0.5.3

10 Feb 04:43

Choose a tag to compare

Bug Fixes

  • hubot-github-contribution-stats: Fix RegExp for username (2666629)

v0.5.2

10 Feb 03:42

Choose a tag to compare

Bug Fixes

  • hubot-github-contribution-stats: Fix broken resendGraph (86168e8)

v0.5.1

09 Feb 14:13

Choose a tag to compare

Bug Fixes

  • hubot-github-contribution-stats: 🐛 Fix typo (b119d3b)
  • hubot-github-contribution-stats: Fix RegExp for schedule pattern (320c968)

v0.5.0

06 Feb 17:34

Choose a tag to compare

Bug Fixes

  • hubot-github-contribution-stats: Change notify format (741c591)
  • hubot-github-contribution-stats: Fix error on no GYAZO_TOKEN (fb1a987)

Features

  • hubot-github-contribution-stats: Add configs of messages (099371a)
  • hubot-github-contribution-stats: Add options: failed-only, good, bad (9406a0e)
  • hubot-github-contribution-stats: Add schedule command (5797525)

BREAKING CHANGES

  • Change failed-only format

Before:

hubot ghstats moqada notify failed-only

After:

hubot ghstats moqada notify failed-only:mention
hubot ghstats moqada notify failed-only:send
  • Change notify format.

Before:

hubot ghstats moqada notify [@]moqada

After:

hubot ghstats moqada notify:[@]moqada

v0.4.2

27 Jan 16:37

Choose a tag to compare

Bug Fixes

  • hubot-github-contributions-stats: Fix order of sending and resending image (906a2fe)

v0.4.1

27 Jan 13:56

Choose a tag to compare

Bug Fixes

  • hubot-github-contribution-stats: Fix notify error (b58399a)
  • hubot-github-contribution-stats: Remove console (707180b)

v0.4.0

27 Jan 13:22

Choose a tag to compare

Features

  • hubot-github-contribution-stats: Add RESEND_GRAPH config (for HipChat) (f1154d3)
  • hubot-github-contribution-stats: Support multiple usernames (306a14c)