Skip to content

Latest commit

 

History

History
95 lines (83 loc) · 9.8 KB

CHANGELOG.md

File metadata and controls

95 lines (83 loc) · 9.8 KB

2.0.0 (2017-11-26)

Bug Fixes

  • config: fix .env.example using - instead of = as a typo (d8d3a6b)
  • dependencies: add swag, update yappy-addons (87a5f86)
  • dependencies: ffs fix package-lock.json (4d53fcd)
  • dependencies: npm pls (23a42dd)
  • dependencies: update chalk & eslint (dfbd1e7)
  • dependencies: update dependencies (33b904b)
  • dependencies: update jsdoc, body-parser, chalk, express, moment, mongoose, raven, winston, esli (64aec1f)
  • dependencies: update mongoose@4.11.3, eslint@4.2.0, jsdoc@3.5.3 (398b8c9)
  • dependencies: update mongoose@4.11.9 github@10.0.0 (f75f4d0)
  • discord: allow mention with nickname (d739bdd)
  • discord: change RichEmbed to MessageEmbed (06257ea)
  • discord: exit process if bot errored when logging in (8564984)
  • discord: fix mentioning bot not working (46b5550)
  • discord: remove CHANNEL_CREATE from disabled events ffs (0f10b62)
  • discord: commands: fix clean: change to msg.channel.messages.fetch, breaking change (d6b3a7d)
  • discord: commands: fix init command (c803e13)
  • discord: commands: fix issue body containing html comments (993adb6)
  • discord: commands: fix remove command using wrong methods (8e25a5f)
  • discord: commands: fix stdout in update command being > 1024 chars (b2478d3)
  • discord: commands: fix update command if NPM doesn't update any packags (e1580e2)
  • github: fix github class (7a6f727)
  • github: events: fix class name of pull_request/opened (dfe407d)
  • github: events: fix commit_comment/created description (a481b1d)
  • github: events: fix issue_comment created & deleted class names (8bace7f)
  • github: events: fix issue_comment/created - embed color (77a1e09)
  • github: events: fix member/deleted, used 'removed' instead (bc7d408)
  • github: events: fix pull_request events using wrong embed color (be07377)
  • github: events: fix pull_request_review-submitted showing wrong review state (6bb46d4)
  • github: events: fix pull_request/* text icon (080a192)
  • github: events: fix pull_request/closed - if merged, say merged (525a5d7)
  • github: events: fix pull_request/closed - repeats action twice (35ae25b)
  • github: events: fix pull_request/review_requested & request_removed wording and use requested_r (51f3fae)
  • github: events: fix text commit formatting (3a1bc76)
  • github: events: rename watch to watch/started (f53c784)
  • github: handler: allow colors starting with # (4e121cf)
  • models: fix guild/channel delete using wrong method and erroring (1c05b77)
  • models: timeout init if not loaded properly (cf62edc)
  • models: channelconfig: fix #addChannel not found in ChannelConfig#init (24f7b3c)
  • models: channelconfig: fix ChannelConfig#setChannel setting map w/ undefined property (83044e1), closes #42
  • models: serverconfig: set prefix to GB! by default (788187c)
  • mongoose: change Log.error to info for connected to db (dfaf50f)
  • mongoose: fix env having double underscore (e9dcd8b)
  • mongoose: remove warning of mongo client (ed365ba)
  • web: change some texts saying "gitlab" to "github" (0f6156f)
  • web: fix event.ignored not being handled, and erroring (04c3dff)
  • web: fix index landing stylesheet url (214e8c2)
  • web: fix url encoded not working (65cfe04)

Features

  • config: use dotenv module instead of env variables (8e71a46)
  • discord: added Command#toJSON (fe3edde)
  • discord: commands: add initorg command to init all repos in org (4ce7db8), closes #45
  • discord: commands: add org command to find organization information (c614607)
  • discord: commands: add search command, search for repos & users (42d26b5)
  • github: events: add commit_comment/created (6acff36)
  • github: events: add gollum - wiki events (45f1bd3)
  • github: events: add issue_comment-deleted (7d76dd1)
  • github: events: add issue_comment/created (168b7fa)
  • github: events: add issue_comment/edited (73336ee)
  • github: events: add member/added (31b75fd)
  • github: events: add member/removed (e82fba2)
  • github: events: add page_build, ignore by default (0f72585)
  • github: events: add public (b018110)
  • github: events: add pull_request_review/submitted (3ee75e7)
  • github: events: add pull_request/assigned (4b4bcec)
  • github: events: add pull_request/closed (1216135)
  • github: events: add pull_request/edited & add to ignored events (fe39f68)
  • github: events: add pull_request/labeled & add to ignored events (fed1012)
  • github: events: add pull_request/opened (b4ebf4e)
  • github: events: add pull_request/reopened (8e2c0f9)
  • github: events: add pull_request/review_request_removed (a8aea25)
  • github: events: add pull_request/review_requested (7f01428)
  • github: events: add pull_request/unassigned (63bac65)
  • github: events: add pull_request/unlabeled & add to ignored events (70a3025)
  • github: events: add release-published (dd2c6a4)
  • github: events: add repository (45c5783)
  • github: events: add status (6b9ef71)
  • log: make bugsnag and sentry logging optional (79a33e6)
  • web: add yappybots-addons (from git) (164cae6)

Performance Improvements

  • github: use Promises with node-github (a13e1d9)