Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Latest commit

 

History

History
318 lines (165 loc) · 6.48 KB

CHANGELOG.md

File metadata and controls

318 lines (165 loc) · 6.48 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.51.0 - 2017-09-11

Method release

Added

0.50.0 - 2017-09-01

Toggle release

Added

  • Toggle issue label command handler
  • Return add/remove issue label

0.49.0 - 2017-09-01

Merge release

Added

  • List commits associated with issues
  • Read file command handler

Changed

  • Update rug-functions-github to 0.23.0, now Merge PRs using "merge"

0.48.0 - 2017-08-30

Update release

Changed

  • Get notification of created issue if creating in non-linked channel
  • Update Rug dependencies and support files

Added

  • Automate releases on GitHub

0.47.8 - 2017-08-16

GHE API release

Fixed

  • Properly interpolate the GitHub base API URL into full URL, avoiding double forward slash (//)

0.47.7 - 2017-07-28

Changed

  • DeleteGitHubBranch command handler doesn't prefix branch with heads/ any longer

0.47.6 - 2017-07-27

Changed

  • Always log webhook installation errors. Add some webhook installation error handling tests. Slightly better error handling.

0.47.5 - 2017-07-27

Fixed

  • Message id was using the same timestamp for all result message

0.47.4 - 2017-07-26

Fixed

  • Use unique id rather then slack user name for message id in search results

0.47.3 - 2017-07-26

Fixed

  • Fixed issue with my issues command not working

0.47.2 - 2017-07-26

Changed

  • Remove buttons for closed issues

  • Add query footer

0.47.1 - 2017-07-26

Changed

  • Display only 5 issues by default on search issues

0.47.0 - 2017-07-26

Changed

  • Introduced proper issue search via search issues q="state:open label:bug some text"

0.46.2 - 2017-07-25

Changed

  • Update dependency to rug-functions-github

0.46.1 - 2017-07-21

Changed

  • Make body on raise pr optional.

0.46.0 - 2017-07-20

Buttons on Issue Listing release

Added

  • Added common issue buttons onto open issues

[0.45.0][] - 2017-07-19

Remove success messages release

Added

  • Added RaiseGitHubPullRequest command handler

Fixed

  • Remove succes confirmation messages #53

0.44.1 - 2017-07-17

Slash release

Fixed

  • Update rug-functions-http so API URLs with trailing slashes work #50

0.44.0 - 2017-07-11

Fixed

  • Added missing apiUrl to list and open issues command

0.43.0 - 2017-07-10

Delete Branch and Remove Event Handlers Release

Added

  • Added DeleteGitHubBranch command handler

Changed

  • Remove all event handlers as they now live in lifecycle-rugs

0.42.1 - 2017-07-08

The let's jump a couple of versions Release

Added

  • Re-write Slack user ids in issues and comments

0.39.0 - 2017-07-08

Full GHE Release

Changed

  • Every command now takes an apiUrl `MappedParameter

0.38.0 - 2017-06-27

GitHub Enterprise Release

Added

  • Add integration test for create-issue event handler

Changed

  • Migrated from manifest.yml to package.json for Rug archive metadata
  • Updated TypeScript and build support files
  • Added apiUrl parameter to InstallGitHubOrgWebhook and InstallRepoWebhook

0.37.4 - 2017-05-19

Multi-line release

Fixed

  • Allow multi-line input for body of issue #35

0.37.3 - 2017-05-15

What? release

Changed

  • Update message rendering

Added

  • Copyright headers

0.35.0 - 2017-04-27

Rug 1.0.0-m.1 release

Changed

  • Update to Rug 1.0.0-m.1

0.34.0 - 2017-04-25

New name release

Changed

  • Changed archive name from github-handlers to github-rugs

0.33.1 - 2017-04-19

Fix issues release

Fixed

  • Couple of issues with list and open issues

0.1.0 - 2017-03-23

Initial release