Skip to content

Releases: approvals/ApprovalTests.cpp.Qt

Single Hpp File - v.0.0.3

08 Sep 19:16
Compare
Choose a tag to compare
  • Breaking changes
    • None
  • New features
    • None
  • Bug fixes
    • Add compile-time checks to prevent incorrect use of QCOMPARE from the Catch2 framework (#6 - thanks to Fabial Kosmale of Qt)
    • Now creates valid image files for new image-based approval tests (#7)
  • Other changes
    • None

Single Hpp File - v.0.0.2

16 Jun 22:47
Compare
Choose a tag to compare
  • Breaking changes
    • None
  • New features
    • Compatible with ApprovalTests.cpp v.10.0.1 (with Options)
    • Add ability to detect library version in code (#4)
    • Add simulated single header to allow building from clone or fork (#5)
  • Bug fixes
    • None
  • Other changes
    • None

Single Hpp File - v.0.0.1

10 Nov 22:31
Compare
Choose a tag to compare
  • Breaking changes
    • None
  • New features
    • Provides nicely-readable string representations of a growing range of Qt classes.
    • Verify QImage. You give it a QImage, it saves this as a .png, and then verifies it by reading it back in
    • Verify QTableView. You give it a QTableView, and it saves its text contents in a tab-separated .tsv file,
    • Works with Catch2
  • Bug fixes
    • None
  • Other changes
    • None