Skip to content

Releases: danger/danger

0.8.1

06 Oct 16:57
Compare
Choose a tag to compare

Full Changelog

  • Fix Ruby 2.0 support - segiddins

0.8.0

06 Oct 16:57
Compare
Choose a tag to compare

Full Changelog

  • Considerable under-the-hood changes around the DSL, shouldn't affect end-user Dangerfiles though - orta
  • Fix for danger local crash due to ^ - dbgrandi
  • Add support for Drone CI - gabro
  • [BREAKING] Add initial support for more expressive and documented plugins. Breaks all existing plugins. - dbgrandi/orta
  • All core DSL attributes are handled via Danger Plugins - orta
  • Initial work on the Plugin -> JSON mapper - orta
  • Add support for Semaphore CI - starsirius
  • Add Ruby 2.3 support - segiddins
  • Allow Dangerfile path to be configured - gabro

0.7.4

04 May 09:37
Compare
Choose a tag to compare

Full Changelog

  • Adds the ability to specify a PR number in danger local - orta
  • Ensures local branches are set up with danger local - orta
  • Add commits for the Git SCM source - segiddins

0.7.3

29 Apr 07:46
Compare
Choose a tag to compare

Full Changelog

  • Minor danger init typo fixes - orta + danger
  • Added support for CLAide-based plugins - segiddins

0.7.2

13 Apr 09:28
0b0e428
Compare
Choose a tag to compare

Full Changelog

  • Auto follow of remote plugin URL redirects - KrauseFx
  • Adding XcodeServer provider - antondomashnev

0.6.5

06 Oct 16:56
Compare
Choose a tag to compare

Full Changelog

  • Enterprise GitHub support - dbgrandi
  • Use branches for comparison, not commits - orta
  • Breaking: DSL change files_* to *_files for readability - jeroenvisser101

0.6.5

06 Oct 16:56
Compare
Choose a tag to compare

Full Changelog

  • Enterprise GitHub support - dbgrandi
  • Use branches for comparison, not commits - orta
  • Breaking: DSL change files_* to *_files for readability - jeroenvisser101

0.5.2

06 Oct 16:56
Compare
Choose a tag to compare

Full Changelog

  • Typo fixes for danger init - lumaxis

0.5.1

06 Oct 16:56
Compare
Choose a tag to compare

Full Changelog

  • Fixes for danger init - krausefx

0.5.0

06 Oct 16:56
Compare
Choose a tag to compare

Full Changelog

  • New: Converted danger init into a wizard for setting up Danger, walking you though tokens/ci - orta
  • Breaking: files_removed to files_deleted ( to be more consistent with git's terminology. ) - orta
  • Revised underlying git tooling for generating file/diff metadata - orta
  • re-revise underlying git tooling to not use something based on libgit2 - orta
  • Set CHANGELOG merge strategy to union - marcelofabri
  • Remove nap dependency - marcelofabri
  • Show command summary in help - marcelofabri
  • Use 100% width tables for messages - marcelofabri