Skip to content

Releases: victorolinasc/junit-formatter

[Release [3.4.0] - 2024-04-02]

02 Apr 12:30
Compare
Choose a tag to compare

Changed

  • Minimum Elixir version bumped to 1.12 (because of sweet_xml minimum version)

Fixed

  • Test runs
  • Adjusted skipped test counting (#50 thanks to @mengdaming)

Release [3.3.1] - 2022-04-15

15 Apr 20:38
Compare
Choose a tag to compare

[3.3.1] - 2021-05-29

Added

  • Don't store logs for test cases to reduce memory usage (#47 thanks to @vorce)

Release [3.1.0] - 2020-03-14

14 Mar 23:44
Compare
Choose a tag to compare

[3.1.0] - 2020-03-14

Added

  • If include_filename? attribute is true, add the relative path from … (#37 thanks to @danadaldos)

Release 3.0.0

10 Nov 00:47
Compare
Choose a tag to compare

Breaking:

  • JUnitFormatter now supports only Elixir 1.5+. If you need support for older versions, please use version 2.x.

Added:

  • Error messages now retain their whole format from standard ExUnit formatter (thanks to @hauleth)
  • Refactored the tests to use xpath (thanks to @hauleth)
  • Refactored the code base to be more modern (thanks to @hauleth)