Skip to content

Releases: d-e-s-o/test-log

v0.2.6

13 Jun 14:22
v0.2.6
db37ecb
Compare
Choose a tag to compare
  • Introduced support for RUST_LOG_SPAN_EVENTS environment 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

Full Changelog: v0.2.5...v0.2.6

v0.2.5

13 Jun 14:21
v0.2.5
813c3db
Compare
Choose a tag to compare
  • Eliminated emitting of -> () constructs in test function signatures

Full Changelog: v0.2.4...v0.2.5

v0.2.4

13 Jun 14:21
v0.2.4
d44ae07
Compare
Choose a tag to compare
  • Eliminated need for emitting of ::f test function
  • Excluded unnecessary files from being contained in release bundle

Full Changelog: v0.2.3...v0.2.4

v0.2.3

13 Jun 14:20
v0.2.3
4aaa89d
Compare
Choose a tag to compare
  • Initialize tracing globally instead of individually for the run time of each test
  • Bumped minimum supported Rust version to 1.42

Full Changelog: v0.2.2...v0.2.3

v0.2.2

13 Jun 14:20
v0.2.2
0b749c8
Compare
Choose a tag to compare
  • Added support for initializing tracing infrastructure
    • Introduced log (enabled by default) and trace features (disabled by default)
  • Dropped env_logger dependency

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Jun 14:19
v0.2.1
e049f04
Compare
Choose a tag to compare
  • Relicensed project under terms of Apache-2.0 OR MIT

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Jun 14:19
v0.2.0
4481652
Compare
Choose a tag to compare
  • Added support for providing inner #[test] attribute
  • Bumped minimum required Rust version to 1.39.0

Full Changelog: v0.1.1...v0.2.0

v0.1.1

13 Jun 14:18
v0.1.1
4335a10
Compare
Choose a tag to compare
  • Updated README.md with instructions on how to retrieve test output and change log level
  • Bumped env_logger dependency to 0.7
  • Bumped syn dependency to 1.0
  • Bumped quote dependency to 1.0
  • Bumped proc-macro dependency to 1.0

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Jun 14:18
v0.1.0
09042b0
Compare
Choose a tag to compare
  • Initial release