- Formalized MSRV policy
- Bumped minimum supported Rust version to
1.71 - Bumped
env_loggerdependency to0.11
- 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
- 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
- Fixed handling of inner
#[test]attributes that add arguments to test function - Added GitHub Actions workflow for publishing the crate
- Fixed potential build failure due to unhygienic procedural macros
- Switched to using GitHub Actions as CI provider
- Fixed potential build failure when used from edition 2021 crates
- Added support for inner
#[test]attribute arguments - Added CI checks for auto generated code documentation
- Bumped minimum supported Rust version to
1.49
- Renamed crate
test-log
- Changed
tracingbehavior to capture output and only emit it on test failure or when explicitly requested - Bumped minimum
tracing-subscriberversion to0.2.17
- Introduced support for
RUST_LOG_SPAN_EVENTSenvironment variable that can be used to configure emitting of synthetic trace events - Updated documentation to include wrapping of other attributes
- Bumped minimum supported Rust version to
1.45
- Eliminated emitting of
-> ()constructs in test function signatures
- Eliminated need for emitting of
::ftest function - Excluded unnecessary files from being contained in release bundle
- Initialize
tracingglobally instead of individually for the run time of each test - Bumped minimum supported Rust version to
1.42
- Added support for initializing
tracinginfrastructure- Introduced
log(enabled by default) andtracefeatures (disabled by default)
- Introduced
- Dropped
env_loggerdependency
- Relicensed project under terms of
Apache-2.0 OR MIT
- Added support for providing inner
#[test]attribute - Bumped minimum required Rust version to
1.39.0
- Updated
README.mdwith instructions on how to retrieve test output and change log level - Bumped
env_loggerdependency to0.7 - Bumped
syndependency to1.0 - Bumped
quotedependency to1.0 - Bumped
proc-macrodependency to1.0
- Initial release