0.4.0 - 2023-04-10
- Breaking: Raise mininum support Rust version to 1.59.0.
- Support annotating subcases with
&str
literals (resolve issue #10).
- Breaking: Abandoned support for functions returning something except
()
, removedErrTestable
trait.
0.3.0 - 2023-04-07
- Inner
subcase!
macro can be used without double braces. - Add
with_sections!
macro for usingsection!
to define subcases. - Add
def_custom_macro!
for customizing the inner macro name.
- Abandon
#![no-std]
.
0.2.2 - 2023-04-02
- Support functions returning arbitrary values in
with_subcases!
macro (resolve issue #09).
0.2.1 - 2023-04-01
Minor documentation tweaks.
0.2.0 - 2023-04-01
- Breaking: introduce custom container to avoid allocations during test case, placing hard limit 16 on subcase nesting (resolve issue #08).
0.1.1 - 2023-03-26
First proper release.