Danger Versions Save

🚫 Stop saying "you forgot to …" in code review (in Ruby)

v9.4.3

2 months ago
  • Add keyword arguments to MessageAggregator.aggregate for Ruby 3.X compatibility - @dirtyhabits97 #1466
  • Fix: remove stale violations when there are no new violations to report - @iangmaia #1477
  • Fix compatibility issue with Octokit >= 8 - @manicmaniac #1479

v9.4.2

4 months ago
  • Reduce the minimum required Octokit version - @mattr- #1471

v9.4.1

5 months ago
  • Update Octokit to have no upper bounds - @ngan #1470

v9.4.0

5 months ago

v9.3.2

5 months ago

v9.3.1

10 months ago

v9.3.0

10 months ago

Internals:

v9.2.0

1 year ago
  • Merge AzurePipelines and VSTS CI sources, and add support for VSTS as request source for local PR execution @sphanley
  • Allow up to v3 of Faraday @vilmantas
  • Fix offenses for RuboCop that can be fixed automatically. @ydah
  • Add ref option to import_dangerfile method as an alias of branch option. @manicmaniac #1394
  • Fixed incorrect help messages for danger plugins lint and danger plugins readme. @manicmaniac #1397

v9.1.0

1 year ago

v9.0.0

1 year ago

Breaking - Drop support for Ruby 2.4, support Ruby 2.7+ - @mathroule #1378

  • Update Octokit dependency to version 5.0. - @mathroule #1377
  • Check pull request to Danger repo on macOS, Ubuntu and Windows. - @mathroule #1365
  • Support batch builds in AWS CodeBuild @ihatov08
  • Add option to post file specific comments outside of the PR diff to Bitbucket Server, when using Code Insights API. @pahnev
  • Allow import_dangerfile(path: '...') to accept full path. - @jkmathew #1380
  • VSTS / Azure DevOps: Fix submission of inline comments with recent Ruby versions. - @yanniks