Releases: BinaryBirds/Testify
Releases · BinaryBirds/Testify
1.2.0
What's Changed
- Update README.md by @Wei18 in #7
- feat: remove force unwrap by @amine2233 in #8
- 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
- @Wei18 made their first contribution in #7
- @amine2233 made their first contribution in #8
Full Changelog: 1.1.2...1.2.0
Release 1.1.2
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
- simplify md outputs
Release 1.1.0
- more output format : junit and markdown
- add tests for all output formats
Testify (✅) - 1.0.0
Testify converts XCTest output into a proper structure (JSON), or it'll miserably fail. 😉