Releases: grassator/bdd-for-c
Releases · grassator/bdd-for-c
No compile time warnings
Now bdd-for-c.h can be compiled with -Wall without any warnings.
Nested `describe` and `context` statements
This is a big release with almost full rewrite of the internals that allows now to have nested describe calls. The major version bump is caused by a breaking API change from v1.0 — top-level describe has been renamed to spec to allow for nested describe statements in the test setup.