Skip to content

Releases: cgreen-devs/cgreen

1.1.0

09 Apr 23:29
Compare
Choose a tag to compare

Fixed:

  • #150 - Warning for no asserts in a test
  • #161 - Constraint is_equal_to_content says "offset" but means "1-based index"
  • #157 - common GNU-isms in header files prevented cgreen-mocker to parse them
  • #155 - Small problem with output from cgreen-runner in quiet mode
  • #153 - expect() using a string on the heap would lose the constraint value
  • #149, #148 and #146 - double valued comparison fixes
  • #129 - warn for unused return value from when_() helps detecting typos in expect()
  • #121 - cgreen-mocker could not identify double arguments and handle them
  • #111 - xml_reporter did not report failed tests
  • #107 - text_reporter tripped up on asserts that contained '%'
  • #105 - text_reporter now shows tallying for each suite, not accumulating total, which instead is shown accumulated at the end

1.0.0

17 May 15:07
Compare
Choose a tag to compare

This is the first ever official non-beta release.

1.0.0beta5

12 Apr 19:14
Compare
Choose a tag to compare
1.0.0beta5 Pre-release
Pre-release

First attempt at making a release from GitHub.

No particular reason for this specific point in the development...