Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

54 lines (37 loc) · 1.58 KB

Changelog

0.4.0 - 2023-04-10

Changed

  • Breaking: Raise mininum support Rust version to 1.59.0.

Added

  • Support annotating subcases with &str literals (resolve issue #10).

Removed

  • Breaking: Abandoned support for functions returning something except (), removed ErrTestable trait.

0.3.0 - 2023-04-07

Added

  • Inner subcase! macro can be used without double braces.
  • Add with_sections! macro for using section! to define subcases.
  • Add def_custom_macro! for customizing the inner macro name.

Removed

  • Abandon #![no-std].

0.2.2 - 2023-04-02

Added

  • 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

Changed

  • 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.