Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

54 lines (41 loc) · 4.27 KB

Changelog

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.

[Unreleased]

v1.8.0 - 2018-12-14

  • Correctly link to jobs post buildkite update #43
  • JUnit: Allow disabling the message or details if they aren't relevant #44

v1.7.2 - 2018-11-20

  • Mount /tmp into the container to support agent-socket experimental feature #40 (thanks @dreyks)
  • Update README example to use plugin array syntax #41

v1.7.1 - 2018-10-11

  • Fix error handling when truncating and an input fails to download #38

v1.7.0 - 2018-09-26

  • JUnit: Expose classname if file attribute does not exist #33/#35 (thanks @timnew)
  • Add support for checkstyle #34/#36 (thanks @timnew)

v1.6.0 - 2018-08-06

  • Remove undocumented count-only formatter #28
  • JUnit: support custom summary formats #29

v1.5.0 - 2018-07-25

  • JUnit: Don't show an empty message when it's not provided #21
  • Remove redcarpet workarounds #22
  • Avoid blank lines in html details because CommonMark #25 (thanks for the bug report by @joscha)

v1.4.0 - 2018-06-17

  • Update plugin.yml and re-enable plugin-linter #14 (@toolmantim)
  • Workaround redcarpet formatting issues #17
  • Truncate failures when markdown is too large #18

v1.3.0 - 2018-05-10

  • Return zero exit status on error #11
  • Junit: Handle testsuite objects nested inside testsuites #12
  • Fallback to simpler formats if markdown is too large #13

v1.2.0 - 2018-05-04

  • HTML escape output #6
  • Junit: Support error elements and include the message #7

v1.1.0 - 2018-05-01

  • Remove nokogiri dependency and use ruby alpine #1
  • plugin.yml #2
  • Links to the relevant jobs #3