Skip to content

Releases: ThrowTheSwitch/Ceedling

Ceedling v0.27.0

25 Apr 12:34
Compare
Choose a tag to compare
  • Make handling of missing directories more graceful
  • Added option to specify a project file inline like ceedling project:blah test
  • Added support for project files which include other project files
  • Update documentation to beautiful (and editable) markdown
  • Accept missing configuration sections more cleanly
  • Only load release rules if we are releasing
  • Cleaned up errors on exit
  • Example project cleanup and now verified with CI
  • Globs now include base path
  • Add ability to inject defines into test definitions
  • New plugin: JUnit output formatter
  • New plugin: Subprojects (build libraries automatically as needed)

Ceedling 0.25.0

29 Nov 20:05
Compare
Choose a tag to compare
  • Fixes significant issues, particularly on Windows, with missing dependencies
  • Cleans up error handling so that they are properly reported again.
  • Cleans up errors in module generator handling
  • Cleans up error in test runner generator handling
  • Adds Command Line Hook plugin

Ceedling v0.22.0

28 Oct 03:33
Compare
Choose a tag to compare
Updated to latest version of libraries. Fixed errors in module genera…