Skip to content

Releases: BinaryBirds/Testify

1.2.0

05 Nov 18:26
614eef4
Compare
Choose a tag to compare

What's Changed

  • Swift 6 update
  • remove force unwraps
  • fix out-of-memory issues
  • update unit tests
  • format files, add GH action
  • add ignore files
  • remove some force try

New Contributors

Full Changelog: 1.1.2...1.2.0

Release 1.1.2

18 May 07:34
2887241
Compare
Choose a tag to compare
Version 1.1.2 (#6)

* Feature: Add GFM (GitHub Flavored Markdown) format support. (#5)

* Add the `gfm` (Github Flavored Markdown) output format and improve the handling logic of the OutputFormat cases.

* Implement an encoder for the gfm format.

* Update README.md

---------

Co-authored-by: Kanstantsin Bucha <[email protected]>

Release 1.1.1

14 Mar 19:35
25aa799
Compare
Choose a tag to compare
  • simplify md outputs

Release 1.1.0

27 Feb 16:03
4c1cd5e
Compare
Choose a tag to compare
  • more output format : junit and markdown
  • add tests for all output formats

Testify (✅) - 1.0.0

21 Jan 15:43
@tib tib
Compare
Choose a tag to compare

Testify converts XCTest output into a proper structure (JSON), or it'll miserably fail. 😉