Releases: ThrowTheSwitch/Ceedling
Releases · ThrowTheSwitch/Ceedling
Ceedling v0.27.0
- 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
- 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
Updated to latest version of libraries. Fixed errors in module genera…