Skip to content

Releases: danger/danger

5.5.0

26 Sep 12:27
Compare
Choose a tag to compare
  • Fix bug with gitlab v4 API- @marocchino
  • Fix issue where a single branch git clone on the PR head never fetched the base branch - @daveallie
  • Fix removing comments when one danger_id is a substring of another - @marcelofabri
  • Fix possible invalid binding.pry statement when Dangerfile does not have an empty new line at the end (danger pr --pry) - @pedrovieira

5.4.3

14 Sep 03:33
Compare
Choose a tag to compare

5.3.3

04 Jul 18:43
Compare
Choose a tag to compare

5.3.2

23 Jun 22:56
Compare
Choose a tag to compare
  • Fix plugins search list to gitlab - @leonhartX
  • Explicitly encode the results of git executions in UTF-8 - @nikhilmat
  • Adds BitbucketServer to XcodeServer's supported_request_sources
    @anreitersimon

5.3.1

18 Jun 16:47
Compare
Choose a tag to compare
  • Fixes for duplicated GitHub inline comments - @litmon
  • Fix wrong commits count for PR's that have more than 30 commits - @sleekybadger
  • Fix markdown links to files in messages - @ffittschen

5.3.0

09 Jun 18:41
Compare
Choose a tag to compare
  • Improve remotes parsing for init command - @sleekybadger
  • Adds ability to get the whole diff object at git.diff - This lets you do
    more fine grained checks on the raw changes. - @sleekybadger
  • Add ability to set dismiss_out_of_range_messages per each message kinds. - @giginet

5.2.2

19 May 16:21
Compare
Choose a tag to compare

5.2.1

09 May 07:59
Compare
Choose a tag to compare

5.2.0

08 May 07:41
Compare
Choose a tag to compare
  • Add support for DotCi - Daniel Beard
  • Send Dangerfile eval exceptions to PR - @sleekybadger

5.1.1

27 Apr 13:15
Compare
Choose a tag to compare
  • Consider all comments when looking for existing danger comments in Gitlab MRs.