Releases: d-e-s-o/test-log
Releases · d-e-s-o/test-log
v0.2.20
- Factored out
test-log-corecrate to facilitate better testing
Full Changelog: v0.2.19...v0.2.20
v0.2.19
v0.2.18
- Improved cooperation with other similar procedural macros to enable attribute stacking
New Contributors
- @malteneuss made their first contribution in #57
- @kezhuw made their first contribution in #46
Full Changelog: v0.2.17...v0.2.18
v0.2.17
v0.2.16
- Use
tracing-subscriber'stracing-logfeature to unify log output if bothlogandtracefeatures are enabled - Added
colorfeature to enable colored output (enabled by default)
New Contributors
Full Changelog: v0.2.15...v0.2.16
v0.2.14
- Factored out
test-log-macroscrate to relieve users from having to care about tracing/logging dependencies themselves - Introduced
default_log_filterattribute for setting the default log filter on a per-test basis behind newunstablefeature - Improved compile error output on wrong usage
- Bumped minimum supported Rust version to
1.61 - Bumped
env_loggerdependency to0.10
New Contributors
Full Changelog: v0.2.13...v0.2.14
v0.2.15
- Formalized MSRV policy
- Bumped minimum supported Rust version to
1.71 - Bumped
env_loggerdependency to0.11
New Contributors
- @yanns made their first contribution in #41
- @decathorpe made their first contribution in #43
- @dependabot made their first contribution in #44
Full Changelog: v0.2.14...v0.2.15
v0.2.13
- Improved interaction with nested attributes (such as those used by the
test_casecrate), that may not have been parsable in the past - Removed generated
test_implfunction, which could have "leaked" into test cases (#28) - Eliminated dependency on
tracingcrate - Bumped minimum supported Rust version to
1.56 - Bumped
syndependency to2.0
Full Changelog: v0.2.12...v0.2.13
v0.2.12
- Fixed handling of inner
#[test]attributes that add arguments to test function - Added GitHub Actions workflow for publishing the crate
Full Changelog: v0.2.11...v0.2.12
v0.2.11
- Fixed potential build failure due to unhygienic procedural macros
- Switched to using GitHub Actions as CI provider
Full Changelog: v0.2.10...v0.2.11